/* * Generated by asn1c-0.9.29 (http://lionet.info/asn1c) * From ASN.1 module "F1AP-IEs" * found in "../F1.asn1" * `asn1c -D ../F1_output/ -fcompound-names -fno-include-deps -findirect-choice -gen-PER` */ #ifndef _GBR_QoSFlowInformation_H_ #define _GBR_QoSFlowInformation_H_ #include /* Including external dependencies */ #include "BitRate.h" #include "MaxPacketLossRate.h" #include #ifdef __cplusplus extern "C" { #endif /* Forward declarations */ struct ProtocolExtensionContainer; /* GBR-QoSFlowInformation */ typedef struct GBR_QoSFlowInformation { BitRate_t maxFlowBitRateDownlink; BitRate_t maxFlowBitRateUplink; BitRate_t guaranteedFlowBitRateDownlink; BitRate_t guaranteedFlowBitRateUplink; MaxPacketLossRate_t *maxPacketLossRateDownlink; /* OPTIONAL */ MaxPacketLossRate_t *maxPacketLossRateUplink; /* OPTIONAL */ struct ProtocolExtensionContainer *iE_Extensions; /* OPTIONAL */ /* * This type is extensible, * possible extensions are below. */ /* Context for parsing across buffer boundaries */ asn_struct_ctx_t _asn_ctx; } GBR_QoSFlowInformation_t; /* Implementation */ extern asn_TYPE_descriptor_t asn_DEF_GBR_QoSFlowInformation; extern asn_SEQUENCE_specifics_t asn_SPC_GBR_QoSFlowInformation_specs_1; extern asn_TYPE_member_t asn_MBR_GBR_QoSFlowInformation_1[7]; #ifdef __cplusplus } #endif #endif /* _GBR_QoSFlowInformation_H_ */ #include