Changes between Version 15 and Version 16 of Tutorials/g0WmLTE/Tutorial5


Ignore:
Timestamp:
May 27, 2016, 3:08:13 PM (8 years ago)
Author:
msherman
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Tutorials/g0WmLTE/Tutorial5

    v15 v16  
    1010
    1111In this tutorial we will use nodes equipped with USRP B210 and have the basestation on node1-1 and modem on node1-2 on sandbox 1.
     12
     13=== Quickstart Option ===
     14We have an image available, named {{{oai-dev.ndz}}}. It has all the necessary driver and software pre-installed, and two scripts available to immediately boot up the eNB and UE.
     15
     161. To proceed, after having a reservation, load the following image.
     17 * {{{omf load -t node1-1,node1-2 -i oai-dev.ndz}}}
     18 * The nodes will automatically turn off when imaging is completed.
     191. Turn the nodes on.
     20 * {{{omf tell -a on -t node1-1,node1-2}}}
     211. Open a terminal to each node. You must enable X11 Forwarding to see the GUI and statistics screens.
     22 1. This is a two step process, to extend the tunnel to your local machine. SSH with tunnel to the console, and then again with the tunnel from the console to the node.
     23 1. Linux: Simply use the -X or -Y flags, e.g.
     24  1. {{{ssh -Y username@sb1.orbit-lab.org}}}
     25  1. {{{ssh -Y root@node1-1.sb1.orbit-lab.org}}}
     26  1. Repeat above two steps for second node.
     27 1. Windows: You must either use an X11 capable ssh client, such as mobaXterm or bitvise ssh, or install a standalone x11 client, such as FIXME
     28  1. Start x11 capable client
     29  1. SSH to console
     30  1. SSH to node
     31 1. Mac: You must use an X11 capable ssh client such as FIXME, or install a standalone X11 client such as FIXME
     32  1. Start x11 capable client
     33  1. SSH to console
     34  1. SSH to node
     35
    1236
    1337=== Prepare the nodes ===