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.

Changes between Version 17 and Version 18 of WiMAX/30/05


Ignore:
Timestamp:
Feb 10, 2012, 4:54:40 PM (12 years ago)
Author:
Nilanjan Paul
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • WiMAX/30/05

    v17 v18  
    3030Before the experiment, the BS parameters can be changed. The following are a few examples commands to control the MCS:[[BR]]
    3131* To get the current MCS:
    32   * '''> wget -O status http://localhost:5052/wimaxrf/mcsProfile'''
     32  * '''$ wget -O status http://localhost:5052/wimaxrf/mcsProfile'''
    3333
    3434* Change downlink MCS to single profile:
    35   * '''> wget -O status http://localhost:5052/wimaxrf/mcsProfile?dl=15 '''
     35  * '''$ wget -O status http://localhost:5052/wimaxrf/mcsProfile?dl=15 '''
    3636
    3737* Change downlink MCS with profile list:
    38   * '''> wget -O status http://localhost:5052/wimaxrf/mcsProfile?dl=15,17,18'''
     38  * '''$ wget -O status http://localhost:5052/wimaxrf/mcsProfile?dl=15,17,18'''
    3939
    4040* Change uplink MCS to single profile:
    41   * '''> wget -O status http://localhost:5052/wimaxrf/mcsProfile?ul=15'''
     41  * '''$ wget -O status http://localhost:5052/wimaxrf/mcsProfile?ul=15'''
    4242
    4343* Change uplink MCS with profile list:
    44   * '''> wget -O status http://localhost:5052/wimaxrf/mcsProfile?ul=15,17,18'''
     44  * '''$ wget -O status http://localhost:5052/wimaxrf/mcsProfile?ul=15,17,18'''
    4545
    4646* To restart the base station:
    47   * '''> wget http://localhost:5052/wimaxrf/restart'''
     47  * '''$ wget http://localhost:5052/wimaxrf/restart'''
    4848
    4949For other details on changing BS parameters please refer to ''Basic Support Services'' under http://wimax.orbit-lab.org/wiki [[BR]]
     
    5353== Usage ==
    5454* Start clean, turn off all the nodes:
    55   * '''> omf-5.2 tell offh all'''
     55  * '''$ omf-5.2 tell offh all'''
    5656{{{
    5757nilanjan@console.sb4:~/exp/dl-iperf/5.2$ omf-5.2 tell offh all
     
    7474
    7575* Query the status of the nodes. Wait until all nodes are in ''POWEROFF'' state.
    76   * '''> omf-5.2 stat'''.
     76  * '''$ omf-5.2 stat'''.
    7777{{{
    7878nilanjan@console.sb4:~/exp/dl-iperf/5.2$ omf-5.2 stat
     
    9494
    9595* Load image onto node1-4 and node1-9:
    96   * '''> omf-5.2 load [[1,4],[1,9]] baseline-iperf.ndz'''
     96  * '''$ omf-5.2 load [[1,4],[1,9]] baseline-iperf.ndz'''
    9797{{{
    9898nilanjan@console.sb4:~/exp/dl-iperf/5.2$ omf-5.2 load [[1,4],[1,9]] baseline-iperf.ndz ; sleep 360 ; omf-5.2 tell on [[1,4],[1,9]] ; sleep 360 ; omf-5.2 exec dl-iperf.rb
     
    136136
    137137* After loading the image, node1-4 & node1-9 are turned off. Turn these nodes back on:
    138   * '''> omf-5.2 tell on [[1,4],[1,9]]'''
     138  * '''$ omf-5.2 tell on [[1,4],[1,9]]'''
    139139{{{
    140140nilanjan@console.sb4:~/exp/dl-iperf/5.2$ omf-5.2 tell on [[1,4],[1,9]]
     
    151151
    152152* Now run the experiment script:
    153   * '''> omf-5.2 exec wimax-iperf-attn.rb'''
     153  * '''$ omf-5.2 exec wimax-iperf-attn.rb'''
    154154{{{
    155155nilanjan@console.sb4:~/exp/dl-iperf/5.2$ omf-5.2 tell on [[1,4],[1,9]]