Adding initial code jy.oak@samsung.com
[ric-app/kpimon.git] / asn1c_defs / all-defs / Interface-ID.h
1 /*\r
2  * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)\r
3  * From ASN.1 module "E2SM-gNB-X2-IEs"\r
4  *      found in "../../asn_defs/asn1/e2sm-gNB-X2-release-1-v041.asn.txt"\r
5  *      `asn1c -fcompound-names -fno-include-deps -findirect-choice -gen-PER -no-gen-OER`\r
6  */\r
7 \r
8 #ifndef _Interface_ID_H_\r
9 #define _Interface_ID_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 Interface_ID_PR {\r
23         Interface_ID_PR_NOTHING,        /* No components present */\r
24         Interface_ID_PR_global_eNB_ID,\r
25         Interface_ID_PR_global_gNB_ID\r
26         /* Extensions may appear below */\r
27         \r
28 } Interface_ID_PR;\r
29 \r
30 /* Forward declarations */\r
31 struct GlobalENB_ID;\r
32 struct GlobalGNB_ID;\r
33 \r
34 /* Interface-ID */\r
35 typedef struct Interface_ID {\r
36         Interface_ID_PR present;\r
37         union Interface_ID_u {\r
38                 struct GlobalENB_ID     *global_eNB_ID;\r
39                 struct GlobalGNB_ID     *global_gNB_ID;\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 } Interface_ID_t;\r
49 \r
50 /* Implementation */\r
51 extern asn_TYPE_descriptor_t asn_DEF_Interface_ID;\r
52 extern asn_CHOICE_specifics_t asn_SPC_Interface_ID_specs_1;\r
53 extern asn_TYPE_member_t asn_MBR_Interface_ID_1[2];\r
54 extern asn_per_constraints_t asn_PER_type_Interface_ID_constr_1;\r
55 \r
56 #ifdef __cplusplus\r
57 }\r
58 #endif\r
59 \r
60 #endif  /* _Interface_ID_H_ */\r
61 #include <asn_internal.h>\r