Add version 0.5.0
[ric-plt/submgr.git] / e2ap / headers / ABSInformation.h
1 /*
2  * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)
3  * From ASN.1 module "X2AP-IEs"
4  *      found in "Spec/e2ap-v031ex.asn"
5  *      `asn1c -fcompound-names -fno-include-deps -findirect-choice -gen-PER`
6  */
7
8 #ifndef _ABSInformation_H_
9 #define _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 ABSInformation_PR {
24         ABSInformation_PR_NOTHING,      /* No components present */
25         ABSInformation_PR_fdd,
26         ABSInformation_PR_tdd,
27         ABSInformation_PR_abs_inactive
28         /* Extensions may appear below */
29         
30 } ABSInformation_PR;
31
32 /* Forward declarations */
33 struct ABSInformationFDD;
34 struct ABSInformationTDD;
35
36 /* ABSInformation */
37 typedef struct ABSInformation {
38         ABSInformation_PR present;
39         union ABSInformation_u {
40                 struct ABSInformationFDD        *fdd;
41                 struct 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 } ABSInformation_t;
52
53 /* Implementation */
54 extern asn_TYPE_descriptor_t asn_DEF_ABSInformation;
55
56 #ifdef __cplusplus
57 }
58 #endif
59
60 #endif  /* _ABSInformation_H_ */
61 #include <asn_internal.h>