= Basic Support Services = = REVAMP THIS PAGE 6/22/2012 NP = [[TOC(WiMAX/17*, depth=2, heading=WiMAX RF Aggregate Manager)]] == /info - Configuration Info == Get the information about configuration parameters of the Base Station {{{ Get information about the Base Station }}} == /status - Get Current Status == {{{ Get status of WiMAX RF service }}} == /get - Get Basestation Parameter == {{{ Get Basestation Static Parameter }}} == /set - Set Basestation Parameter == {{{ Set Basestation Static Parameter }}} == /restart - Restart the Base Station == {{{ Restart the Base Station }}} == /default - Reset to Default Parameters == ### {{{ Restore Base Station parameters from default configuration }}} == /restore - Restore Base Station Config == ### {{{ Restore Base Station parameters from saved configuration service name="uploadr"/> }}} == Example usage of services from sandbox == To reset base station's datapath configuration back to defaults: {{{ $ wget -qO- http://cons-wm-01:5052/wimaxrf/datapath/clean $ wget -qO- http://cons-wm-01:5052/wimaxrf/datapath/config/load?name=defaults }}} To view all clients loaded under current datapath configuration: {{{ $ wget -qO- http://cons-wm-01:5052/wimaxrf/datapath/clients/status }}} To reset base station's configuration back to defaults: {{{ $ wget -qO- http://cons-wm-01:5052/wimaxrf/bs/config/load?name=defaults }}} To restart base station: {{{ $ wget -qO- http://cons-wm-01:5052/wimaxrf/bs/restart }}}