Updated INFO.yaml file
[ric-app/kpimon.git] / asn1c_defs / all-defs / SubbandCQICodeword1.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 _SubbandCQICodeword1_H_\r
9 #define _SubbandCQICodeword1_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 SubbandCQICodeword1_PR {\r
24         SubbandCQICodeword1_PR_NOTHING, /* No components present */\r
25         SubbandCQICodeword1_PR_four_bitCQI,\r
26         SubbandCQICodeword1_PR_three_bitSpatialDifferentialCQI,\r
27         SubbandCQICodeword1_PR_two_bitSubbandDifferentialCQI,\r
28         SubbandCQICodeword1_PR_two_bitDifferentialCQI\r
29         /* Extensions may appear below */\r
30         \r
31 } SubbandCQICodeword1_PR;\r
32 \r
33 /* SubbandCQICodeword1 */\r
34 typedef struct SubbandCQICodeword1 {\r
35         SubbandCQICodeword1_PR present;\r
36         union SubbandCQICodeword1_u {\r
37                 long     four_bitCQI;\r
38                 long     three_bitSpatialDifferentialCQI;\r
39                 long     two_bitSubbandDifferentialCQI;\r
40                 long     two_bitDifferentialCQI;\r
41                 /*\r
42                  * This type is extensible,\r
43                  * possible extensions are below.\r
44                  */\r
45         } choice;\r
46         \r
47         /* Context for parsing across buffer boundaries */\r
48         asn_struct_ctx_t _asn_ctx;\r
49 } SubbandCQICodeword1_t;\r
50 \r
51 /* Implementation */\r
52 extern asn_TYPE_descriptor_t asn_DEF_SubbandCQICodeword1;\r
53 extern asn_CHOICE_specifics_t asn_SPC_SubbandCQICodeword1_specs_1;\r
54 extern asn_TYPE_member_t asn_MBR_SubbandCQICodeword1_1[4];\r
55 extern asn_per_constraints_t asn_PER_type_SubbandCQICodeword1_constr_1;\r
56 \r
57 #ifdef __cplusplus\r
58 }\r
59 #endif\r
60 \r
61 #endif  /* _SubbandCQICodeword1_H_ */\r
62 #include <asn_internal.h>\r