= Basic Support Services = [[TOC(WiMAX/17*, depth=2, heading=WiMAX RF Aggregate Manager)]] == bs/info - Configuration Info == Get the information about configuration parameters of the Base Station {{{ Get information about the Base Station }}} == bs/asngw - ASNGW parameters == {{{ Set ASNGW parameters Retransmission timeout for each control packet (2) Number of control packet retransmissions (3) }}} == bs/config/list - Displays list of base station configuration profiles available in database == {{{ This service lists names of all BS configurations from database. }}} == bs/config/show - Display contents of a base station configuration profile == {{{ Show named BS configuration from database. Name of configuration. }}} == bs/config/save - Save current base station parameter values in a configuration profile == {{{ This service saves current BS configuration to database. Name of configuration. }}} == bs/config/load - Load an available configuration profile == {{{ This service load BS configuration from database. Name of configuration. }}} == bs/config/delete - Delete a base station configuration profile from database == {{{ This service deletes BS configuration from database. Name of configuration. }}} == bs/mcsProfile - get/set downlink / uplink profile == {{{ Set/Get Modulation-coding scheme. Array of Up link profile specification. Array of Dl link profile specification. }}} == bs/debug - DEBUG parameters == {{{ Set DEBUG parameters Debug variable 27 (-280) }}} == bs/status - Get Current Status == {{{ Get status of WiMAX RF service }}} == bs/get - Get Basestation Parameter == {{{ Get Basestation Static Parameter }}} == bs/set - Set Basestation Parameter == {{{ Set Basestation Static Parameter }}} == bs/restart - Restart the Base Station == {{{ Restart the Base Station }}} == 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 }}}