SIM-115: update simulator to use latest E2SM KPM version 3
[sim/e2-interface.git] / e2sim / asn1c / InterfaceID-X2.h
1 /*
2  * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)
3  * From ASN.1 module "E2SM-COMMON-IEs"
4  *      found in "e2sm-v03.01.asn"
5  *      `asn1c -pdu=auto -fincludes-quoted -fcompound-names -findirect-choice -fno-include-deps -no-gen-example -no-gen-OER -D /tmp/workspace/oransim-gerrit/e2sim/asn1c/`
6  */
7
8 #ifndef _InterfaceID_X2_H_
9 #define _InterfaceID_X2_H_
10
11
12 #include "asn_application.h"
13
14 /* Including external dependencies */
15 #include "constr_CHOICE.h"
16 #include "constr_SEQUENCE.h"
17
18 #ifdef __cplusplus
19 extern "C" {
20 #endif
21
22 /* Dependencies */
23 typedef enum InterfaceID_X2__nodeType_PR {
24         InterfaceID_X2__nodeType_PR_NOTHING,    /* No components present */
25         InterfaceID_X2__nodeType_PR_global_eNB_ID,
26         InterfaceID_X2__nodeType_PR_global_en_gNB_ID
27         /* Extensions may appear below */
28         
29 } InterfaceID_X2__nodeType_PR;
30
31 /* Forward declarations */
32 struct GlobalENB_ID;
33 struct GlobalenGNB_ID;
34
35 /* InterfaceID-X2 */
36 typedef struct InterfaceID_X2 {
37         struct InterfaceID_X2__nodeType {
38                 InterfaceID_X2__nodeType_PR present;
39                 union InterfaceID_X2__nodeType_u {
40                         struct GlobalENB_ID     *global_eNB_ID;
41                         struct GlobalenGNB_ID   *global_en_gNB_ID;
42                         /*
43                          * This type is extensible,
44                          * possible extensions are below.
45                          */
46                 } choice;
47                 
48                 /* Context for parsing across buffer boundaries */
49                 asn_struct_ctx_t _asn_ctx;
50         } nodeType;
51         /*
52          * This type is extensible,
53          * possible extensions are below.
54          */
55         
56         /* Context for parsing across buffer boundaries */
57         asn_struct_ctx_t _asn_ctx;
58 } InterfaceID_X2_t;
59
60 /* Implementation */
61 extern asn_TYPE_descriptor_t asn_DEF_InterfaceID_X2;
62 extern asn_SEQUENCE_specifics_t asn_SPC_InterfaceID_X2_specs_1;
63 extern asn_TYPE_member_t asn_MBR_InterfaceID_X2_1[1];
64
65 #ifdef __cplusplus
66 }
67 #endif
68
69 #endif  /* _InterfaceID_X2_H_ */
70 #include "asn_internal.h"