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-v01.02.asn"
5 * `asn1c -fcompound-names`
12 #include <asn_application.h>
14 /* Including external dependencies */
15 #include <BIT_STRING.h>
16 #include <constr_CHOICE.h>
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
33 typedef struct ENB_ID {
36 BIT_STRING_t macro_eNB_ID;
37 BIT_STRING_t home_eNB_ID;
39 * This type is extensible,
40 * possible extensions are below.
42 BIT_STRING_t short_Macro_eNB_ID;
43 BIT_STRING_t long_Macro_eNB_ID;
46 /* Context for parsing across buffer boundaries */
47 asn_struct_ctx_t _asn_ctx;
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;
60 #endif /* _ENB_ID_H_ */
61 #include <asn_internal.h>