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 .`
8 #ifndef _InterfaceID_X2_H_
9 #define _InterfaceID_X2_H_
12 #include <asn_application.h>
14 /* Including external dependencies */
15 #include <constr_CHOICE.h>
16 #include <constr_SEQUENCE.h>
23 typedef enum InterfaceID_X2__nodeType_PR {
24 InterfaceID_X2__nodeType_PR_NOTHING, /* No components present */
25 InterfaceID_X2__nodeType_PR_global_eNB_ID,
26 InterfaceID_X2__nodeType_PR_global_en_gNB_ID
27 /* Extensions may appear below */
29 } InterfaceID_X2__nodeType_PR;
31 /* Forward declarations */
33 struct GlobalenGNB_ID;
36 typedef struct InterfaceID_X2 {
37 struct InterfaceID_X2__nodeType {
38 InterfaceID_X2__nodeType_PR present;
39 union InterfaceID_X2__nodeType_u {
40 struct GlobalENB_ID *global_eNB_ID;
41 struct GlobalenGNB_ID *global_en_gNB_ID;
43 * This type is extensible,
44 * possible extensions are below.
48 /* Context for parsing across buffer boundaries */
49 asn_struct_ctx_t _asn_ctx;
52 * This type is extensible,
53 * possible extensions are below.
56 /* Context for parsing across buffer boundaries */
57 asn_struct_ctx_t _asn_ctx;
61 extern asn_TYPE_descriptor_t asn_DEF_InterfaceID_X2;
62 extern asn_SEQUENCE_specifics_t asn_SPC_InterfaceID_X2_specs_1;
63 extern asn_TYPE_member_t asn_MBR_InterfaceID_X2_1[1];
69 #endif /* _InterfaceID_X2_H_ */
70 #include <asn_internal.h>