2 * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)
3 * From ASN.1 module "F1AP-IEs"
5 * `asn1c -D ./out -fcompound-names -fno-include-deps -findirect-choice -gen-PER -no-gen-example`
8 #ifndef _QoSInformation_H_
9 #define _QoSInformation_H_
12 #include <asn_application.h>
14 /* Including external dependencies */
15 #include <constr_CHOICE.h>
22 typedef enum QoSInformation_PR {
23 QoSInformation_PR_NOTHING, /* No components present */
24 QoSInformation_PR_eUTRANQoS,
25 QoSInformation_PR_choice_extension
28 /* Forward declarations */
30 struct ProtocolIE_SingleContainer;
33 typedef struct QoSInformation {
34 QoSInformation_PR present;
35 union QoSInformation_u {
36 struct EUTRANQoS *eUTRANQoS;
37 struct QoSInformation_ExtIEs *choice_extension;
40 /* Context for parsing across buffer boundaries */
41 asn_struct_ctx_t _asn_ctx;
45 extern asn_TYPE_descriptor_t asn_DEF_QoSInformation;
46 extern asn_CHOICE_specifics_t asn_SPC_QoSInformation_specs_1;
47 extern asn_TYPE_member_t asn_MBR_QoSInformation_1[2];
48 extern asn_per_constraints_t asn_PER_type_QoSInformation_constr_1;
54 #endif /* _QoSInformation_H_ */
55 #include <asn_internal.h>