Updated documentation for mock a1 tool
[ric-app/admin.git] / asn1c_defs / E2N_RICcause.h
1 /*
2  * Generated by asn1c-0.9.29 n1 (http://lionet.info/asn1c)
3  * From ASN.1 module "E2AP-IEs"
4  *      found in "../../asn_defs/asn1/e2ap-v031-subset.asn"
5  *      `asn1c -fcompound-names -fno-include-deps -findirect-choice -gen-PER -no-gen-OER`
6  */
7
8 #ifndef _E2N_RICcause_H_
9 #define _E2N_RICcause_H_
10
11
12 #include <asn_application.h>
13
14 /* Including external dependencies */
15 #include "E2N_CauseRadioNetwork.h"
16 #include "E2N_CauseTransport.h"
17 #include "E2N_CauseProtocol.h"
18 #include "E2N_CauseMisc.h"
19 #include "E2N_CauseRIC.h"
20 #include <constr_CHOICE.h>
21
22 #ifdef __cplusplus
23 extern "C" {
24 #endif
25
26 /* Dependencies */
27 typedef enum E2N_RICcause_PR {
28         E2N_RICcause_PR_NOTHING,        /* No components present */
29         E2N_RICcause_PR_radioNetwork,
30         E2N_RICcause_PR_transport,
31         E2N_RICcause_PR_protocol,
32         E2N_RICcause_PR_misc,
33         E2N_RICcause_PR_ric
34         /* Extensions may appear below */
35         
36 } E2N_RICcause_PR;
37
38 /* E2N_RICcause */
39 typedef struct E2N_RICcause {
40         E2N_RICcause_PR present;
41         union E2N_RICcause_u {
42                 E2N_CauseRadioNetwork_t  radioNetwork;
43                 E2N_CauseTransport_t     transport;
44                 E2N_CauseProtocol_t      protocol;
45                 E2N_CauseMisc_t  misc;
46                 E2N_CauseRIC_t   ric;
47                 /*
48                  * This type is extensible,
49                  * possible extensions are below.
50                  */
51         } choice;
52         
53         /* Context for parsing across buffer boundaries */
54         asn_struct_ctx_t _asn_ctx;
55 } E2N_RICcause_t;
56
57 /* Implementation */
58 extern asn_TYPE_descriptor_t asn_DEF_E2N_RICcause;
59 extern asn_CHOICE_specifics_t asn_SPC_E2N_RICcause_specs_1;
60 extern asn_TYPE_member_t asn_MBR_E2N_RICcause_1[5];
61 extern asn_per_constraints_t asn_PER_type_E2N_RICcause_constr_1;
62
63 #ifdef __cplusplus
64 }
65 #endif
66
67 #endif  /* _E2N_RICcause_H_ */
68 #include <asn_internal.h>