2 * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)
3 * From ASN.1 module "X2AP-IEs"
4 * found in "X2AP-15-4-0.asn1"
5 * `asn1c -D ./asn1_n1 -pdu=auto -fno-include-deps -fcompound-names -findirect-choice -gen-PER -gen-OER -no-gen-example`
8 #ifndef _ABSInformation_H_
9 #define _ABSInformation_H_
12 #include <asn_application.h>
14 /* Including external dependencies */
16 #include <constr_CHOICE.h>
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 */
32 /* Forward declarations */
33 struct ABSInformationFDD;
34 struct ABSInformationTDD;
37 typedef struct ABSInformation {
38 ABSInformation_PR present;
39 union ABSInformation_u {
40 struct ABSInformationFDD *fdd;
41 struct ABSInformationTDD *tdd;
44 * This type is extensible,
45 * possible extensions are below.
49 /* Context for parsing across buffer boundaries */
50 asn_struct_ctx_t _asn_ctx;
54 extern asn_TYPE_descriptor_t asn_DEF_ABSInformation;
60 #endif /* _ABSInformation_H_ */
61 #include <asn_internal.h>