close Warning: Can't synchronize with repository "(default)" (/common/SVN/wimax does not appear to be a Subversion repository.). Look in the Trac log for more information.

Changes between Version 19 and Version 20 of Old/WiMAX/17/13ainfo


Ignore:
Timestamp:
Jun 26, 2012, 3:39:58 PM (12 years ago)
Author:
Nilanjan Paul
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Old/WiMAX/17/13ainfo

    v19 v20  
    1313}}}
    1414
    15 == bs/arq - ARQ parameters ==
    16 {{{
    17 <service name="bs/arq">
    18    <info>Set ARQ parameters</info>
    19       <args>
    20          <arg name="sltmo" isRequired="false">
    21             <info>Sync loss timeout [] (10000)</info>
    22          </arg>
    23          <arg name="dlvrorder" isRequired="false">
    24             <info>Delivery in order: true/false (true)</info>
    25          </arg>
    26          <arg name="wsize" isRequired="false">
    27             <info>ARQ window size [0..1024] (1024)</info>
    28          </arg>
    29          <arg name="rxpurgetmo" isRequired="false">
    30             <info>RX purge timeout [] (5000)</info>
    31          </arg>
    32          <arg name="rtmotx" isRequired="false">
    33             <info>TX retry timeout [] (1000)</info>
    34          </arg>
    35          <arg name="bloksize" isRequired="false">
    36             <info>ARQ block size [0..(ARQ windows size/2)] (256)</info>
    37          </arg>
    38          <arg name="rtmorx" isRequired="false">
    39             <info>RX retry timeout [] (1000)</info>
    40          </arg>
    41          <arg name="enable" isRequired="false">
    42             <info>Enable ARQ: true/false (false)</info>
    43          </arg>
    44          <arg name="ackproctime" isRequired="false">
    45             <info>ACK proc time [] (0)</info>
    46          </arg>
    47          <arg name="blockltm" isRequired="false">
    48             <info>ARQ block lifetime [] (5000)</info>
    49          </arg>
    50          <arg name="txackdelay" isRequired="false">
    51             <info>Tx ACK delay [] (100)</info>
    52          </arg>
    53       </args>
    54 </service>
    55 }}}
    56 
    57 == bs/harq - HARQ parameters ==
    58 {{{
    59 <service name=bs/harq>
    60   <info>
    61   Set HARQ parameters</info>
    62   <args>
    63     <arg name=dldelay isRequired=false>
    64       <info>
    65       Frame offset of DL ACK delay wrt to DL Burst [1,2,3] (1)</info>
    66     </arg>
    67     <arg name=mimoul isRequired=false>
    68       <info>
    69       MIMO HARQ support: true/false (IGNORED - mimo support not available for this BS)</info>
    70     </arg>
    71     <arg name=pdusn isRequired=false>
    72       <info>
    73       PDU SN extended subheader reordering enabled: true/false (true)</info>
    74     </arg>
    75     <arg name=mret isRequired=false>
    76       <info>
    77       Maximum number of retransmissions [0..255] (4)</info>
    78     </arg>
    79     <arg name=burst isRequired=false>
    80       <info>
    81       Maximum number of HARQ bursts per frame [0..255] (17)</info>
    82     </arg>
    83     <arg name=enable isRequired=false>
    84       <info>
    85       Enable HARQ: true/false (false)</info>
    86     </arg>
    87     <arg name=uldelay isRequired=false>
    88       <info>
    89       Frame offset of UL ACK delay wrt to UL Burst [2,3] (3)</info>
    90     </arg>
    91   </args>
    92 </service>
    93 }}}
    94 
    95 == /asngw - ASNGW parameters ==
     15== bs/asngw - ASNGW parameters ==
    9616{{{
    9717<service name=bs/asngw>
     
    219139      <info>
    220140      DL FEC code and modulation type of each burst profile on DCD message. (QPSK (CTC) 3/4 (15))</info>
    221     </arg>
    222   </args>
    223 </service>
    224 }}}
    225 
    226 == bs/ulprofile - uplink modulation schemes ==
    227 {{{
    228 <service name=bs/ulprofile>
    229   <info>
    230   Set up link modulation scheme</info>
    231   <args>
    232     <arg name=ulprof6 isRequired=false>
    233       <info>
    234       UL FEC code and modulation type of each burst profile on UCD message. (No Modulation (255))</info>
    235     </arg>
    236     <arg name=ulprof1 isRequired=false>
    237       <info>
    238       UL FEC code and modulation type of each burst profile on UCD message. (QPSK (CTC) 1/2 (13))</info>
    239     </arg>
    240     <arg name=ulprof7 isRequired=false>
    241       <info>
    242       UL FEC code and modulation type of each burst profile on UCD message. (No Modulation (255))</info>
    243     </arg>
    244     <arg name=ulprof2 isRequired=false>
    245       <info>
    246       UL FEC code and modulation type of each burst profile on UCD message. (QPSK (CTC) 3/4 (15))</info>
    247     </arg>
    248     <arg name=ulprof8 isRequired=false>
    249       <info>
    250       UL FEC code and modulation type of each burst profile on UCD message. (No Modulation (255))</info>
    251     </arg>
    252     <arg name=ulprof3 isRequired=false>
    253       <info>
    254       UL FEC code and modulation type of each burst profile on UCD message. (16-QAM (CTC) 1/2 (16))</info>
    255     </arg>
    256     <arg name=ulprof9 isRequired=false>
    257       <info>
    258       UL FEC code and modulation type of each burst profile on UCD message. (No Modulation (255))</info>
    259     </arg>
    260     <arg name=ulprof4 isRequired=false>
    261       <info>
    262       UL FEC code and modulation type of each burst profile on UCD message. (16-QAM (CTC) 3/4 (17))</info>
    263     </arg>
    264     <arg name=ulprof10 isRequired=false>
    265       <info>
    266       UL FEC code and modulation type of each burst profile on UCD message. (No Modulation (255))</info>
    267     </arg>
    268     <arg name=ulprof5 isRequired=false>
    269       <info>
    270       UL FEC code and modulation type of each burst profile on UCD message. (No Modulation (255))</info>
    271141    </arg>
    272142  </args>