telephonyprotocols/gprsumtsqosprt/inc/umts_qos_variables.h
changeset 0 3553901f7fa8
equal deleted inserted replaced
-1:000000000000 0:3553901f7fa8
       
     1 // Copyright (c) 2007-2009 Nokia Corporation and/or its subsidiary(-ies).
       
     2 // All rights reserved.
       
     3 // This component and the accompanying materials are made available
       
     4 // under the terms of "Eclipse Public License v1.0"
       
     5 // which accompanies this distribution, and is available
       
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     7 //
       
     8 // Initial Contributors:
       
     9 // Nokia Corporation - initial contribution.
       
    10 //
       
    11 // Contributors:
       
    12 //
       
    13 // Description:
       
    14 // umts_qos_variables.h - QoS variable names
       
    15 //
       
    16 
       
    17 #ifndef __UMTS_QOS_VARIABLES_H__
       
    18 #define __UMTS_QOS_VARIABLES_H__
       
    19 
       
    20 _LIT(KDescDeliveryOfErroneusSduRequested,	"DeliveryOfErroneusSduRequested");
       
    21 _LIT(KDescDeliveryOrderRequested,			"DeliveryOrderRequested");
       
    22 _LIT(KDescErrorRatioRequested,				"ErrorRatioRequested");
       
    23 _LIT(KDescGuaBitrateDownlinkRequested,		"GuaBitrateDownlinkRequested");
       
    24 _LIT(KDescGuaBitrateUplinkRequested,		"GuaBitrateUplinkRequested");
       
    25 _LIT(KDescMaxBitrateDownlinkRequested,		"MaxBitrateDownlinkRequested");
       
    26 _LIT(KDescMaxBitrateUplinkRequested,		"MaxBitrateUplinkRequested");
       
    27 _LIT(KDescMaxSduSizeRequested,				"MaxSduSizeRequested");
       
    28 _LIT(KDescPriorityRequested,				"PriorityRequested");
       
    29 _LIT(KDescResidualBerRequested,				"ResidualBerRequested");
       
    30 _LIT(KDescTrafficClassRequested,			"TrafficClassRequested");
       
    31 _LIT(KDescTransferDelayRequested,			"TransferDelayRequested");
       
    32 #ifdef SYMBIAN_NETWORKING_UMTSR5  
       
    33 _LIT(KDescSignallingIndicatorRequested,	"SignallingIndicatorRequested");
       
    34 _LIT(KDescSrcStatDescRequested,			"SrcStatDescRequested");
       
    35 #endif // SYMBIAN_NETWORKING_UMTSR5 
       
    36 
       
    37 _LIT(KDescDeliveryOfErroneusSduMinimum,		"DeliveryOfErroneusSduMinimum");
       
    38 _LIT(KDescDeliveryOrderMinimum,				"DeliveryOrderMinimum");
       
    39 _LIT(KDescErrorRatioMinimum,				"ErrorRatioMinimum");
       
    40 _LIT(KDescGuaBitrateDownlinkMinimum,		"GuaBitrateDownlinkMinimum");
       
    41 _LIT(KDescGuaBitrateUplinkMinimum,			"GuaBitrateUplinkMinimum");
       
    42 _LIT(KDescMaxBitrateDownlinkMinimum,		"MaxBitrateDownlinkMinimum");
       
    43 _LIT(KDescMaxBitrateUplinkMinimum,			"MaxBitrateUplinkMinimum");
       
    44 _LIT(KDescMaxSduSizeMinimum,				"MaxSduSizeMinimum");
       
    45 _LIT(KDescPriorityMinimum,					"PriorityMinimum");
       
    46 _LIT(KDescResidualBerMinimum,				"ResidualBerMinimum");
       
    47 _LIT(KDescTrafficClassMinimum,				"TrafficClassMinimum");
       
    48 _LIT(KDescTransferDelayMinimum,				"TransferDelayMinimum");
       
    49 
       
    50 
       
    51 _LIT(KDescTrafficClassNegotiated,			"TrafficClassNegotiated");
       
    52 _LIT(KDescDeliveryOrderNegotiated,			"DeliveryOrderNegotiated");
       
    53 _LIT(KDescDeliveryOfErroneusSduNegotiated,	"DeliveryOfErroneusSduNegotiated");
       
    54 _LIT(KDescResidualBerNegotiated,			"ResidualBerNegotiated");
       
    55 _LIT(KDescErrorRatioNegotiated,				"ErrorRatioNegotiated");
       
    56 _LIT(KDescPriorityNegotiated,				"PriorityNegotiated");
       
    57 _LIT(KDescTransferDelayNegotiated,			"TransferDelayNegotiated");
       
    58 _LIT(KDescMaxSduSizeNegotiated,				"MaxSduSizeNegotiated");
       
    59 _LIT(KDescMaxBitrateUplinkNegotiated,		"MaxBitrateUplinkNegotiated");
       
    60 _LIT(KDescMaxBitrateDownlinkNegotiated,		"MaxBitrateDownlinkNegotiated");
       
    61 _LIT(KDescGuaBitrateUplinkNegotiated,		"GuaBitrateUplinkNegotiated");
       
    62 _LIT(KDescGuaBitrateDownlinkNegotiated,		"GuaBitrateDownlinkNegotiated");
       
    63 #ifdef SYMBIAN_NETWORKING_UMTSR5 
       
    64 _LIT(KDescSignallingIndicatorNegotiated,	"SignallingIndicatorNegotiated");
       
    65 _LIT(KDescSrcStatDescNegotiated,			"SrcStatDescNegotiated");
       
    66 #endif // SYMBIAN_NETWORKING_UMTSR5
       
    67 
       
    68 _LIT(KDescHeaderCompression,				"HeaderCompression");
       
    69 _LIT(KDescErrorCode,						"ErrorCode");
       
    70 
       
    71 _LIT(KDescSblpMediaAuthorizationToken,    	"SblpMediaAuthorizationToken");
       
    72 _LIT(KDescSblpMediaComponentNumber,    	    "SblpMediaComponentNumber");
       
    73 _LIT(KDescSblpIPFlowNumber,    			    "SblpIPFlowNumber");
       
    74 
       
    75 #ifdef SYMBIAN_NETWORKING_UMTSR5 
       
    76 _LIT(KDescIMSSignallingIndicator,    		"IMSSignallingIndicator");
       
    77 #endif // SYMBIAN_NETWORKING_UMTSR5
       
    78 
       
    79 #endif