Changes between Version 1 and Version 2 of WirelessVT2016/UsrpLTE


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

--

Legend:

Unmodified
Added
Removed
Modified
  • WirelessVT2016/UsrpLTE

    v1 v2  
    99
    1010After connecting to the grid console:
    11 1. {{{ omf load -i baseline.ndz -t node7-1.grid.orbit-lab.org }}}
    12 1. {{{ omf tell -a on -t node7-1.grid.orbit-lab.org }}}
    13  1. It will take roughly 60 seconds to come up.
    14 1. {{{ ssh root@node7-1.grid.orbit-lab.org }}}
    15 1. {{{ modprobe GobiSerial }}}
    16 1. {{{ modprobe GobiNet }}}
    17 1. {{{ minicom -D /dev/ttyUSB1 }}}
    18 1. {{{ AT!ippassthrough? }}}
    19  1. It should return 1
    20  1. If it does not, run {{{ AT!ippassthrough=1 }}} then {{{ AT!reset }}}
    21 1. {{{ AT!entercnd="A710" }}}
    22  1. You should see {{{ OK }}}
    23 1. {{{ AT!dxcfg=wwan,connect,11 }}}
    24  1. You should see {{{ OK }}} then {{{ $QCRMCALL: 1, V4 }}}
    25 1. {{{ at!gstatus? }}}
    26  1. Will return a status like:
     111. {{{ omf load -i baseline.ndz -t node7-1.grid.orbit-lab.org }}}[[BR]]
     122. {{{ omf tell -a on -t node7-1.grid.orbit-lab.org }}}[[BR]]
     133. It will take roughly 60 seconds to come up.[[BR]]
     144. {{{ ssh root@node7-1.grid.orbit-lab.org }}}[[BR]]
     155. {{{ modprobe GobiSerial }}}[[BR]]
     166. {{{ modprobe GobiNet }}}[[BR]]
     177. {{{ minicom -D /dev/ttyUSB1 }}}[[BR]]
     188. {{{ AT!ippassthrough? }}}[[BR]]
     199. It should return 1[[BR]]
     20 
     211. If it does not, run {{{ AT!ippassthrough=1 }}} then {{{ AT!reset }}}[[BR]]
     22{{{ AT!entercnd="A710" }}}[[BR]]
     232. You should see {{{ OK }}}[[BR]]
     24{{{ AT!dxcfg=wwan,connect,11 }}}[[BR]]
     253. You should see {{{ OK }}} then {{{ $QCRMCALL: 1, V4 }}} [[BR]]
     26{{{ at!gstatus? }}} [[BR]]
     274. Will return a status like: [[BR]]
    2728{{{
    2829at!gstatus?                                                                                                         
     
    4142RSRQ (dB):     -10              Cell ID:     01A2D001 (27447297)
    4243SINR (dB):      1.6
    43 }}}
    44 1. Exit Minicom by **PRESSING** {{{ Ctrl+A followed by x}}}, then {{{enter}}} to select ok.
    45 1. {{{ 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.
    47 1. {{{ ping 192.168.3.1 }}}
    48  1. You have successfully communicated with the basestation.
    49  1. You can cancel the ping with {{{Ctrl+C}}}
    50 1. {{{iperf -c 192.168.3.1 }}}
    51  1. This will report your bandwidth to the basestation.
     44}}} [[BR]]
     455. Exit Minicom by **PRESSING** {{{ Ctrl+A followed by x}}}, then {{{enter}}} to select ok.[[BR]]
     46{{{ dhcpcd eth2 }}} followed by {{{enter}}} to get a new line. [[BR]]
     476. You should get an address in the 192.168.3.0/24 subnet. [[BR]]
     48 {{{ ping 192.168.3.1 }}}
     497. You have successfully communicated with the basestation. [[BR]]
     508. You can cancel the ping with {{{Ctrl+C}}} [[BR]]
     519. {{{iperf -c 192.168.3.1 }}}
     52  This will report your bandwidth to the basestation.[[BR]]