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 25, 2012, 4:59:11 PM (11 years ago)
- Author:
-
Nilanjan Paul
- Comment:
-
—
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v13
|
v14
|
|
277 | 277 | }}} |
278 | 278 | |
| 279 | == bs/mcsProfile - get/set downlink / uplink profile == |
| 280 | {{{ |
| 281 | <service name=bs/mcsProfile> |
| 282 | <info>Set/Get Modulation-coding scheme.</info> |
| 283 | <args> |
| 284 | <arg name=ul isRequired=false> |
| 285 | <info>Array of Up link profile specification.</info> |
| 286 | </arg> |
| 287 | <arg name=dl isRequired=false> |
| 288 | <info>Array of Dl link profile specification.</info> |
| 289 | </arg> |
| 290 | </args> |
| 291 | </service> |
| 292 | }}} |
| 293 | |
279 | 294 | == /status - Get Current Status == |
280 | 295 | |
… |
… |
|
310 | 325 | |
311 | 326 | |
312 | | == /default - Reset to Default Parameters == |
313 | | ### |
314 | | {{{ |
315 | | <service name="defaults"> |
316 | | <info>Restore Base Station parameters from default configuration</info> |
317 | | </service> |
318 | | }}} |
319 | | |
320 | | == /restore - Restore Base Station Config == |
321 | | ### |
322 | | {{{ |
323 | | <service name="restore"> |
324 | | <info>Restore Base Station parameters from saved configuration</info> |
325 | | </service> |
326 | | service name="uploadr"/> |
327 | | }}} |
328 | | |
329 | 327 | == Example usage of services from sandbox == |
330 | 328 | To reset base station's datapath configuration back to defaults: |