7f204afd022a81601ea2caa4fecaef0684ccb35d
[ric-app/kpimon.git] / asn1c_defs / all-defs / GNB-ID.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 _GNB_ID_H_\r
9 #define _GNB_ID_H_\r
10 \r
11 \r
12 #include <asn_application.h>\r
13 \r
14 /* Including external dependencies */\r
15 #include <BIT_STRING.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 GNB_ID_PR {\r
24         GNB_ID_PR_NOTHING,      /* No components present */\r
25         GNB_ID_PR_gNB_ID\r
26         /* Extensions may appear below */\r
27         \r
28 } GNB_ID_PR;\r
29 \r
30 /* GNB-ID */\r
31 typedef struct GNB_ID {\r
32         GNB_ID_PR present;\r
33         union GNB_ID_u {\r
34                 BIT_STRING_t     gNB_ID;\r
35                 /*\r
36                  * This type is extensible,\r
37                  * possible extensions are below.\r
38                  */\r
39         } choice;\r
40         \r
41         /* Context for parsing across buffer boundaries */\r
42         asn_struct_ctx_t _asn_ctx;\r
43 } GNB_ID_t;\r
44 \r
45 /* Implementation */\r
46 extern asn_TYPE_descriptor_t asn_DEF_GNB_ID;\r
47 extern asn_CHOICE_specifics_t asn_SPC_GNB_ID_specs_1;\r
48 extern asn_TYPE_member_t asn_MBR_GNB_ID_1[1];\r
49 extern asn_per_constraints_t asn_PER_type_GNB_ID_constr_1;\r
50 \r
51 #ifdef __cplusplus\r
52 }\r
53 #endif\r
54 \r
55 #endif  /* _GNB_ID_H_ */\r
56 #include <asn_internal.h>\r