Changes between Initial Version and Version 1 of WirelessVT2016/UsrpLTE


Ignore:
Timestamp:
05/31/16 21:55:15 (8 years ago)
Author:
agosain@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WirelessVT2016/UsrpLTE

    v1 v1  
     1== !AmariSoft LTE ==
     2
     3
     4The image used for this experiment is 'baseline.ndz'. In this tutorial we will use nodes equipped with Netgear AC341u LTE dongles. The basestation is Amarisoft running on Bsc03out.
     5
     6During a normal experiment using OMF, the following actions are scripted and automated. This is a look at the steps involved in something as simple as starting an LTE connection behind the scenes.
     7
     8You will run the following commands on node7-1.grid.orbit-lab.org
     9
     10After connecting to the grid console:
     111. {{{ omf load -i baseline.ndz -t node7-1.grid.orbit-lab.org }}}
     121. {{{ omf tell -a on -t node7-1.grid.orbit-lab.org }}}
     13 1. It will take roughly 60 seconds to come up.
     141. {{{ ssh root@node7-1.grid.orbit-lab.org }}}
     151. {{{ modprobe GobiSerial }}}
     161. {{{ modprobe GobiNet }}}
     171. {{{ minicom -D /dev/ttyUSB1 }}}
     181. {{{ AT!ippassthrough? }}}
     19 1. It should return 1
     20 1. If it does not, run {{{ AT!ippassthrough=1 }}} then {{{ AT!reset }}}
     211. {{{ AT!entercnd="A710" }}}
     22 1. You should see {{{ OK }}}
     231. {{{ AT!dxcfg=wwan,connect,11 }}}
     24 1. You should see {{{ OK }}} then {{{ $QCRMCALL: 1, V4 }}}
     251. {{{ at!gstatus? }}}
     26 1. Will return a status like:
     27{{{
     28at!gstatus?                                                                                                         
     29!GSTATUS:
     30Current Time:  10049            Temperature: 42
     31Bootup Time:   0                Mode:        ONLINE         
     32System mode:   LTE              PS state:    Attached     
     33LTE band:      B25              LTE bw:      10 MHz 
     34LTE Rx chan:   8365             LTE Tx chan: 26365
     35EMM state:     Registered       Normal Service
     36RRC state:     RRC Connected 
     37IMS reg state: No Srv 
     38
     39RSSI (dBm):    -83              Tx Power:    0
     40RSRP (dBm):    -117             TAC:         0001 (1)
     41RSRQ (dB):     -10              Cell ID:     01A2D001 (27447297)
     42SINR (dB):      1.6
     43}}}
     441. Exit Minicom by **PRESSING** {{{ Ctrl+A followed by x}}}, then {{{enter}}} to select ok.
     451. {{{ dhcpcd eth2 }}} followed by {{{enter}}} to get a new line.
     46 1. You should get an address in the 192.168.3.0/24 subnet.
     471. {{{ ping 192.168.3.1 }}}
     48 1. You have successfully communicated with the basestation.
     49 1. You can cancel the ping with {{{Ctrl+C}}}
     501. {{{iperf -c 192.168.3.1 }}}
     51 1. This will report your bandwidth to the basestation.