Enhanced SIM for E2AP v1 for TS UC
[sim/e2-interface.git] / e2sim / e2apv1sim / ASN1c / ENB-ID.h
1 /*
2  * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)
3  * From ASN.1 module "E2SM-KPM-IEs"
4  *      found in "/home/rshacham/e2sm_kpm_approved.asn"
5  *      `asn1c -fcompound-names`
6  */
7
8 #ifndef _ENB_ID_H_
9 #define _ENB_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 ENB_ID_PR {
24         ENB_ID_PR_NOTHING,      /* No components present */
25         ENB_ID_PR_macro_eNB_ID,
26         ENB_ID_PR_home_eNB_ID,
27         /* Extensions may appear below */
28         ENB_ID_PR_short_Macro_eNB_ID,
29         ENB_ID_PR_long_Macro_eNB_ID
30 } ENB_ID_PR;
31
32 /* ENB-ID */
33 typedef struct ENB_ID {
34         ENB_ID_PR present;
35         union ENB_ID_u {
36                 BIT_STRING_t     macro_eNB_ID;
37                 BIT_STRING_t     home_eNB_ID;
38                 /*
39                  * This type is extensible,
40                  * possible extensions are below.
41                  */
42                 BIT_STRING_t     short_Macro_eNB_ID;
43                 BIT_STRING_t     long_Macro_eNB_ID;
44         } choice;
45         
46         /* Context for parsing across buffer boundaries */
47         asn_struct_ctx_t _asn_ctx;
48 } ENB_ID_t;
49
50 /* Implementation */
51 extern asn_TYPE_descriptor_t asn_DEF_ENB_ID;
52 extern asn_CHOICE_specifics_t asn_SPC_ENB_ID_specs_1;
53 extern asn_TYPE_member_t asn_MBR_ENB_ID_1[4];
54 extern asn_per_constraints_t asn_PER_type_ENB_ID_constr_1;
55
56 #ifdef __cplusplus
57 }
58 #endif
59
60 #endif  /* _ENB_ID_H_ */
61 #include <asn_internal.h>