ISSUE ID:- RICAPP-216
[ric-app/bouncer.git] / Bouncer / e2sm_kpm / headers / TestCond-Value.h
1 /*
2  * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)
3  * From ASN.1 module "E2SM-KPM-IEs"
4  *      found in "kpmv2.asn"
5  *      `asn1c -pdu=auto -fincludes-quoted -fcompound-names -findirect-choice -fno-include-deps -gen-PER -no-gen-OER -no-gen-example`
6  */
7
8 #ifndef _TestCond_Value_H_
9 #define _TestCond_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 TestCond_Value_PR {
28         TestCond_Value_PR_NOTHING,      /* No components present */
29         TestCond_Value_PR_valueInt,
30         TestCond_Value_PR_valueEnum,
31         TestCond_Value_PR_valueBool,
32         TestCond_Value_PR_valueBitS,
33         TestCond_Value_PR_valueOctS,
34         TestCond_Value_PR_valuePrtS
35         /* Extensions may appear below */
36         
37 } TestCond_Value_PR;
38
39 /* TestCond-Value */
40 typedef struct TestCond_Value {
41         TestCond_Value_PR present;
42         union TestCond_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 } TestCond_Value_t;
58
59 /* Implementation */
60 extern asn_TYPE_descriptor_t asn_DEF_TestCond_Value;
61 extern asn_CHOICE_specifics_t asn_SPC_TestCond_Value_specs_1;
62 extern asn_TYPE_member_t asn_MBR_TestCond_Value_1[6];
63 extern asn_per_constraints_t asn_PER_type_TestCond_Value_constr_1;
64
65 #ifdef __cplusplus
66 }
67 #endif
68
69 #endif  /* _TestCond_Value_H_ */
70 #include "asn_internal.h"