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 7 and Version 8 of Old/WiMAX/17/01arq


Ignore:
Timestamp:
Jul 24, 2011, 3:12:00 PM (13 years ago)
Author:
seskar
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Old/WiMAX/17/01arq

    v7 v8  
     1= Error Correction Control Services =
     2
     3[[TOC(WiMAX/17*, depth=2, heading=WiMAX RF Aggregate Manager)]]
     4
    15== /arq - ARQ Control  ==
    26
     
    4852Arguments to /arq service are:
    4953
    50 === ackproctime ====
     54=== ackproctime ===
    5155ACK proc time.
    5256
     
    8185RX retry timeout.
    8286
     87== /harq - HARQ Control  ==
     88
     89Service for controlling Hybrid Automatic Repeat reQuest (HARQ) parameters. With HARQ, in addition to ARQ error detection, blocks of data are FEC encoded before transmission. This service has the following arguments:
     90
     91{{{
     92<service name="harq">
     93  <info>Set HARQ parameters</info>
     94  <args>
     95    <arg name="mimoul" isRequired="false" value="[mimoul]">
     96      <info>MIMO HARQ support: true/false (IGNORED - mimo support not available for this BS)</info>
     97    </arg>
     98    <arg name="pdusn" isRequired="false" value="[pdusn]">
     99      <info>PDU SN extended subheader reordering enabled: true/false (true)</info>
     100    </arg>
     101    <arg name="mret" isRequired="false" value="[retran]">
     102      <info>Maximum number of retransmissions [0..255] (4)</info>
     103    </arg>
     104    <arg name="burst" isRequired="false" value="[burst]">
     105      <info>Maximum number of HARQ bursts per frame [0..255] (17)</info>
     106    </arg>
     107    <arg name="enable" isRequired="false" value="[enable]">
     108      <info>Enable HARQ: true/false (false)</info>
     109    </arg>
     110    <arg name="uldelay" isRequired="false" value="[uldelay]">
     111      <info>Frame offset of UL ACK delay wrt to UL Burst [2,3] (3)</info>
     112    </arg>
     113    <arg name="dldelay" isRequired="false" value="[dldelay]">
     114      <info>Frame offset of DL ACK delay wrt to DL Burst [1,2,3] (1)</info>
     115    </arg>
     116  </args>
     117</service>
     118}}}
     119
     120=== enable ===
     121Indicates if HARQ is enabled for connection. Default: false
     122
     123=== pdusn ===
     124Indicates if PDU SN extended sub-header reordering is enabled. Default: true
     125
     126=== mret ===
     127Maximum number of retransmissions. Range = [0,255], Default: 4
     128
     129=== burst ===
     130Maximum number of HARQ bursts per frame. Range: [0,255], Default: 17
     131
     132=== mimoul ===
     133Indicates if MIMO HARQ support is enabled. (IGNORED - mimo support not available for this BS)
     134
     135=== dldelay ===
     136Frame offset of DL ACK delay with respect to DL Burst. Range: [1,3], Default: 1
     137
     138=== uldelay ===
     139Frame offset of UL ACK delay with respect to UL Burst. Range: [2,3], Default: 3
     140
     141
    83142
    84143=== References ===