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:49:05 PM (11 years ago)
- Author:
-
Nilanjan Paul
- Comment:
-
—
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v9
|
v10
|
|
34 | 34 | Before the experiment, the BS parameters can be changed. The following are a few examples commands to control the MCS:[[BR]] |
35 | 35 | * To get the current MCS: |
36 | | * '''$ wget -O status http://localhost:5052/wimaxrf/bs/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://localhost:5052/wimaxrf/bs/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://localhost:5052/wimaxrf/bs/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://localhost:5052/wimaxrf/bs/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://localhost:5052/wimaxrf/bs/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://localhost:5052/wimaxrf/bs/restart''' |
| 51 | * '''$ wget http://cons-wm-01:5052/wimaxrf/bs/restart''' |
52 | 52 | |
53 | 53 | For other details on changing BS parameters please refer to ''Basic Support Services'' under http://wimax.orbit-lab.org/wiki [[BR]] |