Updated INFO.yaml file
[ric-app/kpimon.git] / asn1c_defs / all-defs / EUTRA-Mode-Info.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 _EUTRA_Mode_Info_H_\r
9 #define _EUTRA_Mode_Info_H_\r
10 \r
11 \r
12 #include <asn_application.h>\r
13 \r
14 /* Including external dependencies */\r
15 #include <constr_CHOICE.h>\r
16 \r
17 #ifdef __cplusplus\r
18 extern "C" {\r
19 #endif\r
20 \r
21 /* Dependencies */\r
22 typedef enum EUTRA_Mode_Info_PR {\r
23         EUTRA_Mode_Info_PR_NOTHING,     /* No components present */\r
24         EUTRA_Mode_Info_PR_fDD,\r
25         EUTRA_Mode_Info_PR_tDD\r
26         /* Extensions may appear below */\r
27         \r
28 } EUTRA_Mode_Info_PR;\r
29 \r
30 /* Forward declarations */\r
31 struct FDD_Info;\r
32 struct TDD_Info;\r
33 \r
34 /* EUTRA-Mode-Info */\r
35 typedef struct EUTRA_Mode_Info {\r
36         EUTRA_Mode_Info_PR present;\r
37         union EUTRA_Mode_Info_u {\r
38                 struct FDD_Info *fDD;\r
39                 struct TDD_Info *tDD;\r
40                 /*\r
41                  * This type is extensible,\r
42                  * possible extensions are below.\r
43                  */\r
44         } choice;\r
45         \r
46         /* Context for parsing across buffer boundaries */\r
47         asn_struct_ctx_t _asn_ctx;\r
48 } EUTRA_Mode_Info_t;\r
49 \r
50 /* Implementation */\r
51 extern asn_TYPE_descriptor_t asn_DEF_EUTRA_Mode_Info;\r
52 extern asn_CHOICE_specifics_t asn_SPC_EUTRA_Mode_Info_specs_1;\r
53 extern asn_TYPE_member_t asn_MBR_EUTRA_Mode_Info_1[2];\r
54 extern asn_per_constraints_t asn_PER_type_EUTRA_Mode_Info_constr_1;\r
55 \r
56 #ifdef __cplusplus\r
57 }\r
58 #endif\r
59 \r
60 #endif  /* _EUTRA_Mode_Info_H_ */\r
61 #include <asn_internal.h>\r