ISSUE ID:- RICAPP-216
[ric-app/bouncer.git] / Bouncer / e2sm_rc / lib / RANParameter-ValueType.c
1 /*
2  * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)
3  * From ASN.1 module "E2SM-RC-IEs"
4  *      found in "e2sm_rc.asn"
5  *      `asn1c -fcompound-names -fno-include-deps -findirect-choice -pdu=auto -gen-PER -gen-OER -no-gen-example`
6  */
7
8 #include "RANParameter-ValueType.h"
9
10 #include "RANParameter-ValueType-Choice-ElementTrue.h"
11 #include "RANParameter-ValueType-Choice-ElementFalse.h"
12 #include "RANParameter-ValueType-Choice-Structure.h"
13 #include "RANParameter-ValueType-Choice-List.h"
14 static asn_oer_constraints_t asn_OER_type_RANParameter_ValueType_constr_1 CC_NOTUSED = {
15         { 0, 0 },
16         -1};
17 asn_per_constraints_t asn_PER_type_RANParameter_ValueType_constr_1 CC_NOTUSED = {
18         { APC_CONSTRAINED | APC_EXTENSIBLE,  2,  2,  0,  3 }    /* (0..3,...) */,
19         { APC_UNCONSTRAINED,    -1, -1,  0,  0 },
20         0, 0    /* No PER value map */
21 };
22 asn_TYPE_member_t asn_MBR_RANParameter_ValueType_1[] = {
23         { ATF_POINTER, 0, offsetof(struct RANParameter_ValueType, choice.ranP_Choice_ElementTrue),
24                 (ASN_TAG_CLASS_CONTEXT | (0 << 2)),
25                 -1,     /* IMPLICIT tag at current level */
26                 &asn_DEF_RANParameter_ValueType_Choice_ElementTrue,
27                 0,
28                 { 0, 0, 0 },
29                 0, 0, /* No default value */
30                 "ranP-Choice-ElementTrue"
31                 },
32         { ATF_POINTER, 0, offsetof(struct RANParameter_ValueType, choice.ranP_Choice_ElementFalse),
33                 (ASN_TAG_CLASS_CONTEXT | (1 << 2)),
34                 -1,     /* IMPLICIT tag at current level */
35                 &asn_DEF_RANParameter_ValueType_Choice_ElementFalse,
36                 0,
37                 { 0, 0, 0 },
38                 0, 0, /* No default value */
39                 "ranP-Choice-ElementFalse"
40                 },
41         { ATF_POINTER, 0, offsetof(struct RANParameter_ValueType, choice.ranP_Choice_Structure),
42                 (ASN_TAG_CLASS_CONTEXT | (2 << 2)),
43                 -1,     /* IMPLICIT tag at current level */
44                 &asn_DEF_RANParameter_ValueType_Choice_Structure,
45                 0,
46                 { 0, 0, 0 },
47                 0, 0, /* No default value */
48                 "ranP-Choice-Structure"
49                 },
50         { ATF_POINTER, 0, offsetof(struct RANParameter_ValueType, choice.ranP_Choice_List),
51                 (ASN_TAG_CLASS_CONTEXT | (3 << 2)),
52                 -1,     /* IMPLICIT tag at current level */
53                 &asn_DEF_RANParameter_ValueType_Choice_List,
54                 0,
55                 { 0, 0, 0 },
56                 0, 0, /* No default value */
57                 "ranP-Choice-List"
58                 },
59 };
60 static const asn_TYPE_tag2member_t asn_MAP_RANParameter_ValueType_tag2el_1[] = {
61     { (ASN_TAG_CLASS_CONTEXT | (0 << 2)), 0, 0, 0 }, /* ranP-Choice-ElementTrue */
62     { (ASN_TAG_CLASS_CONTEXT | (1 << 2)), 1, 0, 0 }, /* ranP-Choice-ElementFalse */
63     { (ASN_TAG_CLASS_CONTEXT | (2 << 2)), 2, 0, 0 }, /* ranP-Choice-Structure */
64     { (ASN_TAG_CLASS_CONTEXT | (3 << 2)), 3, 0, 0 } /* ranP-Choice-List */
65 };
66 asn_CHOICE_specifics_t asn_SPC_RANParameter_ValueType_specs_1 = {
67         sizeof(struct RANParameter_ValueType),
68         offsetof(struct RANParameter_ValueType, _asn_ctx),
69         offsetof(struct RANParameter_ValueType, present),
70         sizeof(((struct RANParameter_ValueType *)0)->present),
71         asn_MAP_RANParameter_ValueType_tag2el_1,
72         4,      /* Count of tags in the map */
73         0, 0,
74         4       /* Extensions start */
75 };
76 asn_TYPE_descriptor_t asn_DEF_RANParameter_ValueType = {
77         "RANParameter-ValueType",
78         "RANParameter-ValueType",
79         &asn_OP_CHOICE,
80         0,      /* No effective tags (pointer) */
81         0,      /* No effective tags (count) */
82         0,      /* No tags (pointer) */
83         0,      /* No tags (count) */
84         { &asn_OER_type_RANParameter_ValueType_constr_1, &asn_PER_type_RANParameter_ValueType_constr_1, CHOICE_constraint },
85         asn_MBR_RANParameter_ValueType_1,
86         4,      /* Elements count */
87         &asn_SPC_RANParameter_ValueType_specs_1 /* Additional specs */
88 };
89