blob: 9074e2d0e5a04a687dcfb8249927f9f82d35dab8 [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 _ActionParameter_Value_H_
9#define _ActionParameter_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 ActionParameter_Value_PR {
28 ActionParameter_Value_PR_NOTHING, /* No components present */
29 ActionParameter_Value_PR_valueInt,
30 ActionParameter_Value_PR_valueEnum,
31 ActionParameter_Value_PR_valueBool,
32 ActionParameter_Value_PR_valueBitS,
33 ActionParameter_Value_PR_valueOctS,
34 ActionParameter_Value_PR_valuePrtS
35 /* Extensions may appear below */
36
37} ActionParameter_Value_PR;
38
39/* ActionParameter-Value */
40typedef struct ActionParameter_Value {
41 ActionParameter_Value_PR present;
42 union ActionParameter_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} ActionParameter_Value_t;
58
59/* Implementation */
60extern asn_TYPE_descriptor_t asn_DEF_ActionParameter_Value;
61extern asn_CHOICE_specifics_t asn_SPC_ActionParameter_Value_specs_1;
62extern asn_TYPE_member_t asn_MBR_ActionParameter_Value_1[6];
63extern asn_per_constraints_t asn_PER_type_ActionParameter_Value_constr_1;
64
65#ifdef __cplusplus
66}
67#endif
68
69#endif /* _ActionParameter_Value_H_ */
70#include "asn_internal.h"