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 22, 2012, 6:40:15 PM (11 years ago)
- Author:
-
Nilanjan Paul
- Comment:
-
—
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v24
|
v25
|
|
31 | 31 | Before the experiment, the BS parameters can be changed. The following are a few examples commands to control the MCS:[[BR]] |
32 | 32 | * To set the BS parameters back to defaults: |
33 | | * '''$ wget -O status http://cons-wm-01:5052/wimaxrf/defaults''' |
| 33 | * '''$ wget -O status http://cons-wm-01:5052/wimaxrf/bs/config/load?name=defaults''' |
34 | 34 | |
35 | 35 | * To get the current MCS: |
36 | | * '''$ wget -O status http://cons-wm-01:5052/wimaxrf/mcsProfile''' |
| 36 | * '''$ wget -O status http://cons-wm-01:5052/wimaxrf/bs/mcsProfile''' |
37 | 37 | |
38 | 38 | * Change downlink MCS to single profile: |
39 | | * '''$ wget -O status http://cons-wm-01:5052/wimaxrf/mcsProfile?dl=15 ''' |
| 39 | * '''$ wget -O status http://cons-wm-01:5052/wimaxrf/bs/mcsProfile?dl=15 ''' |
40 | 40 | |
41 | 41 | * Change downlink MCS with profile list: |
42 | | * '''$ wget -O status http://cons-wm-01:5052/wimaxrf/mcsProfile?dl=15,17,18''' |
| 42 | * '''$ wget -O status http://cons-wm-01:5052/wimaxrf/bs/mcsProfile?dl=15,17,18''' |
43 | 43 | |
44 | 44 | * Change uplink MCS to single profile: |
45 | | * '''$ wget -O status http://cons-wm-01:5052/wimaxrf/mcsProfile?ul=15''' |
| 45 | * '''$ wget -O status http://cons-wm-01:5052/wimaxrf/bs/mcsProfile?ul=15''' |
46 | 46 | |
47 | 47 | * Change uplink MCS with profile list: |
48 | | * '''$ wget -O status http://cons-wm-01:5052/wimaxrf/mcsProfile?ul=15,17,18''' |
| 48 | * '''$ wget -O status http://cons-wm-01:5052/wimaxrf/bs/mcsProfile?ul=15,17,18''' |
49 | 49 | |
50 | 50 | * To restart the base station: |
51 | | * '''$ wget http://cons-wm-01:5052/wimaxrf/restart''' |
| 51 | * '''$ wget http://cons-wm-01:5052/wimaxrf/bs/restart''' |
52 | 52 | Please note: After issuing a restart the BS will need 2 minutes before accepting connection requests. [[BR]] |
53 | 53 | For other details on changing BS parameters please refer to ''Basic Support Services'' under http://wimax.orbit-lab.org/wiki [[BR]] |