Changes between Version 2 and Version 3 of WirelessVT2016/UsrpLTE


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

--

Legend:

Unmodified
Added
Removed
Modified
  • WirelessVT2016/UsrpLTE

    v2 v3  
    1010After connecting to the grid console:
    11111. {{{ omf load -i baseline.ndz -t node7-1.grid.orbit-lab.org }}}[[BR]]
     12
    12132. {{{ omf tell -a on -t node7-1.grid.orbit-lab.org }}}[[BR]]
     14
    13153. It will take roughly 60 seconds to come up.[[BR]]
     16
    14174. {{{ ssh root@node7-1.grid.orbit-lab.org }}}[[BR]]
     18
    15195. {{{ modprobe GobiSerial }}}[[BR]]
     20
    16216. {{{ modprobe GobiNet }}}[[BR]]
     22
    17237. {{{ minicom -D /dev/ttyUSB1 }}}[[BR]]
     24
    18258. {{{ AT!ippassthrough? }}}[[BR]]
     26
    19279. It should return 1[[BR]]
    2028 
    21 1. If it does not, run {{{ AT!ippassthrough=1 }}} then {{{ AT!reset }}}[[BR]]
    22 {{{ AT!entercnd="A710" }}}[[BR]]
    23 2. You should see {{{ OK }}}[[BR]]
    24 {{{ AT!dxcfg=wwan,connect,11 }}}[[BR]]
    25 3. You should see {{{ OK }}} then {{{ $QCRMCALL: 1, V4 }}} [[BR]]
    26 {{{ at!gstatus? }}} [[BR]]
    27 4. Will return a status like: [[BR]]
     29 1. If it does not, run {{{ AT!ippassthrough=1 }}} then {{{ AT!reset }}}[[BR]]
     30 {{{ AT!entercnd="A710" }}}[[BR]]
     31 2. You should see {{{ OK }}}[[BR]]
     32 {{{ AT!dxcfg=wwan,connect,11 }}}[[BR]]
     33 3. You should see {{{ OK }}} then {{{ $QCRMCALL: 1, V4 }}} [[BR]]
     34 {{{ at!gstatus? }}} [[BR]]
     35 4. Will return a status like: [[BR]]
    2836{{{
    2937at!gstatus?                                                                                                         
     
    4351SINR (dB):      1.6
    4452}}} [[BR]]
     53
    45545. Exit Minicom by **PRESSING** {{{ Ctrl+A followed by x}}}, then {{{enter}}} to select ok.[[BR]]
    4655{{{ dhcpcd eth2 }}} followed by {{{enter}}} to get a new line. [[BR]]
     56
    47576. You should get an address in the 192.168.3.0/24 subnet. [[BR]]
    4858 {{{ ping 192.168.3.1 }}}
     59
    49607. You have successfully communicated with the basestation. [[BR]]
     61
    50628. You can cancel the ping with {{{Ctrl+C}}} [[BR]]
     63
    51649. {{{iperf -c 192.168.3.1 }}}
    5265  This will report your bandwidth to the basestation.[[BR]]