[Epic-ID: ODUHIGH-475][Task-ID: ODUHIGH-476]F1AP codec update
[o-du/l2.git] / src / codec_utils / F1AP / Cause.h
1 /*
2  * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)
3  * From ASN.1 module "F1AP-IEs"
4  *      found in "../F1.asn1"
5  *      `asn1c -D ../F1_output/ -fcompound-names -fno-include-deps -findirect-choice -gen-PER`
6  */
7
8 #ifndef _Cause_H_
9 #define _Cause_H_
10
11
12 #include <asn_application.h>
13
14 /* Including external dependencies */
15 #include "CauseRadioNetwork.h"
16 #include "CauseTransport.h"
17 #include "CauseProtocol.h"
18 #include "CauseMisc.h"
19 #include <constr_CHOICE.h>
20
21 #ifdef __cplusplus
22 extern "C" {
23 #endif
24
25 /* Dependencies */
26 typedef enum Cause_PR {
27         Cause_PR_NOTHING,       /* No components present */
28         Cause_PR_radioNetwork,
29         Cause_PR_transport,
30         Cause_PR_protocol,
31         Cause_PR_misc,
32         Cause_PR_choice_extension
33 } Cause_PR;
34
35 /* Forward declarations */
36 struct ProtocolIE_SingleContainer;
37
38 /* Cause */
39 typedef struct Cause {
40         Cause_PR present;
41         union Cause_u {
42                 CauseRadioNetwork_t      radioNetwork;
43                 CauseTransport_t         transport;
44                 CauseProtocol_t  protocol;
45                 CauseMisc_t      misc;
46                 struct ProtocolIE_SingleContainer       *choice_extension;
47         } choice;
48         
49         /* Context for parsing across buffer boundaries */
50         asn_struct_ctx_t _asn_ctx;
51 } Cause_t;
52
53 /* Implementation */
54 extern asn_TYPE_descriptor_t asn_DEF_Cause;
55 extern asn_CHOICE_specifics_t asn_SPC_Cause_specs_1;
56 extern asn_TYPE_member_t asn_MBR_Cause_1[5];
57 extern asn_per_constraints_t asn_PER_type_Cause_constr_1;
58
59 #ifdef __cplusplus
60 }
61 #endif
62
63 #endif  /* _Cause_H_ */
64 #include <asn_internal.h>