Version 6 (modified by 11 years ago) ( diff ) | ,
---|
Basic Support Services
REVAMP THIS PAGE 6/22/2012 NP
WiMAX RF Aggregate Manager
/info - Configuration Info
Get the information about configuration parameters of the Base Station
<service name="info"> <info>Get information about the Base Station</info> </service>
/status - Get Current Status
<service name="status"> <info>Get status of WiMAX RF service</info> </service>
/get - Get Basestation Parameter
<service name="get"> <info>Get Basestation Static Parameter</info> </service>
/set - Set Basestation Parameter
<service name="set"> <info>Set Basestation Static Parameter</info> </service>
/restart - Restart the Base Station
<service name="restart"> <info>Restart the Base Station</info> </service>
/default - Reset to Default Parameters
<service name="defaults"> <info>Restore Base Station parameters from default configuration</info> </service>
/restore - Restore Base Station Config
<service name="restore"> <info>Restore Base Station parameters from saved configuration</info> </service> service name="uploadr"/>
Example usage of services from sandbox
To reset base station's datapath back to defaults:
$ wget -O status http://cons-wm-01:5052/wimaxrf/datapath/clean $ wget -O status http://cons-wm-01:5052/wimaxrf/datapath/config/load?name=defaults
To reset base station's configuration back to defaults:
$ wget -O status http://cons-wm-01:5052/wimaxrf/bs/config/load?name=defaults
To restart base station:
$ wget -O status http://cons-wm-01:5052/wimaxrf/bs/restart
Note:
See TracWiki
for help on using the wiki.