Changes between Version 41 and Version 42 of Tutorials/g0WmLTE/Tutorial5
- Timestamp:
- Dec 1, 2016, 4:47:35 AM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Tutorials/g0WmLTE/Tutorial5
v41 v42 1 1 == !AmariSoft LTE == 2 3 This tutorial shows how to connect a COTS UE, to the Amarisoft eNB and EPC.4 5 6 [[Include(Tutorials/g0WmLTE/Tutorial3)]]7 2 8 3 === Managing the Amarisoft eNB … … 10 5 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): 11 6 {{{ 12 wget http:// bsc03out.orbit-lab.org:5054/bscontrol/bs/1/default_cell_parameters?n_rb_dl=2513 wget http:// bsc03out.orbit-lab.org:5054/bscontrol/bs/1/restart7 wget http://mme-am.orbit-lab.org:5054/bscontrol/bs/1/default_cell_parameters?n_rb_dl=25 8 wget http://mme-am.orbit-lab.org:5054/bscontrol/bs/1/restart 14 9 }}} 15 10 … … 19 14 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. 20 15 {{{ 21 wget http:// bsc03out.orbit-lab.org:5054/bscontrol/bs/1/stop16 wget http://mme-am.orbit-lab.org:5054/bscontrol/bs/1/stop 22 17 }}} 23 18