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


Ignore:
Timestamp:
Jun 25, 2012, 3:57:26 AM (12 years ago)
Author:
Nilanjan Paul
Comment:

Legend:

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

    v7 v8  
    6767To reset base station's datapath configuration back to defaults:
    6868{{{
    69 $ wget -O status http://cons-wm-01:5052/wimaxrf/datapath/clean
    70 $ wget -O status http://cons-wm-01:5052/wimaxrf/datapath/config/load?name=defaults
     69$ wget -qO- http://cons-wm-01:5052/wimaxrf/datapath/clean
     70$ wget -qO- http://cons-wm-01:5052/wimaxrf/datapath/config/load?name=defaults
    7171}}}
    7272
    7373To view all clients loaded under current datapath configuration:
    7474{{{
    75 $ wget -O status http://cons-wm-01:5052/wimaxrf/datapath/clients/status
     75$ wget -qO- http://cons-wm-01:5052/wimaxrf/datapath/clients/status
    7676}}}
    7777
    7878To reset base station's configuration back to defaults:
    7979{{{
    80 $ wget -O status http://cons-wm-01:5052/wimaxrf/bs/config/load?name=defaults
     80$ wget -qO- http://cons-wm-01:5052/wimaxrf/bs/config/load?name=defaults
    8181}}}
    8282
    8383To restart base station:
    8484{{{
    85 $ wget -O status http://cons-wm-01:5052/wimaxrf/bs/restart
     85$ wget -qO- http://cons-wm-01:5052/wimaxrf/bs/restart
    8686}}}