Changes between Version 41 and Version 42 of Tutorials/g0WmLTE/Tutorial5


Ignore:
Timestamp:
Dec 1, 2016, 4:47:35 AM (7 years ago)
Author:
seskar
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Tutorials/g0WmLTE/Tutorial5

    v41 v42  
    11== !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)]]
    72
    83=== Managing the Amarisoft eNB
     
    105The 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):
    116{{{
    12 wget http://bsc03out.orbit-lab.org:5054/bscontrol/bs/1/default_cell_parameters?n_rb_dl=25     
    13 wget http://bsc03out.orbit-lab.org:5054/bscontrol/bs/1/restart
     7wget http://mme-am.orbit-lab.org:5054/bscontrol/bs/1/default_cell_parameters?n_rb_dl=25     
     8wget http://mme-am.orbit-lab.org:5054/bscontrol/bs/1/restart
    149}}}
    1510
     
    1914In 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.
    2015{{{
    21 wget http://bsc03out.orbit-lab.org:5054/bscontrol/bs/1/stop
     16wget http://mme-am.orbit-lab.org:5054/bscontrol/bs/1/stop
    2217}}}
    2318