Updated documentation for mock a1 tool
[ric-app/admin.git] / asn1c_defs / X2N_Cause.h
1 /*
2  * Generated by asn1c-0.9.29 n1 (http://lionet.info/asn1c)
3  * From ASN.1 module "X2AP-IEs"
4  *      found in "../../asn_defs/asn1/x2ap-15-04.asn"
5  *      `asn1c -fcompound-names -fno-include-deps -findirect-choice -gen-PER -no-gen-OER`
6  */
7
8 #ifndef _X2N_Cause_H_
9 #define _X2N_Cause_H_
10
11
12 #include <asn_application.h>
13
14 /* Including external dependencies */
15 #include "X2N_CauseRadioNetwork.h"
16 #include "X2N_CauseTransport.h"
17 #include "X2N_CauseProtocol.h"
18 #include "X2N_CauseMisc.h"
19 #include <constr_CHOICE.h>
20
21 #ifdef __cplusplus
22 extern "C" {
23 #endif
24
25 /* Dependencies */
26 typedef enum X2N_Cause_PR {
27         X2N_Cause_PR_NOTHING,   /* No components present */
28         X2N_Cause_PR_radioNetwork,
29         X2N_Cause_PR_transport,
30         X2N_Cause_PR_protocol,
31         X2N_Cause_PR_misc
32         /* Extensions may appear below */
33         
34 } X2N_Cause_PR;
35
36 /* X2N_Cause */
37 typedef struct X2N_Cause {
38         X2N_Cause_PR present;
39         union X2N_Cause_u {
40                 X2N_CauseRadioNetwork_t  radioNetwork;
41                 X2N_CauseTransport_t     transport;
42                 X2N_CauseProtocol_t      protocol;
43                 X2N_CauseMisc_t  misc;
44                 /*
45                  * This type is extensible,
46                  * possible extensions are below.
47                  */
48         } choice;
49         
50         /* Context for parsing across buffer boundaries */
51         asn_struct_ctx_t _asn_ctx;
52 } X2N_Cause_t;
53
54 /* Implementation */
55 extern asn_TYPE_descriptor_t asn_DEF_X2N_Cause;
56 extern asn_CHOICE_specifics_t asn_SPC_X2N_Cause_specs_1;
57 extern asn_TYPE_member_t asn_MBR_X2N_Cause_1[4];
58 extern asn_per_constraints_t asn_PER_type_X2N_Cause_constr_1;
59
60 #ifdef __cplusplus
61 }
62 #endif
63
64 #endif  /* _X2N_Cause_H_ */
65 #include <asn_internal.h>