Replacing E2AP v1.0 asn files with E2AP v2.0 files [Jira Id - ODUHIGH-409]
[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 "2022_E2AP.asn1"
5  *      `asn1c -D ./E2AP/ -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 "CauseRICrequest.h"
16 #include "CauseRICservice.h"
17 #include "CauseE2node.h"
18 #include "CauseTransport.h"
19 #include "CauseProtocol.h"
20 #include "CauseMisc.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                 CauseRICrequest_t        ricRequest;
45                 CauseRICservice_t        ricService;
46                 CauseE2node_t    e2Node;
47                 CauseTransport_t         transport;
48                 CauseProtocol_t  protocol;
49                 CauseMisc_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>