Updated INFO.yaml file
[ric-app/kpimon.git] / asn1c_defs / all-defs / SubbandCQICodeword0.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 _SubbandCQICodeword0_H_\r
9 #define _SubbandCQICodeword0_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 SubbandCQICodeword0_PR {\r
24         SubbandCQICodeword0_PR_NOTHING, /* No components present */\r
25         SubbandCQICodeword0_PR_four_bitCQI,\r
26         SubbandCQICodeword0_PR_two_bitSubbandDifferentialCQI,\r
27         SubbandCQICodeword0_PR_two_bitDifferentialCQI\r
28         /* Extensions may appear below */\r
29         \r
30 } SubbandCQICodeword0_PR;\r
31 \r
32 /* SubbandCQICodeword0 */\r
33 typedef struct SubbandCQICodeword0 {\r
34         SubbandCQICodeword0_PR present;\r
35         union SubbandCQICodeword0_u {\r
36                 long     four_bitCQI;\r
37                 long     two_bitSubbandDifferentialCQI;\r
38                 long     two_bitDifferentialCQI;\r
39                 /*\r
40                  * This type is extensible,\r
41                  * possible extensions are below.\r
42                  */\r
43         } choice;\r
44         \r
45         /* Context for parsing across buffer boundaries */\r
46         asn_struct_ctx_t _asn_ctx;\r
47 } SubbandCQICodeword0_t;\r
48 \r
49 /* Implementation */\r
50 extern asn_TYPE_descriptor_t asn_DEF_SubbandCQICodeword0;\r
51 extern asn_CHOICE_specifics_t asn_SPC_SubbandCQICodeword0_specs_1;\r
52 extern asn_TYPE_member_t asn_MBR_SubbandCQICodeword0_1[3];\r
53 extern asn_per_constraints_t asn_PER_type_SubbandCQICodeword0_constr_1;\r
54 \r
55 #ifdef __cplusplus\r
56 }\r
57 #endif\r
58 \r
59 #endif  /* _SubbandCQICodeword0_H_ */\r
60 #include <asn_internal.h>\r