blob: 29881226b6f05a52f924767b92cfbfe3da74a791 [file] [log] [blame]
Anssi Mannilad2ee0c72020-03-02 15:42:37 +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/e2sm-gNB-X2-v308.asn1"
5 * `asn1c -pdu=auto -fincludes-quoted -fcompound-names -fno-include-deps -gen-PER -no-gen-OER -no-gen-example`
6 */
7
8#ifndef _E2_RANParameter_Value_H_
9#define _E2_RANParameter_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 "PrintableString.h"
20#include "constr_CHOICE.h"
21
22#ifdef __cplusplus
23extern "C" {
24#endif
25
26/* Dependencies */
27typedef enum E2_RANParameter_Value_PR {
28 E2_RANParameter_Value_PR_NOTHING, /* No components present */
29 E2_RANParameter_Value_PR_valueInt,
30 E2_RANParameter_Value_PR_valueEnum,
31 E2_RANParameter_Value_PR_valueBool,
32 E2_RANParameter_Value_PR_valueBitS,
33 E2_RANParameter_Value_PR_valueOctS,
34 E2_RANParameter_Value_PR_valuePrtS
35 /* Extensions may appear below */
36
37} E2_RANParameter_Value_PR;
38
39/* E2_RANParameter-Value */
40typedef struct E2_RANParameter_Value {
41 E2_RANParameter_Value_PR present;
42 union E2_RANParameter_Value_u {
43 long valueInt;
44 long valueEnum;
45 BOOLEAN_t valueBool;
46 BIT_STRING_t valueBitS;
47 OCTET_STRING_t valueOctS;
48 PrintableString_t valuePrtS;
49 /*
50 * This type is extensible,
51 * possible extensions are below.
52 */
53 } choice;
54
55 /* Context for parsing across buffer boundaries */
56 asn_struct_ctx_t _asn_ctx;
57} E2_RANParameter_Value_t;
58
59/* Implementation */
60extern asn_TYPE_descriptor_t asn_DEF_E2_RANParameter_Value;
61extern asn_CHOICE_specifics_t asn_SPC_E2_RANParameter_Value_specs_1;
62extern asn_TYPE_member_t asn_MBR_E2_RANParameter_Value_1[6];
63extern asn_per_constraints_t asn_PER_type_E2_RANParameter_Value_constr_1;
64
65#ifdef __cplusplus
66}
67#endif
68
69#endif /* _E2_RANParameter_Value_H_ */
70#include "asn_internal.h"