Changes between Version 1 and Version 2 of WirelessVT2016/SoftLTE


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

--

Legend:

Unmodified
Added
Removed
Modified
  • WirelessVT2016/SoftLTE

    v1 v2  
    11== !OpenAirInterface LTE ==
    22
    3 [[Include(Documentation/Short/Prereq)]]
    43
    54This tutorial also assumes basic familiarity with [http://en.wikipedia.org/wiki/LTE_%28telecommunication%29 LTE standard]. It uses [http://www.openairinterface.org/ OpenAirInterface] open source software implementation of LTE basestation (eNodeB or eNB) and modem (user equipment or UE) developed at [http://www.eurecom.fr/en Eurecom]. The tutorial given here is based on the [https://twiki.eurecom.fr/twiki/bin/view/OpenAirInterface/OpenAirLXRT OAI_real-time_LTEsoftmodem] tutorial.
     
    1716Update for '''oai-develop.ndz''': The openair-cn (EPC) was installed with default passwords of '''oai''' and default choice of "Y" for optional packages (freeDiameter, asn1c pach and xtables_addons_oai). xtables_addons_oai was pulled out of git and installed.
    1817
    19 
    20 [[CollapsibleStart(If you intend to use graphical user interface please make sure to install appropriate tools on your local machine and configure X11 forwarding.)]]
    21   [[Include(Documentation/bAccountManagement/fRemoteX)]]
    22   [[CollapsibleEnd]]
     18'''Note''' If you intend to use graphical user interface please make sure to install appropriate tools on your local machine and configure X11 forwarding
     19 
    2320------------------------
    2421
     
    6057=== Prepare the nodes ===
    6158
    62  1. Load the image with the !OpenAirInterface code on the nodes that have USRP B210 attached. After imaging the nodes are '''turned off automatically'''. [[CollapsibleStart(omf load -t inventory:topo:B210 -i oai-master.ndz)]] [[Include(Documentation/Short/LoadImage)]][[CollapsibleEnd]]
    63  1. Turn ON the nodes that successfully imaged (give them some time and check their status with '''omf stat''' before proceeding). [[CollapsibleStart(omf tell -a on -t system:topo:imaged)]][[Include(Documentation/Short/TellOn)]][[CollapsibleEnd]]
     59 1. Load the image with the !OpenAirInterface code on the nodes that have USRP B210 attached. After imaging the nodes are '''turned off automatically'''.
     60
     61 omf load -t inventory:topo:B210 -i oai-master.ndz
     62
     63 1. Turn ON the nodes that successfully imaged (give them some time and check their status with '''omf stat''' before proceeding).
     64
     65  omf tell -a on -t system:topo:imaged
    6466
    6567=== Execute the experiment ===
     
    120122[[Image(Scope.png, width=300)]] ||
    121123
    122 [[CollapsibleStart(The output on both consoles should look something like this:)]]
     124The output on both consoles should look something like this:
    123125{{{
    124126[RRC][I][eNB 0] Init (UE State = RRC_IDLE)...
     
    204206
    205207}}}
    206 [[CollapsibleEnd]]
     208
    207209
    208210