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 _QoSFlowLevelQoSParameters_H_
9 #define _QoSFlowLevelQoSParameters_H_
12 #include <asn_application.h>
14 /* Including external dependencies */
15 #include "QoS-Characteristics.h"
16 #include "NGRANAllocationAndRetentionPriority.h"
17 #include <NativeEnumerated.h>
18 #include <constr_SEQUENCE.h>
25 typedef enum QoSFlowLevelQoSParameters__reflective_QoS_Attribute {
26 QoSFlowLevelQoSParameters__reflective_QoS_Attribute_subject_to = 0
28 * Enumeration is extensible
30 } e_QoSFlowLevelQoSParameters__reflective_QoS_Attribute;
32 /* Forward declarations */
33 struct GBR_QoSFlowInformation;
34 struct ProtocolExtensionContainer;
36 /* QoSFlowLevelQoSParameters */
37 typedef struct QoSFlowLevelQoSParameters {
38 QoS_Characteristics_t qoS_Characteristics;
39 NGRANAllocationAndRetentionPriority_t nGRANallocationRetentionPriority;
40 struct GBR_QoSFlowInformation *gBR_QoS_Flow_Information; /* OPTIONAL */
41 long *reflective_QoS_Attribute; /* OPTIONAL */
42 struct ProtocolExtensionContainer *iE_Extensions; /* OPTIONAL */
44 /* Context for parsing across buffer boundaries */
45 asn_struct_ctx_t _asn_ctx;
46 } QoSFlowLevelQoSParameters_t;
49 /* extern asn_TYPE_descriptor_t asn_DEF_reflective_QoS_Attribute_5; // (Use -fall-defs-global to expose) */
50 extern asn_TYPE_descriptor_t asn_DEF_QoSFlowLevelQoSParameters;
51 extern asn_SEQUENCE_specifics_t asn_SPC_QoSFlowLevelQoSParameters_specs_1;
52 extern asn_TYPE_member_t asn_MBR_QoSFlowLevelQoSParameters_1[5];
58 #endif /* _QoSFlowLevelQoSParameters_H_ */
59 #include <asn_internal.h>