datacommsserver/esockserver/test/TE_EsockTestSteps/inc/QoSSpecificDefs.h
changeset 0 dfb7c4ff071f
equal deleted inserted replaced
-1:000000000000 0:dfb7c4ff071f
       
     1 /**
       
     2 * Copyright (c) 2005-2009 Nokia Corporation and/or its subsidiary(-ies).
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description:
       
    15 * This file define all the common values thoughout your test project
       
    16 * 
       
    17 *
       
    18 */
       
    19 
       
    20 
       
    21 
       
    22 /**
       
    23  @file Te_EsockStepBaseDefs.h
       
    24 */
       
    25 #if (!defined QOSSPECIFICDEFS_H)
       
    26 #define QOSSPECIFICDEFS_H
       
    27 
       
    28 //qos specific
       
    29 
       
    30 _LIT(KTe_TrafficClass,"TrafficClass");
       
    31 _LIT(KTe_DeliveryOrder,"DeliveryOrder");
       
    32 _LIT(KTe_ErroneousSDUDelivery,"ErrSDUDeliv");
       
    33 _LIT(KTe_ResidualBitErrorRatio,"ResBitErrorRatio");
       
    34 _LIT(KTe_SDUErrorRatio,"SDUErrorRatio");
       
    35 _LIT(KTe_TrafficHandlingPriority,"TraffHandlPriority");
       
    36 _LIT(KTe_TransferDelay,"TransferDelay");
       
    37 _LIT(KTe_MaxSduSize,"MaxSduSize");
       
    38 _LIT(KTe_MaxBitrateUplink,"MaxBitrUplink");
       
    39 _LIT(KTe_MaxBitrateDownlink,"MaxBitrDownlink");
       
    40 _LIT(KTe_GuaBitrateUplink,"GuaBitrUplink");
       
    41 _LIT(KTe_GuaBitrateDownlink,"GuaBitrDownlink");
       
    42 //Qos R5 parameters
       
    43 _LIT(KTe_SignallingIndicator,"SignallingIndicator");
       
    44 _LIT(KTe_SrcStatisticsDescriptor,"SourceStatisticsDescriptor");
       
    45 //IMS Parameters
       
    46 _LIT(KTe_IMSSignallingIndicator,"IMSSignallingIndicator");
       
    47 
       
    48 //qos specific options
       
    49 _LIT(KTe_SubConIPLink99TrafficClassUnspecified,"Unspecified");
       
    50 _LIT(KTe_SubConIPLink99TrafficClassConversational,"Conversational");
       
    51 _LIT(KTe_SubConIPLink99TrafficClassStreaming,"Streaming");
       
    52 _LIT(KTe_SubConIPLink99TrafficClassInteractive,"Interactive");
       
    53 _LIT(KTe_SubConIPLink99TrafficClassBackground,"Background");
       
    54 
       
    55 _LIT(KTe_SubConIPLink99DeliveryOrderUnspecified,"Unspecified");
       
    56 _LIT(KTe_SubConIPLink99DeliveryOrderRequired,"Required");
       
    57 _LIT(KTe_SubConIPLink99DeliveryOrderNotRequired,"NotRequired");
       
    58 
       
    59 _LIT(KTe_SubConIPLink99ErrSDUDeliveryUnspecified,"Unspecified");
       
    60 _LIT(KTe_SubConIPLink99ErrSDUDeliveryDetection,"Detection");
       
    61 _LIT(KTe_SubConIPLink99ErrSDUDeliveryRequired,"Required");
       
    62 _LIT(KTe_SubConIPLink99ErrSDUDeliveryNotRequired,"NotRequired");
       
    63 
       
    64 _LIT(KTe_SubConIPLink99ResBitErrorRatioUnspecified,"Unspecified");
       
    65 _LIT(KTe_SubConIPLink99ResBitErrorRatioFivePerHundred,"FivePerHundred");
       
    66 _LIT(KTe_SubConIPLink99ResBitErrorRatioOnePerHundred,"OnePerHundred");
       
    67 _LIT(KTe_SubConIPLink99ResBitErrorRatioFivePerThousand,"FivePerThousand");
       
    68 _LIT(KTe_SubConIPLink99ResBitErrorRatioFourPerThousand,"FourPerThousand");
       
    69 _LIT(KTe_SubConIPLink99ResBitErrorRatioOnePerThousand,"OnePerThousand");
       
    70 _LIT(KTe_SubConIPLink99ResBitErrorRatioOnePerTenThousand,"OnePerTenThousand");
       
    71 _LIT(KTe_SubConIPLink99ResBitErrorRatioOnePerHundredThousand,"OnePerHundredThousand");
       
    72 _LIT(KTe_SubConIPLink99ResBitErrorRatioOnePerMillion,"OnePerMillion");
       
    73 _LIT(KTe_SubConIPLink99ResBitErrorRatioSixPerHundredMillion,"SixPerHundredMillion");
       
    74 
       
    75 _LIT(KTe_SubConIPLink99SDUErrorRatioUnspecified,"Unspecified");
       
    76 _LIT(KTe_SubConIPLink99SDUErrorRatioOnePerTen,"OnePerTen");
       
    77 _LIT(KTe_SubConIPLink99SDUErrorRatioOnePerHundred,"OnePerHundred");
       
    78 _LIT(KTe_SubConIPLink99SDUErrorRatioSevenPerThousand,"SevenPerThousand");
       
    79 _LIT(KTe_SubConIPLink99SDUErrorRatioOnePerThousand,"OnePerThousand");
       
    80 _LIT(KTe_SubConIPLink99SDUErrorRatioOnePerTenThousand,"OnePerTenThousand");
       
    81 _LIT(KTe_SubConIPLink99SDUErrorRatioOnePerHundredThousand,"OnePerHundredThousand");
       
    82 _LIT(KTe_SubConIPLink99SDUErrorRatioOnePerMillion,"OnePerMillion");
       
    83 
       
    84 _LIT(KTe_SubConIPLink99TrafficPriorityUnspecified,"Unspecified");
       
    85 _LIT(KTe_SubConIPLink99TrafficPriority1,"Priority1");
       
    86 _LIT(KTe_SubConIPLink99TrafficPriority2,"Priority2");
       
    87 _LIT(KTe_SubConIPLink99TrafficPriority3,"Priority3");
       
    88 
       
    89 //Qos R5 specific options
       
    90 _LIT(KTe_SubConIPLinkR5SrcStatisticDescUnknown,"Unknown");
       
    91 _LIT(KTe_SubConIPLinkR5SrcStatisticDescSpeech,"Speech");
       
    92 
       
    93 _LIT(KTe_SubConIPLink99ParamsSetName,"IP99Set");
       
    94 
       
    95 #endif //QOSSPECIFICDEFS_H
       
    96