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 5, 2012, 2:53:20 PM (11 years ago)
- Author:
-
Nilanjan Paul
- Comment:
-
—
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v22
|
v23
|
|
20 | 20 | == Set up == |
21 | 21 | Getting started, ssh into the console of sandbox 4.[[BR]] |
| 22 | * '''ssh sb4.orbit-lab.org''' |
22 | 23 | * Verify the oml2-server is running: |
23 | 24 | * '''$ ps -elf | grep oml2-server''' |
… |
… |
|
29 | 30 | |
30 | 31 | Before the experiment, the BS parameters can be changed. The following are a few examples commands to control the MCS:[[BR]] |
| 32 | * To set the BS parameters back to defaults: |
| 33 | * '''$ wget -O status http://cons-wm-01:5052/wimaxrf/defaults''' |
| 34 | |
31 | 35 | * To get the current MCS: |
32 | | * '''$ wget -O status http://localhost:5052/wimaxrf/mcsProfile''' |
| 36 | * '''$ wget -O status http://cons-wm-01:5052/wimaxrf/mcsProfile''' |
33 | 37 | |
34 | 38 | * Change downlink MCS to single profile: |
35 | | * '''$ wget -O status http://localhost:5052/wimaxrf/mcsProfile?dl=15 ''' |
| 39 | * '''$ wget -O status http://cons-wm-01:5052/wimaxrf/mcsProfile?dl=15 ''' |
36 | 40 | |
37 | 41 | * Change downlink MCS with profile list: |
38 | | * '''$ wget -O status http://localhost:5052/wimaxrf/mcsProfile?dl=15,17,18''' |
| 42 | * '''$ wget -O status http://cons-wm-01:5052/wimaxrf/mcsProfile?dl=15,17,18''' |
39 | 43 | |
40 | 44 | * Change uplink MCS to single profile: |
41 | | * '''$ wget -O status http://localhost:5052/wimaxrf/mcsProfile?ul=15''' |
| 45 | * '''$ wget -O status http://cons-wm-01:5052/wimaxrf/mcsProfile?ul=15''' |
42 | 46 | |
43 | 47 | * Change uplink MCS with profile list: |
44 | | * '''$ wget -O status http://localhost:5052/wimaxrf/mcsProfile?ul=15,17,18''' |
45 | | |
46 | | * To restart the base station: |
47 | | * '''$ wget http://localhost:5052/wimaxrf/restart''' |
48 | | |
| 48 | * '''$ wget -O status http://cons-wm-01:5052/wimaxrf/mcsProfile?ul=15,17,18''' |
| 49 | |
| 50 | * To restart the base station: |
| 51 | * '''$ wget http://cons-wm-01:5052/wimaxrf/restart''' |
| 52 | Please note: After issuing a restart the BS will need 2 minutes before accepting connection requests. [[BR]] |
49 | 53 | For other details on changing BS parameters please refer to ''Basic Support Services'' under http://wimax.orbit-lab.org/wiki [[BR]] |
50 | 54 | |
… |
… |
|
317 | 321 | |
318 | 322 | == Trouble shooting & miscellaneous info == |
| 323 | After running the experiment, if the dependent variables (ie. kBperS) are all 0, then it's most likely the Wimax BS needs to be configured properly. Please try the following: |
| 324 | * Set the BS back to default configuration.[[BR]] |
| 325 | * Set the RF attenuator matrix to 0 dB attenuation. Please refer to ''RF Matrix Control Services'' under http://wimax.orbit-lab.org/wiki for more details on changing attenuator values. Many times the attenuator values is set to the maximum (63 dB) in which case the nodes will not be able to with the BS. |
| 326 | |