Updated INFO.yaml file
[ric-app/kpimon.git] / asn1c_defs / all-defs / ABSInformation.h
1 /*\r
2  * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)\r
3  * From ASN.1 module "X2AP-IEs"\r
4  *      found in "../../asn_defs/asn1/x2ap-modified-15-05.asn"\r
5  *      `asn1c -fcompound-names -fno-include-deps -findirect-choice -gen-PER -no-gen-OER`\r
6  */\r
7 \r
8 #ifndef _ABSInformation_H_\r
9 #define _ABSInformation_H_\r
10 \r
11 \r
12 #include <asn_application.h>\r
13 \r
14 /* Including external dependencies */\r
15 #include <NULL.h>\r
16 #include <constr_CHOICE.h>\r
17 \r
18 #ifdef __cplusplus\r
19 extern "C" {\r
20 #endif\r
21 \r
22 /* Dependencies */\r
23 typedef enum ABSInformation_PR {\r
24         ABSInformation_PR_NOTHING,      /* No components present */\r
25         ABSInformation_PR_fdd,\r
26         ABSInformation_PR_tdd,\r
27         ABSInformation_PR_abs_inactive\r
28         /* Extensions may appear below */\r
29         \r
30 } ABSInformation_PR;\r
31 \r
32 /* Forward declarations */\r
33 struct ABSInformationFDD;\r
34 struct ABSInformationTDD;\r
35 \r
36 /* ABSInformation */\r
37 typedef struct ABSInformation {\r
38         ABSInformation_PR present;\r
39         union ABSInformation_u {\r
40                 struct ABSInformationFDD        *fdd;\r
41                 struct ABSInformationTDD        *tdd;\r
42                 NULL_t   abs_inactive;\r
43                 /*\r
44                  * This type is extensible,\r
45                  * possible extensions are below.\r
46                  */\r
47         } choice;\r
48         \r
49         /* Context for parsing across buffer boundaries */\r
50         asn_struct_ctx_t _asn_ctx;\r
51 } ABSInformation_t;\r
52 \r
53 /* Implementation */\r
54 extern asn_TYPE_descriptor_t asn_DEF_ABSInformation;\r
55 \r
56 #ifdef __cplusplus\r
57 }\r
58 #endif\r
59 \r
60 #endif  /* _ABSInformation_H_ */\r
61 #include <asn_internal.h>\r