Updated INFO.yaml file
[ric-app/kpimon.git] / asn1c_defs / all-defs / Cause.h
1 /*\r
2  * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)\r
3  * From ASN.1 module "X2AP-IEs"\r
4  *      found in "../../asn_defs/asn1/x2ap-modified-15-05.asn"\r
5  *      `asn1c -fcompound-names -fno-include-deps -findirect-choice -gen-PER -no-gen-OER`\r
6  */\r
7 \r
8 #ifndef _Cause_H_\r
9 #define _Cause_H_\r
10 \r
11 \r
12 #include <asn_application.h>\r
13 \r
14 /* Including external dependencies */\r
15 #include "CauseRadioNetwork.h"\r
16 #include "CauseTransport.h"\r
17 #include "CauseProtocol.h"\r
18 #include "CauseMisc.h"\r
19 #include <constr_CHOICE.h>\r
20 \r
21 #ifdef __cplusplus\r
22 extern "C" {\r
23 #endif\r
24 \r
25 /* Dependencies */\r
26 typedef enum Cause_PR {\r
27         Cause_PR_NOTHING,       /* No components present */\r
28         Cause_PR_radioNetwork,\r
29         Cause_PR_transport,\r
30         Cause_PR_protocol,\r
31         Cause_PR_misc\r
32         /* Extensions may appear below */\r
33         \r
34 } Cause_PR;\r
35 \r
36 /* Cause */\r
37 typedef struct Cause {\r
38         Cause_PR present;\r
39         union Cause_u {\r
40                 CauseRadioNetwork_t      radioNetwork;\r
41                 CauseTransport_t         transport;\r
42                 CauseProtocol_t  protocol;\r
43                 CauseMisc_t      misc;\r
44                 /*\r
45                  * This type is extensible,\r
46                  * possible extensions are below.\r
47                  */\r
48         } choice;\r
49         \r
50         /* Context for parsing across buffer boundaries */\r
51         asn_struct_ctx_t _asn_ctx;\r
52 } Cause_t;\r
53 \r
54 /* Implementation */\r
55 extern asn_TYPE_descriptor_t asn_DEF_Cause;\r
56 extern asn_CHOICE_specifics_t asn_SPC_Cause_specs_1;\r
57 extern asn_TYPE_member_t asn_MBR_Cause_1[4];\r
58 extern asn_per_constraints_t asn_PER_type_Cause_constr_1;\r
59 \r
60 #ifdef __cplusplus\r
61 }\r
62 #endif\r
63 \r
64 #endif  /* _Cause_H_ */\r
65 #include <asn_internal.h>\r