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


Ignore:
Timestamp:
Jan 15, 2014, 2:47:11 PM (10 years ago)
Author:
Nilanjan Paul
Comment:

Legend:

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

    v31 v32  
    155155To list available configuration profiles:
    156156{{{
    157 $ wget -qO- http://cons-wm-01:5052/wimaxrf/bs/config/list
     157$ wget -qO- http://cons-wm-01:5054/wimaxrf/bs/config/list
    158158}}}
    159159
    160160To show contents of a configuration profile:
    161161{{{
    162 $ wget -qO- http://cons-wm-01:5052/wimaxrf/bs/config/show?name=defaults
     162$ wget -qO- http://cons-wm-01:5054/wimaxrf/bs/config/show?name=defaults
    163163}}}
    164164
    165165To load an available configuration profile:
    166166{{{
    167 $ wget -qO- http://cons-wm-01:5052/wimaxrf/bs/config/load?name=defaults
     167$ wget -qO- http://cons-wm-01:5054/wimaxrf/bs/config/load?name=defaults
    168168}}}
    169169
    170170To save current base station configuration in a profile:
    171171{{{
    172 $ wget -qO- http://cons-wm-01:5052/wimaxrf/bs/config/save?name=defaults
     172$ wget -qO- http://cons-wm-01:5054/wimaxrf/bs/config/save?name=defaults
    173173}}}
    174174
    175175To delete configuration profile:
    176176{{{
    177 $ wget -qO- http://cons-wm-01:5052/wimaxrf/bs/config/delete?name=defaults
     177$ wget -qO- http://cons-wm-01:5054/wimaxrf/bs/config/delete?name=defaults
    178178}}}
    179179
    180180To reset base station back to default configuration:
    181181{{{
    182 $ wget -qO- http://cons-wm-01:5052/wimaxrf/bs/defaults
     182$ wget -qO- http://cons-wm-01:5054/wimaxrf/bs/defaults
    183183}}}
    184184
    185185To restart base station:
    186186{{{
    187 $ wget -qO- http://cons-wm-01:5052/wimaxrf/bs/restart
     187$ wget -qO- http://cons-wm-01:5054/wimaxrf/bs/restart
    188188}}}
    189189
    190190To get the current MCS:
    191191{{{
    192 $ wget -qO- status http://cons-wm-01:5052/wimaxrf/bs/mcsProfile
     192$ wget -qO- status http://cons-wm-01:5054/wimaxrf/bs/mcsProfile
    193193}}}
    194194
    195195To change downlink MCS to single profile:
    196196{{{
    197 $ wget -qO- status http://cons-wm-01:5052/wimaxrf/bs/mcsProfile?dl=15
     197$ wget -qO- status http://cons-wm-01:5054/wimaxrf/bs/mcsProfile?dl=15
    198198}}}
    199199
    200200To change downlink MCS with profile list:
    201201{{{
    202 $ wget -qO- status http://cons-wm-01:5052/wimaxrf/bs/mcsProfile?dl=15,17,18
     202$ wget -qO- status http://cons-wm-01:5054/wimaxrf/bs/mcsProfile?dl=15,17,18
    203203}}}
    204204
    205205To change uplink MCS to single profile:
    206206{{{
    207 $ wget -qO- status http://cons-wm-01:5052/wimaxrf/bs/mcsProfile?ul=15
     207$ wget -qO- status http://cons-wm-01:5054/wimaxrf/bs/mcsProfile?ul=15
    208208}}}
    209209
    210210To change uplink MCS with profile list:
    211211{{{
    212 $ wget -qO- status http://cons-wm-01:5052/wimaxrf/bs/mcsProfile?ul=15,17,18
    213 }}}
     212$ wget -qO- status http://cons-wm-01:5054/wimaxrf/bs/mcsProfile?ul=15,17,18
     213}}}