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:
-
Jun 26, 2012, 3:32:41 PM (11 years ago)
- Author:
-
Nilanjan Paul
- Comment:
-
—
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v13
|
v14
|
|
3 | 3 | [[TOC(WiMAX/17*, depth=2, heading=WiMAX RF Aggregate Manager)]] |
4 | 4 | |
5 | | == /arq - ARQ Control == |
| 5 | == bs/arq - ARQ Control == |
6 | 6 | |
7 | 7 | The functions in this service are used to set parameters of Automatic Repeat reQuest (ARQ) which is one of the MAC level data connection's error control mechanisms used by the basestation. |
… |
… |
|
10 | 10 | |
11 | 11 | {{{ |
12 | | <service name="arq"> |
| 12 | <service name="bs/arq"> |
13 | 13 | <info>Set ARQ parameters</info> |
14 | 14 | <args> |
… |
… |
|
88 | 88 | RX retry timeout. Units: 100us. Allowed values: (0..65535) |
89 | 89 | |
90 | | == /harq - HARQ Control == |
| 90 | == bs/harq - HARQ Control == |
91 | 91 | |
92 | 92 | Service 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: |
93 | 93 | |
94 | 94 | {{{ |
95 | | <service name="harq"> |
| 95 | <service name="bs/harq"> |
96 | 96 | <info>Set HARQ parameters</info> |
97 | 97 | <args> |