== !AmariSoft LTE == === Managing the Amarisoft eNB The BSControl service uses a REST interface to manage the BS. To set the LTE connection bandwidth to 5 MHz, issue the following commands on the console (not node): {{{ wget http://mme-am.orbit-lab.org:5054/bscontrol/bs/1/default_cell_parameters?n_rb_dl=25 wget http://mme-am.orbit-lab.org:5054/bscontrol/bs/1/restart }}} Setting '''n_rb_dl''' to 50 sets it to 10 MHz while setting it to 100 sets the bandwidth to 20 MHz. After basestation restart, most of the clients need to be also reconnected. In order to use a different basestation, you will need to run the following command to disable the Amarisoft eNB, and then run the appropriate commands to enable the new one. {{{ wget http://mme-am.orbit-lab.org:5054/bscontrol/bs/1/stop }}}