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:
-
Nov 18, 2011, 12:36:30 AM (12 years ago)
- Author:
-
ffund01
- Comment:
-
—
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v9
|
v10
|
|
68 | 68 | |
69 | 69 | === wsize === |
70 | | Transmission window size. This is the number of queued ARQ acknowledgement blocks at any given time for a connection. Default: 1024 |
| 70 | Transmission window size. This is the number of queued ARQ acknowledgement blocks at any given time for a connection. Default: 1024. |
71 | 71 | |
72 | 72 | === rxpurgetmo === |
… |
… |
|
80 | 80 | |
81 | 81 | === bloksize === |
82 | | ARQ block size in bytes. Before transmission each SDU block is partitioned into a sequence of ARQ blocks of this size. Default: 1024 |
| 82 | ARQ block size in bytes. Before transmission each SDU block is partitioned into a sequence of ARQ blocks of this size. Default: 1024. |
| 83 | |
| 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. |
83 | 85 | |
84 | 86 | === rtmorx === |
… |
… |
|
120 | 122 | === enable === |
121 | 123 | Indicates if HARQ is enabled for connection. Default: false |
| 124 | Note: Permuation mode must be PUSC if HARQ is enabled (permuation --> 0) |
122 | 125 | |
123 | 126 | === pdusn === |
124 | | Indicates if PDU SN extended sub-header reordering is enabled. Default: true |
125 | | [[BR]]'''NOTE: Intel 5150/6250 clients need this feature turned of if harq is enabled!''' |
| 127 | Indicates if PDU SN extended sub-header reordering is enabled. Default: true. This must be disabled if ARQ is turned on. |
| 128 | [[BR]]'''NOTE: Intel 5150/6250 clients need this feature turned off if harq is enabled!''' |
126 | 129 | |
127 | 130 | === mret === |