= 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 }}} == /arq - ARQ parameters == {{{ Set ARQ parameters Sync loss timeout [] (10000) Delivery in order: true/false (true) ARQ window size [0..1024] (1024) RX purge timeout [] (5000) TX retry timeout [] (1000) ARQ block size [0..(ARQ windows size/2)] (256) RX retry timeout [] (1000) Enable ARQ: true/false (false) ACK proc time [] (0) ARQ block lifetime [] (5000) Tx ACK delay [] (100) }}} == /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. }}} == /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 }}}