ISSUE ID:- RICAPP-216
[ric-app/bouncer.git] / Bouncer / e2sm_rc / headers / RANParameter-Value.h
1 /*
2  * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)
3  * From ASN.1 module "E2SM-RC-IEs"
4  *      found in "e2sm_rc.asn"
5  *      `asn1c -fcompound-names -fno-include-deps -findirect-choice -pdu=auto -gen-PER -gen-OER -no-gen-example`
6  */
7
8 #ifndef _RANParameter_Value_H_
9 #define _RANParameter_Value_H_
10
11
12 #include <asn_application.h>
13
14 /* Including external dependencies */
15 #include <BOOLEAN.h>
16 #include <NativeInteger.h>
17 #include <NativeReal.h>
18 #include <BIT_STRING.h>
19 #include <OCTET_STRING.h>
20 #include <PrintableString.h>
21 #include <constr_CHOICE.h>
22
23 #ifdef __cplusplus
24 extern "C" {
25 #endif
26
27 /* Dependencies */
28 typedef enum RANParameter_Value_PR {
29         RANParameter_Value_PR_NOTHING,  /* No components present */
30         RANParameter_Value_PR_valueBoolean,
31         RANParameter_Value_PR_valueInt,
32         RANParameter_Value_PR_valueReal,
33         RANParameter_Value_PR_valueBitS,
34         RANParameter_Value_PR_valueOctS,
35         RANParameter_Value_PR_valuePrintableString
36         /* Extensions may appear below */
37         
38 } RANParameter_Value_PR;
39
40 /* RANParameter-Value */
41 typedef struct RANParameter_Value {
42         RANParameter_Value_PR present;
43         union RANParameter_Value_u {
44                 BOOLEAN_t        valueBoolean;
45                 long     valueInt;
46                 double   valueReal;
47                 BIT_STRING_t     valueBitS;
48                 OCTET_STRING_t   valueOctS;
49                 PrintableString_t        valuePrintableString;
50                 /*
51                  * This type is extensible,
52                  * possible extensions are below.
53                  */
54         } choice;
55         
56         /* Context for parsing across buffer boundaries */
57         asn_struct_ctx_t _asn_ctx;
58 } RANParameter_Value_t;
59
60 /* Implementation */
61 extern asn_TYPE_descriptor_t asn_DEF_RANParameter_Value;
62 extern asn_CHOICE_specifics_t asn_SPC_RANParameter_Value_specs_1;
63 extern asn_TYPE_member_t asn_MBR_RANParameter_Value_1[6];
64 extern asn_per_constraints_t asn_PER_type_RANParameter_Value_constr_1;
65
66 #ifdef __cplusplus
67 }
68 #endif
69
70 #endif  /* _RANParameter_Value_H_ */
71 #include <asn_internal.h>