Updated INFO.yaml file
[ric-app/kpimon.git] / asn1c_defs / all-defs / CellInformation-Item.c
1 /*\r
2  * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)\r
3  * From ASN.1 module "X2AP-PDU-Contents"\r
4  *      found in "../../asn_defs/asn1/x2ap-modified-15-05.asn"\r
5  *      `asn1c -fcompound-names -fno-include-deps -findirect-choice -gen-PER -no-gen-OER`\r
6  */\r
7 \r
8 #include "CellInformation-Item.h"\r
9 \r
10 #include "UL-InterferenceOverloadIndication.h"\r
11 #include "UL-HighInterferenceIndicationInfo.h"\r
12 #include "RelativeNarrowbandTxPower.h"\r
13 #include "ProtocolExtensionContainer.h"\r
14 static asn_TYPE_member_t asn_MBR_CellInformation_Item_1[] = {\r
15         { ATF_NOFLAGS, 0, offsetof(struct CellInformation_Item, cell_ID),\r
16                 (ASN_TAG_CLASS_CONTEXT | (0 << 2)),\r
17                 -1,     /* IMPLICIT tag at current level */\r
18                 &asn_DEF_ECGI,\r
19                 0,\r
20                 { 0, 0, 0 },\r
21                 0, 0, /* No default value */\r
22                 "cell-ID"\r
23                 },\r
24         { ATF_POINTER, 4, offsetof(struct CellInformation_Item, ul_InterferenceOverloadIndication),\r
25                 (ASN_TAG_CLASS_CONTEXT | (1 << 2)),\r
26                 -1,     /* IMPLICIT tag at current level */\r
27                 &asn_DEF_UL_InterferenceOverloadIndication,\r
28                 0,\r
29                 { 0, 0, 0 },\r
30                 0, 0, /* No default value */\r
31                 "ul-InterferenceOverloadIndication"\r
32                 },\r
33         { ATF_POINTER, 3, offsetof(struct CellInformation_Item, ul_HighInterferenceIndicationInfo),\r
34                 (ASN_TAG_CLASS_CONTEXT | (2 << 2)),\r
35                 -1,     /* IMPLICIT tag at current level */\r
36                 &asn_DEF_UL_HighInterferenceIndicationInfo,\r
37                 0,\r
38                 { 0, 0, 0 },\r
39                 0, 0, /* No default value */\r
40                 "ul-HighInterferenceIndicationInfo"\r
41                 },\r
42         { ATF_POINTER, 2, offsetof(struct CellInformation_Item, relativeNarrowbandTxPower),\r
43                 (ASN_TAG_CLASS_CONTEXT | (3 << 2)),\r
44                 -1,     /* IMPLICIT tag at current level */\r
45                 &asn_DEF_RelativeNarrowbandTxPower,\r
46                 0,\r
47                 { 0, 0, 0 },\r
48                 0, 0, /* No default value */\r
49                 "relativeNarrowbandTxPower"\r
50                 },\r
51         { ATF_POINTER, 1, offsetof(struct CellInformation_Item, iE_Extensions),\r
52                 (ASN_TAG_CLASS_CONTEXT | (4 << 2)),\r
53                 -1,     /* IMPLICIT tag at current level */\r
54                 &asn_DEF_ProtocolExtensionContainer_8231P7,\r
55                 0,\r
56                 { 0, 0, 0 },\r
57                 0, 0, /* No default value */\r
58                 "iE-Extensions"\r
59                 },\r
60 };\r
61 static const int asn_MAP_CellInformation_Item_oms_1[] = { 1, 2, 3, 4 };\r
62 static const ber_tlv_tag_t asn_DEF_CellInformation_Item_tags_1[] = {\r
63         (ASN_TAG_CLASS_UNIVERSAL | (16 << 2))\r
64 };\r
65 static const asn_TYPE_tag2member_t asn_MAP_CellInformation_Item_tag2el_1[] = {\r
66     { (ASN_TAG_CLASS_CONTEXT | (0 << 2)), 0, 0, 0 }, /* cell-ID */\r
67     { (ASN_TAG_CLASS_CONTEXT | (1 << 2)), 1, 0, 0 }, /* ul-InterferenceOverloadIndication */\r
68     { (ASN_TAG_CLASS_CONTEXT | (2 << 2)), 2, 0, 0 }, /* ul-HighInterferenceIndicationInfo */\r
69     { (ASN_TAG_CLASS_CONTEXT | (3 << 2)), 3, 0, 0 }, /* relativeNarrowbandTxPower */\r
70     { (ASN_TAG_CLASS_CONTEXT | (4 << 2)), 4, 0, 0 } /* iE-Extensions */\r
71 };\r
72 static asn_SEQUENCE_specifics_t asn_SPC_CellInformation_Item_specs_1 = {\r
73         sizeof(struct CellInformation_Item),\r
74         offsetof(struct CellInformation_Item, _asn_ctx),\r
75         asn_MAP_CellInformation_Item_tag2el_1,\r
76         5,      /* Count of tags in the map */\r
77         asn_MAP_CellInformation_Item_oms_1,     /* Optional members */\r
78         4, 0,   /* Root/Additions */\r
79         5,      /* First extension addition */\r
80 };\r
81 asn_TYPE_descriptor_t asn_DEF_CellInformation_Item = {\r
82         "CellInformation-Item",\r
83         "CellInformation-Item",\r
84         &asn_OP_SEQUENCE,\r
85         asn_DEF_CellInformation_Item_tags_1,\r
86         sizeof(asn_DEF_CellInformation_Item_tags_1)\r
87                 /sizeof(asn_DEF_CellInformation_Item_tags_1[0]), /* 1 */\r
88         asn_DEF_CellInformation_Item_tags_1,    /* Same as above */\r
89         sizeof(asn_DEF_CellInformation_Item_tags_1)\r
90                 /sizeof(asn_DEF_CellInformation_Item_tags_1[0]), /* 1 */\r
91         { 0, 0, SEQUENCE_constraint },\r
92         asn_MBR_CellInformation_Item_1,\r
93         5,      /* Elements count */\r
94         &asn_SPC_CellInformation_Item_specs_1   /* Additional specs */\r
95 };\r
96 \r