Changes between Version 2 and Version 3 of Tutorials/g0WmLTE/Tutorial4-OAI/Tutorial0


Ignore:
Timestamp:
Dec 1, 2016, 5:23:28 AM (7 years ago)
Author:
seskar
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Tutorials/g0WmLTE/Tutorial4-OAI/Tutorial0

    v2 v3  
    180180
    181181More details on running lte-softmodem are available on [https://twiki.eurecom.fr/twiki/bin/view/OpenAirInterface/OpenAirLXRT OpenAirInterface real-time LTE softmodem page].
     182
     183[[CollapsibleStart(If you intend to use graphical user interface please make sure to install appropriate tools on your local machine and configure X11 forwarding.)]]
     184  [[Include(Documentation/bAccountManagement/fRemoteX)]]
     185  [[CollapsibleEnd]]
     186------------------------
     187
     188==== Quickstart Option ====
     189We 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. This quickstart assumes use of Sandbox1, nodes 1-1, and 1-2.
     190
     1911. To proceed, after having a reservation, load the following image.
     192 * {{{omf load -t node1-1,node1-2 -i oai-dev.ndz}}}
     193 * The nodes will automatically turn off when imaging is completed.
     1941. Turn the nodes on.
     195 * {{{omf tell -a on -t node1-1,node1-2}}}
     1961. Open a terminal to each node. You must enable X11 Forwarding to see the GUI and statistics screens.
     197 1. You will need at lease one terminal per node, for the statistics screens. Even more if you want to run additional commands. For details, refer to the Remote Graphical Access section.
     1981. On the first node, execute script {{{./CompandRuneNB}}}
     1991. On the second node, execute script {{{./CompandRunUE}}}
     2001. For subsequent runs, execute {{{./runeNB}}} or {{{./runUE}}} instead, to avoid recompiling.
     2011. These scripts will create interface {{{oai0}}} and assign an address.
     202 1. Use {{{ifconfig}}} or {{{ip a}}} to see the address assigned.
     203 1. By default the eNB has address 10.0.1.1, and the UE has addresss 10.0.1.9, but you should double check.
     2041. You should be able to ping from one node to the other on these addresses.
     205 1. From UE, {{{ping 10.0.1.1}}} or to see live statistics {{{mtr 10.0.1.1}}}
     206
     207In your terminals, you will see the following screens upon successful script execution.
     208
     209[[Image(eNB.png, width=600)]] [[Image(UE.png, width=600)]]