Updated INFO.yaml file
[ric-app/kpimon.git] / asn1c_defs / all-defs / InterfaceProtocolIE-Value.c
1 /*\r
2  * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)\r
3  * From ASN.1 module "E2SM-gNB-X2-IEs"\r
4  *      found in "../../asn_defs/asn1/e2sm-gNB-X2-release-1-v041.asn.txt"\r
5  *      `asn1c -fcompound-names -fno-include-deps -findirect-choice -gen-PER -no-gen-OER`\r
6  */\r
7 \r
8 #include "InterfaceProtocolIE-Value.h"\r
9 \r
10 asn_per_constraints_t asn_PER_type_InterfaceProtocolIE_Value_constr_1 CC_NOTUSED = {\r
11         { APC_CONSTRAINED | APC_EXTENSIBLE,  3,  3,  0,  4 }    /* (0..4,...) */,\r
12         { APC_UNCONSTRAINED,    -1, -1,  0,  0 },\r
13         0, 0    /* No PER value map */\r
14 };\r
15 asn_TYPE_member_t asn_MBR_InterfaceProtocolIE_Value_1[] = {\r
16         { ATF_NOFLAGS, 0, offsetof(struct InterfaceProtocolIE_Value, choice.valueInt),\r
17                 (ASN_TAG_CLASS_CONTEXT | (0 << 2)),\r
18                 -1,     /* IMPLICIT tag at current level */\r
19                 &asn_DEF_NativeInteger,\r
20                 0,\r
21                 { 0, 0, 0 },\r
22                 0, 0, /* No default value */\r
23                 "valueInt"\r
24                 },\r
25         { ATF_NOFLAGS, 0, offsetof(struct InterfaceProtocolIE_Value, choice.valueEnum),\r
26                 (ASN_TAG_CLASS_CONTEXT | (1 << 2)),\r
27                 -1,     /* IMPLICIT tag at current level */\r
28                 &asn_DEF_NativeInteger,\r
29                 0,\r
30                 { 0, 0, 0 },\r
31                 0, 0, /* No default value */\r
32                 "valueEnum"\r
33                 },\r
34         { ATF_NOFLAGS, 0, offsetof(struct InterfaceProtocolIE_Value, choice.valueBool),\r
35                 (ASN_TAG_CLASS_CONTEXT | (2 << 2)),\r
36                 -1,     /* IMPLICIT tag at current level */\r
37                 &asn_DEF_BOOLEAN,\r
38                 0,\r
39                 { 0, 0, 0 },\r
40                 0, 0, /* No default value */\r
41                 "valueBool"\r
42                 },\r
43         { ATF_NOFLAGS, 0, offsetof(struct InterfaceProtocolIE_Value, choice.valueBitS),\r
44                 (ASN_TAG_CLASS_CONTEXT | (3 << 2)),\r
45                 -1,     /* IMPLICIT tag at current level */\r
46                 &asn_DEF_BIT_STRING,\r
47                 0,\r
48                 { 0, 0, 0 },\r
49                 0, 0, /* No default value */\r
50                 "valueBitS"\r
51                 },\r
52         { ATF_NOFLAGS, 0, offsetof(struct InterfaceProtocolIE_Value, choice.valueOctS),\r
53                 (ASN_TAG_CLASS_CONTEXT | (4 << 2)),\r
54                 -1,     /* IMPLICIT tag at current level */\r
55                 &asn_DEF_OCTET_STRING,\r
56                 0,\r
57                 { 0, 0, 0 },\r
58                 0, 0, /* No default value */\r
59                 "valueOctS"\r
60                 },\r
61 };\r
62 static const asn_TYPE_tag2member_t asn_MAP_InterfaceProtocolIE_Value_tag2el_1[] = {\r
63     { (ASN_TAG_CLASS_CONTEXT | (0 << 2)), 0, 0, 0 }, /* valueInt */\r
64     { (ASN_TAG_CLASS_CONTEXT | (1 << 2)), 1, 0, 0 }, /* valueEnum */\r
65     { (ASN_TAG_CLASS_CONTEXT | (2 << 2)), 2, 0, 0 }, /* valueBool */\r
66     { (ASN_TAG_CLASS_CONTEXT | (3 << 2)), 3, 0, 0 }, /* valueBitS */\r
67     { (ASN_TAG_CLASS_CONTEXT | (4 << 2)), 4, 0, 0 } /* valueOctS */\r
68 };\r
69 asn_CHOICE_specifics_t asn_SPC_InterfaceProtocolIE_Value_specs_1 = {\r
70         sizeof(struct InterfaceProtocolIE_Value),\r
71         offsetof(struct InterfaceProtocolIE_Value, _asn_ctx),\r
72         offsetof(struct InterfaceProtocolIE_Value, present),\r
73         sizeof(((struct InterfaceProtocolIE_Value *)0)->present),\r
74         asn_MAP_InterfaceProtocolIE_Value_tag2el_1,\r
75         5,      /* Count of tags in the map */\r
76         0, 0,\r
77         5       /* Extensions start */\r
78 };\r
79 asn_TYPE_descriptor_t asn_DEF_InterfaceProtocolIE_Value = {\r
80         "InterfaceProtocolIE-Value",\r
81         "InterfaceProtocolIE-Value",\r
82         &asn_OP_CHOICE,\r
83         0,      /* No effective tags (pointer) */\r
84         0,      /* No effective tags (count) */\r
85         0,      /* No tags (pointer) */\r
86         0,      /* No tags (count) */\r
87         { 0, &asn_PER_type_InterfaceProtocolIE_Value_constr_1, CHOICE_constraint },\r
88         asn_MBR_InterfaceProtocolIE_Value_1,\r
89         5,      /* Elements count */\r
90         &asn_SPC_InterfaceProtocolIE_Value_specs_1      /* Additional specs */\r
91 };\r
92 \r