Changes between Version 7 and Version 8 of WirelessVT2016/UsrpLTE


Ignore:
Timestamp:
07/12/16 10:37:36 (8 years ago)
Author:
agosain@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WirelessVT2016/UsrpLTE

    v7 v8  
    67679. {{{iperf -c 192.168.3.1 }}}
    6868  This will report your bandwidth to the basestation.[[BR]]
     69
     70
     7110.  Uses rest interface to manage the BS. To set the LTE connection bandwidth to 5 MHz issue the following commands on the console (not node):
     72
     73{{{
     74wget http://bsc03out.orbit-lab.org:5054/bscontrol/bs/1/default_cell_parameters?n_rb_dl=25     
     75wget http://bsc03out.orbit-lab.org:5054/bscontrol/bs/1/restart
     76}}}
     77
     78Setting n_rb_dl to 50 sets it to 10 MHz while setting it to 100 sets the bandwidth to 20 MHz. After basestation restarts, most of the clients need to be also reconnected.