2 * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)
3 * From ASN.1 module "E2SM-RC-IEs"
4 * found in "e2sm-rc-nov2021.asn"
5 * `asn1c -fcompound-names -fno-include-deps -findirect-choice -pdu=auto -gen-PER -gen-OER -no-gen-example -D .`
12 #include <asn_application.h>
14 /* Including external dependencies */
15 #include <BIT_STRING.h>
16 #include <constr_CHOICE.h>
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 */
33 typedef struct NgENB_ID {
36 BIT_STRING_t macroNgENB_ID;
37 BIT_STRING_t shortMacroNgENB_ID;
38 BIT_STRING_t longMacroNgENB_ID;
40 * This type is extensible,
41 * possible extensions are below.
45 /* Context for parsing across buffer boundaries */
46 asn_struct_ctx_t _asn_ctx;
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;
59 #endif /* _NgENB_ID_H_ */
60 #include <asn_internal.h>