= 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 }}} == bs/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) }}} == bs/harq - HARQ parameters == {{{ Set HARQ parameters Frame offset of DL ACK delay wrt to DL Burst [1,2,3] (1) MIMO HARQ support: true/false (IGNORED - mimo support not available for this BS) PDU SN extended subheader reordering enabled: true/false (true) Maximum number of retransmissions [0..255] (4) Maximum number of HARQ bursts per frame [0..255] (17) Enable HARQ: true/false (false) Frame offset of UL ACK delay wrt to UL Burst [2,3] (3) }}} == /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/dlprofile - downlink modulation schemes == {{{ Set down link modulation scheme DL FEC code and modulation type of each burst profile on DCD message. (64-QAM (CTC) 5/6 (21)) DL FEC code and modulation type of each burst profile on DCD message. (16-QAM (CTC) 1/2 (16)) DL FEC code and modulation type of each burst profile on DCD message. (No Modulation (255)) DL FEC code and modulation type of each burst profile on DCD message. (16-QAM (CTC) 3/4 (17)) DL FEC code and modulation type of each burst profile on DCD message. (No Modulation (255)) DL FEC code and modulation type of each burst profile on DCD message. (64-QAM (CTC) 1/2 (18)) DL FEC code and modulation type of each burst profile on DCD message. (No Modulation (255)) DL FEC code and modulation type of each burst profile on DCD message. (64-QAM (CTC) 2/3 (19)) DL FEC code and modulation type of each burst profile on DCD message. (QPSK (CTC) 1/2 (13)) DL FEC code and modulation type of each burst profile on DCD message. (No Modulation (255)) DL FEC code and modulation type of each burst profile on DCD message. (64-QAM (CTC) 3/4 (20)) DL FEC code and modulation type of each burst profile on DCD message. (QPSK (CTC) 3/4 (15)) }}} == bs/ulprofile - uplink modulation schemes == {{{ Set up link modulation scheme UL FEC code and modulation type of each burst profile on UCD message. (No Modulation (255)) UL FEC code and modulation type of each burst profile on UCD message. (QPSK (CTC) 1/2 (13)) UL FEC code and modulation type of each burst profile on UCD message. (No Modulation (255)) UL FEC code and modulation type of each burst profile on UCD message. (QPSK (CTC) 3/4 (15)) UL FEC code and modulation type of each burst profile on UCD message. (No Modulation (255)) UL FEC code and modulation type of each burst profile on UCD message. (16-QAM (CTC) 1/2 (16)) UL FEC code and modulation type of each burst profile on UCD message. (No Modulation (255)) UL FEC code and modulation type of each burst profile on UCD message. (16-QAM (CTC) 3/4 (17)) UL FEC code and modulation type of each burst profile on UCD message. (No Modulation (255)) UL FEC code and modulation type of each burst profile on UCD message. (No Modulation (255)) }}} == /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 }}}