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


Ignore:
Timestamp:
Jun 21, 2011, 7:40:51 PM (13 years ago)
Author:
Nilanjan Paul
Comment:

Legend:

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

    v2 v3  
    11= ARQ Control  =
    2 Automatic Repeat reQuest is the MAC level data connections's error control mechanism.
     2Automatic Repeat reQuest is the MAC level data connection's error control mechanism.
     3
     4== ackproctime ==
     5ACK proc time.
     6
     7== blockltm ==
     8ARQ block lifetime. This is the maximum time interval an ARQ block shall be managed by te transmitter ARQ state machine, once initial transmission of the block has occurred. If transmission (or subsequent retransmission) of the block is not acknowledged by the receiver before the time limit is reach, the block is discarded.
     9
     10== txackdelay ==
     11Tx ACK delay.
     12
     13== sltmo ==
     14Sync loss timeout. This is the maximum time interval ARQ_TX_WINDOW_START or ARQ_RX WINDOW_START parameters can stay at the same value before declaring a loss of synchronization between transmitter and receiver.
     15
     16== dlvrorder ==
     17Deliver in order on/off. This option tells received to forward SDUs in same order as sent by transmitter. Default: on
     18
     19== wsize ==
     20Transmission window size.  This is the number of queued ARQ acknowledgement blocks at any given time for a connection. Default: 1024
     21
     22== rxpurgetmo ==
     23RX purge timeout. This is the time interval the receiver shall wait after successful reception of a block that does not result in advancement of ARQ_RX_WINDOW_START value, before advancing to a new ARQ_RX_WINDOW_START.
     24
     25== enable ==
     26Indicates if ARQ is enabled for connection. Default: false
     27
     28== rtmotx ==
     29TX retry timeout. The minimum time interval a transmitter shall wait before retransmission of an unacknowledged block for retransmission. The interval begins when the ARQ block was last transmitted.
     30
     31== bloksize ==
     32ARQ block size in bytes. Before transmission each SDU block is partitioned into a sequence of ARQ blocks of this size. Default: 1024
     33
     34== rtmorx ==
     35RX retry timeout.
     36
     37
     38= References =
     391) http://wiki.hsc.com/wiki/Main/WimaxArq
     402) http://www.simet.com.tr/documents/product/F83D610A-B7F6-ADBD-907AB9D8F8708319.pdf
     413) Performance Analysis of the IEEE 802.16 ARQ Mechanism. Sayenko, Tykhomyrov, Martikainen, Alanen.
    342
    443{{{