2 * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)
3 * From ASN.1 module "E2SM-gNB-X2-IEs"
4 * found in "Spec/e2_and_x2-combined-and-minimized.asn1"
5 * `asn1c -pdu=auto -fincludes-quoted -fcompound-names -fno-include-deps -gen-PER -no-gen-OER -no-gen-example`
8 #ifndef _InterfaceProtocolIE_Value_H_
9 #define _InterfaceProtocolIE_Value_H_
12 #include "asn_application.h"
14 /* Including external dependencies */
15 #include "NativeInteger.h"
17 #include "BIT_STRING.h"
18 #include "OCTET_STRING.h"
19 #include "constr_CHOICE.h"
26 typedef enum InterfaceProtocolIE_Value_PR {
27 InterfaceProtocolIE_Value_PR_NOTHING, /* No components present */
28 InterfaceProtocolIE_Value_PR_valueInt,
29 InterfaceProtocolIE_Value_PR_valueEnum,
30 InterfaceProtocolIE_Value_PR_valueBool,
31 InterfaceProtocolIE_Value_PR_valueBitS,
32 InterfaceProtocolIE_Value_PR_valueOctS
33 /* Extensions may appear below */
35 } InterfaceProtocolIE_Value_PR;
37 /* InterfaceProtocolIE-Value */
38 typedef struct InterfaceProtocolIE_Value {
39 InterfaceProtocolIE_Value_PR present;
40 union InterfaceProtocolIE_Value_u {
44 BIT_STRING_t valueBitS;
45 OCTET_STRING_t valueOctS;
47 * This type is extensible,
48 * possible extensions are below.
52 /* Context for parsing across buffer boundaries */
53 asn_struct_ctx_t _asn_ctx;
54 } InterfaceProtocolIE_Value_t;
57 extern asn_TYPE_descriptor_t asn_DEF_InterfaceProtocolIE_Value;
58 extern asn_CHOICE_specifics_t asn_SPC_InterfaceProtocolIE_Value_specs_1;
59 extern asn_TYPE_member_t asn_MBR_InterfaceProtocolIE_Value_1[5];
60 extern asn_per_constraints_t asn_PER_type_InterfaceProtocolIE_Value_constr_1;
66 #endif /* _InterfaceProtocolIE_Value_H_ */
67 #include "asn_internal.h"