ISSUE ID:- RICAPP-216
[ric-app/bouncer.git] / Bouncer / e2sm_rc / headers / NgENB-ID.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.asn"
5  *      `asn1c -fcompound-names -fno-include-deps -findirect-choice -pdu=auto -gen-PER -gen-OER -no-gen-example`
6  */
7
8 #ifndef _NgENB_ID_H_
9 #define _NgENB_ID_H_
10
11
12 #include <asn_application.h>
13
14 /* Including external dependencies */
15 #include <BIT_STRING.h>
16 #include <constr_CHOICE.h>
17
18 #ifdef __cplusplus
19 extern "C" {
20 #endif
21
22 /* Dependencies */
23 typedef enum NgENB_ID_PR {
24         NgENB_ID_PR_NOTHING,    /* No components present */
25         NgENB_ID_PR_macroNgENB_ID,
26         NgENB_ID_PR_shortMacroNgENB_ID,
27         NgENB_ID_PR_longMacroNgENB_ID
28         /* Extensions may appear below */
29         
30 } NgENB_ID_PR;
31
32 /* NgENB-ID */
33 typedef struct NgENB_ID {
34         NgENB_ID_PR present;
35         union NgENB_ID_u {
36                 BIT_STRING_t     macroNgENB_ID;
37                 BIT_STRING_t     shortMacroNgENB_ID;
38                 BIT_STRING_t     longMacroNgENB_ID;
39                 /*
40                  * This type is extensible,
41                  * possible extensions are below.
42                  */
43         } choice;
44         
45         /* Context for parsing across buffer boundaries */
46         asn_struct_ctx_t _asn_ctx;
47 } NgENB_ID_t;
48
49 /* Implementation */
50 extern asn_TYPE_descriptor_t asn_DEF_NgENB_ID;
51 extern asn_CHOICE_specifics_t asn_SPC_NgENB_ID_specs_1;
52 extern asn_TYPE_member_t asn_MBR_NgENB_ID_1[3];
53 extern asn_per_constraints_t asn_PER_type_NgENB_ID_constr_1;
54
55 #ifdef __cplusplus
56 }
57 #endif
58
59 #endif  /* _NgENB_ID_H_ */
60 #include <asn_internal.h>