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


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

Legend:

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

    v5 v6  
    6565
    6666== Example usage of services from sandbox ==
    67 To reset base station back to defaults:
     67To reset base station's datapath back to defaults:
    6868{{{
    69 $ wget -O status http://cons-wm-01:5052/wimaxrf/default
     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
     71}}}
     72
     73To reset base station's configuration back to defaults:
     74{{{
     75$ wget -O status http://cons-wm-01:5052/wimaxrf/bs/config/load?name=defaults
    7076}}}
    7177
    7278To restart base station:
    7379{{{
    74 $ wget -O status http://cons-wm-01:5052/wimaxrf/restart
     80$ wget -O status http://cons-wm-01:5052/wimaxrf/bs/restart
    7581}}}