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 25 and Version 26 of Old/WiMAX/17/13ainfo


Ignore:
Timestamp:
Jul 2, 2012, 2:18:23 PM (12 years ago)
Author:
Nilanjan Paul
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Old/WiMAX/17/13ainfo

    v25 v26  
    162162$ wget -qO- http://cons-wm-01:5052/wimaxrf/bs/restart
    163163}}}
     164
     165To get the current MCS:
     166{{{
     167$ wget -O status http://cons-wm-01:5052/wimaxrf/bs/mcsProfile
     168}}}
     169
     170To change downlink MCS to single profile:
     171{{{
     172$ wget -O status http://cons-wm-01:5052/wimaxrf/bs/mcsProfile?dl=15
     173}}}
     174
     175To change downlink MCS with profile list:
     176{{{
     177$ wget -O status http://cons-wm-01:5052/wimaxrf/bs/mcsProfile?dl=15,17,18
     178}}}
     179
     180To change uplink MCS to single profile:
     181{{{
     182$ wget -O status http://cons-wm-01:5052/wimaxrf/bs/mcsProfile?ul=15
     183}}}
     184
     185To change uplink MCS with profile list:
     186{{{
     187$ wget -O status http://cons-wm-01:5052/wimaxrf/bs/mcsProfile?ul=15,17,18
     188}}}