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:
-
Jul 2, 2012, 2:18:23 PM (11 years ago)
- Author:
-
Nilanjan Paul
- Comment:
-
—
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v25
|
v26
|
|
162 | 162 | $ wget -qO- http://cons-wm-01:5052/wimaxrf/bs/restart |
163 | 163 | }}} |
| 164 | |
| 165 | To get the current MCS: |
| 166 | {{{ |
| 167 | $ wget -O status http://cons-wm-01:5052/wimaxrf/bs/mcsProfile |
| 168 | }}} |
| 169 | |
| 170 | To change downlink MCS to single profile: |
| 171 | {{{ |
| 172 | $ wget -O status http://cons-wm-01:5052/wimaxrf/bs/mcsProfile?dl=15 |
| 173 | }}} |
| 174 | |
| 175 | To change downlink MCS with profile list: |
| 176 | {{{ |
| 177 | $ wget -O status http://cons-wm-01:5052/wimaxrf/bs/mcsProfile?dl=15,17,18 |
| 178 | }}} |
| 179 | |
| 180 | To change uplink MCS to single profile: |
| 181 | {{{ |
| 182 | $ wget -O status http://cons-wm-01:5052/wimaxrf/bs/mcsProfile?ul=15 |
| 183 | }}} |
| 184 | |
| 185 | To change uplink MCS with profile list: |
| 186 | {{{ |
| 187 | $ wget -O status http://cons-wm-01:5052/wimaxrf/bs/mcsProfile?ul=15,17,18 |
| 188 | }}} |