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.
- Timestamp:
-
Mar 22, 2012, 2:42:56 AM (11 years ago)
- Author:
-
ffund01
- Comment:
-
—
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v11
|
v12
|
|
56 | 56 | |
57 | 57 | === blockltm === |
58 | | ARQ 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. |
| 58 | ARQ 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. Units: 100us. Allowed values: (0..65535) |
59 | 59 | |
60 | 60 | === txackdelay === |
… |
… |
|
74 | 74 | |
75 | 75 | === enable === |
76 | | Indicates if ARQ is enabled for connection. Default: false |
| 76 | Indicates if ARQ is enabled for connection. Default: false. |
| 77 | [[BR]]'''NOTE: HARQ pdusn must be turned off if ARQ is enabled!''' |
77 | 78 | |
78 | 79 | === rtmotx === |
79 | | TX 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. |
| 80 | TX 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. Units: 100us. Allowed values: (0..65535) |
80 | 81 | |
81 | 82 | === bloksize === |
82 | 83 | ARQ block size in bytes. Before transmission each SDU block is partitioned into a sequence of ARQ blocks of this size. Allowed values are powers of two ranging from 16 to 1024 bytes, e.g. 16, 32, 64 and so on. Default: 1024. |
83 | 84 | |
84 | | '''NB: Even if a large window size is permitted by the base station, the client may still request a smaller block size.''' We have noticed that on a Linux client with the Intel 6250 card, a 16B block size is always requested. |
| 85 | '''NB: Even if a large block size or window size is permitted by the base station, the client may still negotiate something smaller.''' (As we have seen on a Linux client with the Intel 6250 card.) |
85 | 86 | |
86 | 87 | === rtmorx === |
87 | | RX retry timeout. |
| 88 | RX retry timeout. Units: 100us. Allowed values: (0..65535) |
88 | 89 | |
89 | 90 | == /harq - HARQ Control == |