blob: 98c54882edfa665317cb45fc6fb5078f634b2399 [file] [log] [blame]
Juha Hyttinenff8dccd2019-12-10 14:34:07 +02001/*
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`
6 */
7
8#ifndef _InterfaceProtocolIE_Value_H_
9#define _InterfaceProtocolIE_Value_H_
10
11
12#include "asn_application.h"
13
14/* Including external dependencies */
15#include "NativeInteger.h"
16#include "BOOLEAN.h"
17#include "BIT_STRING.h"
18#include "OCTET_STRING.h"
19#include "constr_CHOICE.h"
20
21#ifdef __cplusplus
22extern "C" {
23#endif
24
25/* Dependencies */
26typedef 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 */
34
35} InterfaceProtocolIE_Value_PR;
36
37/* InterfaceProtocolIE-Value */
38typedef struct InterfaceProtocolIE_Value {
39 InterfaceProtocolIE_Value_PR present;
40 union InterfaceProtocolIE_Value_u {
41 long valueInt;
42 long valueEnum;
43 BOOLEAN_t valueBool;
44 BIT_STRING_t valueBitS;
45 OCTET_STRING_t valueOctS;
46 /*
47 * This type is extensible,
48 * possible extensions are below.
49 */
50 } choice;
51
52 /* Context for parsing across buffer boundaries */
53 asn_struct_ctx_t _asn_ctx;
54} InterfaceProtocolIE_Value_t;
55
56/* Implementation */
57extern asn_TYPE_descriptor_t asn_DEF_InterfaceProtocolIE_Value;
58extern asn_CHOICE_specifics_t asn_SPC_InterfaceProtocolIE_Value_specs_1;
59extern asn_TYPE_member_t asn_MBR_InterfaceProtocolIE_Value_1[5];
60extern asn_per_constraints_t asn_PER_type_InterfaceProtocolIE_Value_constr_1;
61
62#ifdef __cplusplus
63}
64#endif
65
66#endif /* _InterfaceProtocolIE_Value_H_ */
67#include "asn_internal.h"