Go version update
[ric-plt/submgr.git] / 3rdparty / E2AP-v01.00.00 / GlobalE2node-ID.h
1 /*
2  * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)
3  * From ASN.1 module "E2AP-IEs"
4  *      found in "spec/e2ap-v01.00.00.asn"
5  *      `asn1c -pdu=auto -fincludes-quoted -fcompound-names -fno-include-deps -gen-PER -no-gen-OER -no-gen-example`
6  */
7
8 #ifndef _GlobalE2node_ID_H_
9 #define _GlobalE2node_ID_H_
10
11
12 #include "asn_application.h"
13
14 /* Including external dependencies */
15 #include "GlobalE2node-gNB-ID.h"
16 #include "GlobalE2node-en-gNB-ID.h"
17 #include "GlobalE2node-ng-eNB-ID.h"
18 #include "GlobalE2node-eNB-ID.h"
19 #include "constr_CHOICE.h"
20
21 #ifdef __cplusplus
22 extern "C" {
23 #endif
24
25 /* Dependencies */
26 typedef enum GlobalE2node_ID_PR {
27         GlobalE2node_ID_PR_NOTHING,     /* No components present */
28         GlobalE2node_ID_PR_gNB,
29         GlobalE2node_ID_PR_en_gNB,
30         GlobalE2node_ID_PR_ng_eNB,
31         GlobalE2node_ID_PR_eNB
32         /* Extensions may appear below */
33         
34 } GlobalE2node_ID_PR;
35
36 /* GlobalE2node-ID */
37 typedef struct GlobalE2node_ID {
38         GlobalE2node_ID_PR present;
39         union GlobalE2node_ID_u {
40                 GlobalE2node_gNB_ID_t    gNB;
41                 GlobalE2node_en_gNB_ID_t         en_gNB;
42                 GlobalE2node_ng_eNB_ID_t         ng_eNB;
43                 GlobalE2node_eNB_ID_t    eNB;
44                 /*
45                  * This type is extensible,
46                  * possible extensions are below.
47                  */
48         } choice;
49         
50         /* Context for parsing across buffer boundaries */
51         asn_struct_ctx_t _asn_ctx;
52 } GlobalE2node_ID_t;
53
54 /* Implementation */
55 extern asn_TYPE_descriptor_t asn_DEF_GlobalE2node_ID;
56
57 #ifdef __cplusplus
58 }
59 #endif
60
61 #endif  /* _GlobalE2node_ID_H_ */
62 #include "asn_internal.h"