[Epic-ID: ODUHIGH-475][Task-ID: ODUHIGH-476]F1AP codec update
[o-du/l2.git] / src / codec_utils / F1AP / QoSFlowLevelQoSParameters.h
1 /*
2  * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)
3  * From ASN.1 module "F1AP-IEs"
4  *      found in "../F1.asn1"
5  *      `asn1c -D ../F1_output/ -fcompound-names -fno-include-deps -findirect-choice -gen-PER`
6  */
7
8 #ifndef _QoSFlowLevelQoSParameters_H_
9 #define _QoSFlowLevelQoSParameters_H_
10
11
12 #include <asn_application.h>
13
14 /* Including external dependencies */
15 #include "QoS-Characteristics.h"
16 #include "NGRANAllocationAndRetentionPriority.h"
17 #include <NativeEnumerated.h>
18 #include <constr_SEQUENCE.h>
19
20 #ifdef __cplusplus
21 extern "C" {
22 #endif
23
24 /* Dependencies */
25 typedef enum QoSFlowLevelQoSParameters__reflective_QoS_Attribute {
26         QoSFlowLevelQoSParameters__reflective_QoS_Attribute_subject_to  = 0
27         /*
28          * Enumeration is extensible
29          */
30 } e_QoSFlowLevelQoSParameters__reflective_QoS_Attribute;
31
32 /* Forward declarations */
33 struct GBR_QoSFlowInformation;
34 struct ProtocolExtensionContainer;
35
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 */
43         
44         /* Context for parsing across buffer boundaries */
45         asn_struct_ctx_t _asn_ctx;
46 } QoSFlowLevelQoSParameters_t;
47
48 /* Implementation */
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];
53
54 #ifdef __cplusplus
55 }
56 #endif
57
58 #endif  /* _QoSFlowLevelQoSParameters_H_ */
59 #include <asn_internal.h>