networkcontrol/qosfwconfig/qostest/TS_QoSAPI/scripts/ip4/ExplicitUdp/Qos_Scenario_11_HLR5_4_1.ini
changeset 0 af10295192d8
child 10 c64cefac6e99
equal deleted inserted replaced
-1:000000000000 0:af10295192d8
       
     1 
       
     2 // Network 97/98 Settings - Two sockets with the same Traffic Handling Priority
       
     3 ///////////////////////
       
     4 // QoS Parameter(s)  //
       
     5 ///////////////////////
       
     6 
       
     7 // Network 99 Settings
       
     8 [QoS1]
       
     9 ///////////////////////
       
    10 // Uplink Parameters //
       
    11 ///////////////////////
       
    12 TokenRateUplink=1100
       
    13 TokenBucketSizeUplink=2000
       
    14 MaxTransferRateUplink=1200
       
    15 MaxPacketSizeUplink=1300
       
    16 MinPolicedUnitUplink=1200
       
    17 DelayUplink=1
       
    18 PriorityUplink=0
       
    19 DropModeUplink=1
       
    20 /////////////////////////
       
    21 // Downlink Parameters //
       
    22 /////////////////////////
       
    23 TokenRateDownlink=2100
       
    24 TokenBucketSizeDownlink=3000
       
    25 MaxTransferRateDownlink=2200
       
    26 MaxPacketSizeDownlink=2300
       
    27 MinPolicedUnitDownlink=2200
       
    28 DelayDownlink=2
       
    29 PriorityDownlink=1
       
    30 DropModeDownlink=2
       
    31 /////////////
       
    32 // Adaptor //
       
    33 /////////////
       
    34 AdaptorPriority=0
       
    35 AdaptMode=1
       
    36 
       
    37 
       
    38 // Number of socket(s) to open would be the same as the number of QoS channel(s), 
       
    39 // Each socket is bound to a QoS Channel on the QoS open method Then we can use the Join method to add more sockets to the channel later
       
    40 
       
    41 // QoS Channel(s)
       
    42 [Test_2.0]
       
    43 ////////////////////////////////////////////////////////
       
    44 // Number of extra Socket(s) To Join (Tcp and or Udp) //
       
    45 ////////////////////////////////////////////////////////
       
    46 extraJoinImplicitTcp=0
       
    47 extraJoinExplicitTcp=0
       
    48 extraJoinImplicitUdp=1
       
    49 extraJoinExplicitUdp=0
       
    50 
       
    51 // Add Extra QoS Channel(s)
       
    52 [Test_2.8]
       
    53 ////////////////////////////////////////////////////////
       
    54 // Number of extra Socket(s) To Join (Tcp and or Udp) //
       
    55 ////////////////////////////////////////////////////////
       
    56 extraJoinImplicitTcp=0
       
    57 extraJoinExplicitTcp=0
       
    58 extraJoinImplicitUdp=1
       
    59 extraJoinExplicitUdp=0
       
    60 
       
    61 
       
    62 ///////////////////////////
       
    63 // QoS Channel Option(s) //
       
    64 ///////////////////////////
       
    65 
       
    66 [QoSChannel1]
       
    67 // Socket Number To Open with the QoS Channel 1, Socket 1
       
    68 
       
    69 ////////////////////////////////////////////
       
    70 // Initialize QoS Setting for QoS Channel //
       
    71 ////////////////////////////////////////////
       
    72 QoSParametersRefrence=1
       
    73 
       
    74 
       
    75 [QoSChannel2]
       
    76 // Socket Number To Open with the QoS Channel 2, Socket 1
       
    77 
       
    78 ////////////////////////////////////////////
       
    79 // Initialize QoS Setting for QoS Channel //
       
    80 ////////////////////////////////////////////
       
    81 QoSParametersRefrence=1
       
    82 
       
    83 
       
    84