19e70252164ae414519683bd5a606e384e127a64
[ric-plt/submgr.git] / 3rdparty / E2SM-gNB-NRT_V4.0.1 / E2_RANparameter-Value.h
1 /*
2  * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)
3  * From ASN.1 module "E2SM-gNB-NRT-IEs"
4  *      found in "spec/e2sm-gNB-NRT-v401.asn"
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
23 extern "C" {
24 #endif
25
26 /* Dependencies */
27 typedef 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 */
40 typedef 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 */
60 extern asn_TYPE_descriptor_t asn_DEF_E2_RANparameter_Value;
61 extern asn_CHOICE_specifics_t asn_SPC_E2_RANparameter_Value_specs_1;
62 extern asn_TYPE_member_t asn_MBR_E2_RANparameter_Value_1[6];
63 extern 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"