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


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

Legend:

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

    v26 v27  
    165165To get the current MCS:
    166166{{{
    167 $ wget -O status http://cons-wm-01:5052/wimaxrf/bs/mcsProfile
     167$ wget -qO- status http://cons-wm-01:5052/wimaxrf/bs/mcsProfile
    168168}}}
    169169
    170170To change downlink MCS to single profile:
    171171{{{
    172 $ wget -O status http://cons-wm-01:5052/wimaxrf/bs/mcsProfile?dl=15
     172$ wget -qO- status http://cons-wm-01:5052/wimaxrf/bs/mcsProfile?dl=15
    173173}}}
    174174
    175175To change downlink MCS with profile list:
    176176{{{
    177 $ wget -O status http://cons-wm-01:5052/wimaxrf/bs/mcsProfile?dl=15,17,18
     177$ wget -qO- status http://cons-wm-01:5052/wimaxrf/bs/mcsProfile?dl=15,17,18
    178178}}}
    179179
    180180To change uplink MCS to single profile:
    181181{{{
    182 $ wget -O status http://cons-wm-01:5052/wimaxrf/bs/mcsProfile?ul=15
     182$ wget -qO- status http://cons-wm-01:5052/wimaxrf/bs/mcsProfile?ul=15
    183183}}}
    184184
    185185To change uplink MCS with profile list:
    186186{{{
    187 $ wget -O status http://cons-wm-01:5052/wimaxrf/bs/mcsProfile?ul=15,17,18
     187$ wget -qO- status http://cons-wm-01:5052/wimaxrf/bs/mcsProfile?ul=15,17,18
    188188}}}