1. Transitioned to using latest asn1c compiler
[ric-app/admin.git] / asn1c_defs / X2N_ABSInformation.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_ABSInformation_H_
9 #define _X2N_ABSInformation_H_
10
11
12 #include <asn_application.h>
13
14 /* Including external dependencies */
15 #include <NULL.h>
16 #include <constr_CHOICE.h>
17
18 #ifdef __cplusplus
19 extern "C" {
20 #endif
21
22 /* Dependencies */
23 typedef enum X2N_ABSInformation_PR {
24         X2N_ABSInformation_PR_NOTHING,  /* No components present */
25         X2N_ABSInformation_PR_fdd,
26         X2N_ABSInformation_PR_tdd,
27         X2N_ABSInformation_PR_abs_inactive
28         /* Extensions may appear below */
29         
30 } X2N_ABSInformation_PR;
31
32 /* Forward declarations */
33 struct X2N_ABSInformationFDD;
34 struct X2N_ABSInformationTDD;
35
36 /* X2N_ABSInformation */
37 typedef struct X2N_ABSInformation {
38         X2N_ABSInformation_PR present;
39         union X2N_ABSInformation_u {
40                 struct X2N_ABSInformationFDD    *fdd;
41                 struct X2N_ABSInformationTDD    *tdd;
42                 NULL_t   abs_inactive;
43                 /*
44                  * This type is extensible,
45                  * possible extensions are below.
46                  */
47         } choice;
48         
49         /* Context for parsing across buffer boundaries */
50         asn_struct_ctx_t _asn_ctx;
51 } X2N_ABSInformation_t;
52
53 /* Implementation */
54 extern asn_TYPE_descriptor_t asn_DEF_X2N_ABSInformation;
55
56 #ifdef __cplusplus
57 }
58 #endif
59
60 #endif  /* _X2N_ABSInformation_H_ */
61 #include <asn_internal.h>