Adding initial code jy.oak@samsung.com
[ric-app/kpimon.git] / asn1c_defs / all-defs / ServedNRCellsToActivate-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 "ServedNRCellsToActivate-Item.h"\r
9 \r
10 #include "ProtocolExtensionContainer.h"\r
11 asn_TYPE_member_t asn_MBR_ServedNRCellsToActivate_Item_1[] = {\r
12         { ATF_NOFLAGS, 0, offsetof(struct ServedNRCellsToActivate_Item, nrCellID),\r
13                 (ASN_TAG_CLASS_CONTEXT | (0 << 2)),\r
14                 -1,     /* IMPLICIT tag at current level */\r
15                 &asn_DEF_NRCGI,\r
16                 0,\r
17                 { 0, 0, 0 },\r
18                 0, 0, /* No default value */\r
19                 "nrCellID"\r
20                 },\r
21         { ATF_POINTER, 1, offsetof(struct ServedNRCellsToActivate_Item, iE_Extensions),\r
22                 (ASN_TAG_CLASS_CONTEXT | (1 << 2)),\r
23                 -1,     /* IMPLICIT tag at current level */\r
24                 &asn_DEF_ProtocolExtensionContainer_8231P101,\r
25                 0,\r
26                 { 0, 0, 0 },\r
27                 0, 0, /* No default value */\r
28                 "iE-Extensions"\r
29                 },\r
30 };\r
31 static const int asn_MAP_ServedNRCellsToActivate_Item_oms_1[] = { 1 };\r
32 static const ber_tlv_tag_t asn_DEF_ServedNRCellsToActivate_Item_tags_1[] = {\r
33         (ASN_TAG_CLASS_UNIVERSAL | (16 << 2))\r
34 };\r
35 static const asn_TYPE_tag2member_t asn_MAP_ServedNRCellsToActivate_Item_tag2el_1[] = {\r
36     { (ASN_TAG_CLASS_CONTEXT | (0 << 2)), 0, 0, 0 }, /* nrCellID */\r
37     { (ASN_TAG_CLASS_CONTEXT | (1 << 2)), 1, 0, 0 } /* iE-Extensions */\r
38 };\r
39 asn_SEQUENCE_specifics_t asn_SPC_ServedNRCellsToActivate_Item_specs_1 = {\r
40         sizeof(struct ServedNRCellsToActivate_Item),\r
41         offsetof(struct ServedNRCellsToActivate_Item, _asn_ctx),\r
42         asn_MAP_ServedNRCellsToActivate_Item_tag2el_1,\r
43         2,      /* Count of tags in the map */\r
44         asn_MAP_ServedNRCellsToActivate_Item_oms_1,     /* Optional members */\r
45         1, 0,   /* Root/Additions */\r
46         2,      /* First extension addition */\r
47 };\r
48 asn_TYPE_descriptor_t asn_DEF_ServedNRCellsToActivate_Item = {\r
49         "ServedNRCellsToActivate-Item",\r
50         "ServedNRCellsToActivate-Item",\r
51         &asn_OP_SEQUENCE,\r
52         asn_DEF_ServedNRCellsToActivate_Item_tags_1,\r
53         sizeof(asn_DEF_ServedNRCellsToActivate_Item_tags_1)\r
54                 /sizeof(asn_DEF_ServedNRCellsToActivate_Item_tags_1[0]), /* 1 */\r
55         asn_DEF_ServedNRCellsToActivate_Item_tags_1,    /* Same as above */\r
56         sizeof(asn_DEF_ServedNRCellsToActivate_Item_tags_1)\r
57                 /sizeof(asn_DEF_ServedNRCellsToActivate_Item_tags_1[0]), /* 1 */\r
58         { 0, 0, SEQUENCE_constraint },\r
59         asn_MBR_ServedNRCellsToActivate_Item_1,\r
60         2,      /* Elements count */\r
61         &asn_SPC_ServedNRCellsToActivate_Item_specs_1   /* Additional specs */\r
62 };\r
63 \r