[Epic-ID: ODUHIGH-510][Task-ID: ODUHIGH-511] E2AP version upgrade from V2.00 to V3.00
[o-du/l2.git] / src / codec_utils / E2AP / CauseE2.h
1 /*
2  * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)
3  * From ASN.1 module "E2AP-IEs"
4  *      found in "../../ASN1_Input/E2APV0300.asn1"
5  *      `asn1c -D ../../E2_v3.0_output/ -fcompound-names -fno-include-deps -findirect-choice -gen-PER -no-gen-example`
6  */
7
8 #ifndef _CauseE2_H_
9 #define _CauseE2_H_
10
11
12 #include <asn_application.h>
13
14 /* Including external dependencies */
15 #include "CauseE2RICrequest.h"
16 #include "CauseE2RICservice.h"
17 #include "CauseE2node.h"
18 #include "CauseE2Transport.h"
19 #include "CauseE2Protocol.h"
20 #include "CauseE2Misc.h"
21 #include <constr_CHOICE.h>
22
23 #ifdef __cplusplus
24 extern "C" {
25 #endif
26
27 /* Dependencies */
28 typedef enum CauseE2_PR {
29         CauseE2_PR_NOTHING,     /* No components present */
30         CauseE2_PR_ricRequest,
31         CauseE2_PR_ricService,
32         CauseE2_PR_e2Node,
33         CauseE2_PR_transport,
34         CauseE2_PR_protocol,
35         CauseE2_PR_misc
36         /* Extensions may appear below */
37         
38 } CauseE2_PR;
39
40 /* CauseE2 */
41 typedef struct CauseE2 {
42         CauseE2_PR present;
43         union CauseE2_u {
44                 CauseE2RICrequest_t      ricRequest;
45                 CauseE2RICservice_t      ricService;
46                 CauseE2node_t    e2Node;
47                 CauseE2Transport_t       transport;
48                 CauseE2Protocol_t        protocol;
49                 CauseE2Misc_t    misc;
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 } CauseE2_t;
59
60 /* Implementation */
61 extern asn_TYPE_descriptor_t asn_DEF_CauseE2;
62 extern asn_CHOICE_specifics_t asn_SPC_CauseE2_specs_1;
63 extern asn_TYPE_member_t asn_MBR_CauseE2_1[6];
64 extern asn_per_constraints_t asn_PER_type_CauseE2_constr_1;
65
66 #ifdef __cplusplus
67 }
68 #endif
69
70 #endif  /* _CauseE2_H_ */
71 #include <asn_internal.h>