Adding initial code jy.oak@samsung.com
[ric-app/kpimon.git] / asn1c_defs / all-defs / SubbandCQI.c
1 /*\r
2  * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)\r
3  * From ASN.1 module "X2AP-IEs"\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 "SubbandCQI.h"\r
9 \r
10 #include "SubbandCQICodeword1.h"\r
11 #include "ProtocolExtensionContainer.h"\r
12 asn_TYPE_member_t asn_MBR_SubbandCQI_1[] = {\r
13         { ATF_NOFLAGS, 0, offsetof(struct SubbandCQI, subbandCQICodeword0),\r
14                 (ASN_TAG_CLASS_CONTEXT | (0 << 2)),\r
15                 +1,     /* EXPLICIT tag at current level */\r
16                 &asn_DEF_SubbandCQICodeword0,\r
17                 0,\r
18                 { 0, 0, 0 },\r
19                 0, 0, /* No default value */\r
20                 "subbandCQICodeword0"\r
21                 },\r
22         { ATF_POINTER, 2, offsetof(struct SubbandCQI, subbandCQICodeword1),\r
23                 (ASN_TAG_CLASS_CONTEXT | (1 << 2)),\r
24                 +1,     /* EXPLICIT tag at current level */\r
25                 &asn_DEF_SubbandCQICodeword1,\r
26                 0,\r
27                 { 0, 0, 0 },\r
28                 0, 0, /* No default value */\r
29                 "subbandCQICodeword1"\r
30                 },\r
31         { ATF_POINTER, 1, offsetof(struct SubbandCQI, iE_Extensions),\r
32                 (ASN_TAG_CLASS_CONTEXT | (2 << 2)),\r
33                 -1,     /* IMPLICIT tag at current level */\r
34                 &asn_DEF_ProtocolExtensionContainer_8231P195,\r
35                 0,\r
36                 { 0, 0, 0 },\r
37                 0, 0, /* No default value */\r
38                 "iE-Extensions"\r
39                 },\r
40 };\r
41 static const int asn_MAP_SubbandCQI_oms_1[] = { 1, 2 };\r
42 static const ber_tlv_tag_t asn_DEF_SubbandCQI_tags_1[] = {\r
43         (ASN_TAG_CLASS_UNIVERSAL | (16 << 2))\r
44 };\r
45 static const asn_TYPE_tag2member_t asn_MAP_SubbandCQI_tag2el_1[] = {\r
46     { (ASN_TAG_CLASS_CONTEXT | (0 << 2)), 0, 0, 0 }, /* subbandCQICodeword0 */\r
47     { (ASN_TAG_CLASS_CONTEXT | (1 << 2)), 1, 0, 0 }, /* subbandCQICodeword1 */\r
48     { (ASN_TAG_CLASS_CONTEXT | (2 << 2)), 2, 0, 0 } /* iE-Extensions */\r
49 };\r
50 asn_SEQUENCE_specifics_t asn_SPC_SubbandCQI_specs_1 = {\r
51         sizeof(struct SubbandCQI),\r
52         offsetof(struct SubbandCQI, _asn_ctx),\r
53         asn_MAP_SubbandCQI_tag2el_1,\r
54         3,      /* Count of tags in the map */\r
55         asn_MAP_SubbandCQI_oms_1,       /* Optional members */\r
56         2, 0,   /* Root/Additions */\r
57         3,      /* First extension addition */\r
58 };\r
59 asn_TYPE_descriptor_t asn_DEF_SubbandCQI = {\r
60         "SubbandCQI",\r
61         "SubbandCQI",\r
62         &asn_OP_SEQUENCE,\r
63         asn_DEF_SubbandCQI_tags_1,\r
64         sizeof(asn_DEF_SubbandCQI_tags_1)\r
65                 /sizeof(asn_DEF_SubbandCQI_tags_1[0]), /* 1 */\r
66         asn_DEF_SubbandCQI_tags_1,      /* Same as above */\r
67         sizeof(asn_DEF_SubbandCQI_tags_1)\r
68                 /sizeof(asn_DEF_SubbandCQI_tags_1[0]), /* 1 */\r
69         { 0, 0, SEQUENCE_constraint },\r
70         asn_MBR_SubbandCQI_1,\r
71         3,      /* Elements count */\r
72         &asn_SPC_SubbandCQI_specs_1     /* Additional specs */\r
73 };\r
74 \r