// Copyright (c) 2005-2009 Nokia Corporation and/or its subsidiary(-ies).
// All rights reserved.
// This component and the accompanying materials are made available
// under the terms of "Eclipse Public License v1.0"
// which accompanies this distribution, and is available
// at the URL "http://www.eclipse.org/legal/epl-v10.html".
//
// Initial Contributors:
// Nokia Corporation - initial contribution.
//
// Contributors:
//
// Description:
// qosextn_constants.h - Constants used in qos extension APIs
//
/**
@internalComponent
*/
#ifndef __QOSEXTN_CONSTANTS_H__
#define __QOSEXTN_CONSTANTS_H__
// UMTS (release 99 and release 5) constants
_LIT8(KDescDeliveryOfErroneusSduRequested, "DeliveryOfErroneusSduRequested");
_LIT8(KDescDeliveryOrderRequested, "DeliveryOrderRequested");
_LIT8(KDescErrorRatioRequested, "ErrorRatioRequested");
_LIT8(KDescGuaBitrateDownlinkRequested, "GuaBitrateDownlinkRequested");
_LIT8(KDescGuaBitrateUplinkRequested, "GuaBitrateUplinkRequested");
_LIT8(KDescMaxBitrateDownlinkRequested, "MaxBitrateDownlinkRequested");
_LIT8(KDescMaxBitrateUplinkRequested, "MaxBitrateUplinkRequested");
_LIT8(KDescMaxSduSizeRequested, "MaxSduSizeRequested");
_LIT8(KDescPriorityRequested, "PriorityRequested");
_LIT8(KDescResidualBerRequested, "ResidualBerRequested");
_LIT8(KDescTrafficClassRequested, "TrafficClassRequested");
_LIT8(KDescTransferDelayRequested, "TransferDelayRequested");
_LIT8(KDescSignallingIndicatorRequested, "SignallingIndicatorRequested");
_LIT8(KDescSrcStatDescRequested, "SrcStatDescRequested");
_LIT8(KDescDeliveryOfErroneusSduMinimum, "DeliveryOfErroneusSduMinimum");
_LIT8(KDescDeliveryOrderMinimum, "DeliveryOrderMinimum");
_LIT8(KDescErrorRatioMinimum, "ErrorRatioMinimum");
_LIT8(KDescGuaBitrateDownlinkMinimum, "GuaBitrateDownlinkMinimum");
_LIT8(KDescGuaBitrateUplinkMinimum, "GuaBitrateUplinkMinimum");
_LIT8(KDescMaxBitrateDownlinkMinimum, "MaxBitrateDownlinkMinimum");
_LIT8(KDescMaxBitrateUplinkMinimum, "MaxBitrateUplinkMinimum");
_LIT8(KDescMaxSduSizeMinimum, "MaxSduSizeMinimum");
_LIT8(KDescPriorityMinimum, "PriorityMinimum");
_LIT8(KDescResidualBerMinimum, "ResidualBerMinimum");
_LIT8(KDescTrafficClassMinimum, "TrafficClassMinimum");
_LIT8(KDescTransferDelayMinimum, "TransferDelayMinimum");
_LIT8(KDescSignallingIndicatorMinimum, "SignallingIndicatorMinimum");
_LIT8(KDescSrcStatDescMinimum, "SrcStatDescMinimum");
_LIT8(KDescTrafficClassNegotiated, "TrafficClassNegotiated");
_LIT8(KDescDeliveryOrderNegotiated, "DeliveryOrderNegotiated");
_LIT8(KDescDeliveryOfErroneusSduNegotiated, "DeliveryOfErroneusSduNegotiated");
_LIT8(KDescResidualBerNegotiated, "ResidualBerNegotiated");
_LIT8(KDescErrorRatioNegotiated, "ErrorRatioNegotiated");
_LIT8(KDescPriorityNegotiated, "PriorityNegotiated");
_LIT8(KDescTransferDelayNegotiated, "TransferDelayNegotiated");
_LIT8(KDescMaxSduSizeNegotiated, "MaxSduSizeNegotiated");
_LIT8(KDescMaxBitrateUplinkNegotiated, "MaxBitrateUplinkNegotiated");
_LIT8(KDescMaxBitrateDownlinkNegotiated, "MaxBitrateDownlinkNegotiated");
_LIT8(KDescGuaBitrateUplinkNegotiated, "GuaBitrateUplinkNegotiated");
_LIT8(KDescGuaBitrateDownlinkNegotiated, "GuaBitrateDownlinkNegotiated");
_LIT8(KDescSignallingIndicatorNegotiated, "SignallingIndicatorNegotiated");
_LIT8(KDescSrcStatDescNegotiated, "SrcStatDescNegotiated");
_LIT8(KDescHeaderCompression, "HeaderCompression");
_LIT8(KDescErrorCode, "ErrorCode");
// SBLP constants
_LIT8(KDescSblpMediaAuthorizationToken, "SblpMediaAuthorizationToken");
_LIT8(KDescSblpMediaComponentNumber, "SblpMediaComponentNumber");
_LIT8(KDescSblpIPFlowNumber, "SblpIPFlowNumber");
// IMS constants
_LIT8(KDescIMSSignallingIndicator, "IMSSignallingIndicator");
#endif // __QOSEXTN_CONSTANTS_H__