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


Ignore:
Timestamp:
Oct 30, 2015, 10:56:58 AM (9 years ago)
Author:
wontoniii
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Tutorials/g0WmLTE/Tutorial5

    v14 v15  
    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.
    1212
    13 [[NewsFlashStart]]
    14 
    15   == Compiling OAI Code ==
    16 
    17 Main code
    18   === Upgrade latest from GIT ===
    19 
    20   === Compile ===
    21 
    22 [[NewsFlashEnd]]
    2313=== Prepare the nodes ===
    2414
    25  1. Load the image with the !OpenAirInterface code on the nodes. After imaging the nodes are '''turned off automatically'''. [[CollapsibleStart(omf load -i oai-nos1.ndz -t all)]] [[Include(Documentation/Short/LoadImage)]][[CollapsibleEnd]]
    26  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 all)]][[Include(Documentation/Short/TellOn)]][[CollapsibleEnd]]
     15ORBIT Images with preloaded OAI software have been made available. If you prefer to prepare a new image starting from a baseline,
    2716
     171a. Load the image with the !OpenAirInterface code on the nodes. After imaging the nodes are '''turned off automatically'''. [[CollapsibleStart(omf load -i oai-nos1.ndz -t all)]] [[Include(Documentation/Short/LoadImage)]][[CollapsibleEnd]]
     182a. 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 all)]][[Include(Documentation/Short/TellOn)]][[CollapsibleEnd]]
     193a. [OPTIONAL] Upgrade to the latest code and compile
     20
     21{{{
     22oai
     23git pull
     24cd cmake_targets
     25./build_oai -I --install-optional-packages -w USRP
     26
     27#If updating eNB
     28./build_oai --eNB -C -w USRP
     29
     30#If updating UE
     31./build_oai --UE -C -w USRP
     32}}}
     33
     341b. [ALTERNATIVE METHOD] [[CollapsibleStart(Compile from scratch)]][[Include(Documentation/Short/CompileOAI)]][[CollapsibleEnd]]
    2835=== Execute the experiment ===
    2936