Generated C files for E2AP v2.0
[sim/e2-interface.git] / e2sim / src / ASN1c / GlobalE2node-gNB-ID.h
1 /*
2  * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)
3  * From ASN.1 module "E2AP-IEs"
4  *      found in "e2ap-v2.asn"
5  *      `asn1c -pdu=auto -fincludes-quoted -fcompound-names -findirect-choice -fno-include-deps -gen-PER -no-gen-example -no-gen-OER`
6  */
7
8 #ifndef _GlobalE2node_gNB_ID_H_
9 #define _GlobalE2node_gNB_ID_H_
10
11
12 #include "asn_application.h"
13
14 /* Including external dependencies */
15 #include "GlobalgNB-ID.h"
16 #include "GNB-CU-UP-ID.h"
17 #include "GNB-DU-ID.h"
18 #include "constr_SEQUENCE.h"
19
20 #ifdef __cplusplus
21 extern "C" {
22 #endif
23
24 /* Forward declarations */
25 struct GlobalenGNB_ID;
26
27 /* GlobalE2node-gNB-ID */
28 typedef struct GlobalE2node_gNB_ID {
29         GlobalgNB_ID_t   global_gNB_ID;
30         struct GlobalenGNB_ID   *global_en_gNB_ID;      /* OPTIONAL */
31         GNB_CU_UP_ID_t  *gNB_CU_UP_ID;  /* OPTIONAL */
32         GNB_DU_ID_t     *gNB_DU_ID;     /* OPTIONAL */
33         /*
34          * This type is extensible,
35          * possible extensions are below.
36          */
37         
38         /* Context for parsing across buffer boundaries */
39         asn_struct_ctx_t _asn_ctx;
40 } GlobalE2node_gNB_ID_t;
41
42 /* Implementation */
43 extern asn_TYPE_descriptor_t asn_DEF_GlobalE2node_gNB_ID;
44 extern asn_SEQUENCE_specifics_t asn_SPC_GlobalE2node_gNB_ID_specs_1;
45 extern asn_TYPE_member_t asn_MBR_GlobalE2node_gNB_ID_1[4];
46
47 #ifdef __cplusplus
48 }
49 #endif
50
51 #endif  /* _GlobalE2node_gNB_ID_H_ */
52 #include "asn_internal.h"