Adding initial code jy.oak@samsung.com
[ric-app/kpimon.git] / asn1c_defs / all-defs / WidebandCQICodeword1.h
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 #ifndef _WidebandCQICodeword1_H_\r
9 #define _WidebandCQICodeword1_H_\r
10 \r
11 \r
12 #include <asn_application.h>\r
13 \r
14 /* Including external dependencies */\r
15 #include <NativeInteger.h>\r
16 #include <constr_CHOICE.h>\r
17 \r
18 #ifdef __cplusplus\r
19 extern "C" {\r
20 #endif\r
21 \r
22 /* Dependencies */\r
23 typedef enum WidebandCQICodeword1_PR {\r
24         WidebandCQICodeword1_PR_NOTHING,        /* No components present */\r
25         WidebandCQICodeword1_PR_four_bitCQI,\r
26         WidebandCQICodeword1_PR_three_bitSpatialDifferentialCQI\r
27         /* Extensions may appear below */\r
28         \r
29 } WidebandCQICodeword1_PR;\r
30 \r
31 /* WidebandCQICodeword1 */\r
32 typedef struct WidebandCQICodeword1 {\r
33         WidebandCQICodeword1_PR present;\r
34         union WidebandCQICodeword1_u {\r
35                 long     four_bitCQI;\r
36                 long     three_bitSpatialDifferentialCQI;\r
37                 /*\r
38                  * This type is extensible,\r
39                  * possible extensions are below.\r
40                  */\r
41         } choice;\r
42         \r
43         /* Context for parsing across buffer boundaries */\r
44         asn_struct_ctx_t _asn_ctx;\r
45 } WidebandCQICodeword1_t;\r
46 \r
47 /* Implementation */\r
48 extern asn_TYPE_descriptor_t asn_DEF_WidebandCQICodeword1;\r
49 extern asn_CHOICE_specifics_t asn_SPC_WidebandCQICodeword1_specs_1;\r
50 extern asn_TYPE_member_t asn_MBR_WidebandCQICodeword1_1[2];\r
51 extern asn_per_constraints_t asn_PER_type_WidebandCQICodeword1_constr_1;\r
52 \r
53 #ifdef __cplusplus\r
54 }\r
55 #endif\r
56 \r
57 #endif  /* _WidebandCQICodeword1_H_ */\r
58 #include <asn_internal.h>\r