Changes between Version 34 and Version 35 of Tutorials/g0WmLTE/Tutorial4-OAI


Ignore:
Timestamp:
Dec 1, 2016, 5:02:09 PM (7 years ago)
Author:
msherman
Comment:

Legend:

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

    v34 v35  
    2020==== Build and Execution Scripts ====
    2121
    22 Scripts are available to compile and execute components...
     22In the image '''oai-rrh.ndz''', scripts are available to compile and execute components. They are divided into three categories
     23* Build: pulls from master, then compiles component
     24* Quickbuild: compiles component without pull
     25* Run: Runs component
     26* Available components are split eNB, Remote Radio Head(RRH), and combined eNB
     27* Sample config files are available in the {{{~/conf}}} directory
     28
     29Each of the build scripts is a simple wrapper around the OAI autobuild script, specifying common options. The run scripts execute the compiled component with common options.
     30
     31==== Configuration Files ====
     32The run scripts reference the config files in {{{~/conf}}}. These config files '''MUST''' be updated with the latest versions after any operation involving a git pull, as the configuration syntax is not stable across git versions.
     33
     34Our COTS devices support only bands 25 and 41, and so the new configuration files must be modified to these frequencies. For band25, the band7 file is used as a template. For band41, the band38 file is used as a template. This is functional, but not entirely correct, as calibration must still be done for the new frequencies.
    2335
    2436==== OAI Tutorials ====
    2537
    26 The following basic tutorials based of the OAI source code are available:
     38The following basic tutorials based of the OAI source code are available. Note, a git pull was run before saving the images used in the below tutorials. To execute them, run the supplied scripts without pulling changes from openairinterface, as the necessary instructions or config files may change.:
    2739  * [wiki:./Tutorial0 Basis OAI Tutorial]
    2840  * [wiki:./Tutorial1 OAI Remote Radio Head (RRH)]
    2941  * [wiki:./Tutorial2 OAI RRH in ORBIT with eNB Baseband in GENI]
    30