Changes between Version 16 and Version 17 of Tutorials/g0WmLTE/Tutorial4-OAI/Tutorial1


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

Legend:

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

    v16 v17  
    1 == OAI Remote Radio Head (RRH)
     1=== OAI Remote Radio Head (RRH) ===
    22
    3 This tutorial assumes that you have an ORBIT account, and a reservation for grid.orbit-lab.org
     3[[TOC(noheading, Tutorials/g0WmLTE*, depth=3)]]
    44
    5 In this tutorial, we demonstrate the operation of a split eNB, with one node managing a RF device, and sending I/Q samples to another node fro processing.
    6 
    7 
    8 === Basic Setup
     5==== Objective ====
     6In this tutorial, we demonstrate the operation of a split eNB, with one node managing a RF device, and sending I/Q samples to another node for baeband processing.
    97We will use the following resources:
    108* node18-2.grid.orbit-lab.org as the RRH
    119* node18-1.grid.orbit-lab.org as the eNB
    1210* node19-3.grid.orbit.lab.org as a client
     11
     12==== Basic Setup ====
    1313
    14141. Execute the following commands on the grid console, from separate ssh sessions (They can be done at the same time)
     
    17171. After they are imaged, turn the nodes on
    1818 1. {{{ omf tell -a on -t node18-2,node18-1,node19-3 }}}
    19 1. Open a ssh session to each device
     191. Open a separate ssh session to each device (i.e. three ssh windows):
    2020 1. {{{ ssh root@node18-2.grid.orbit-lab.org }}}
    2121 1. {{{ ssh root@node18-1.grid.orbit-lab.org }}}
     
    2727 1. Run script {{{ ./quickbuild_enb.sh }}}
    2828 1. Run script {{{ ./run_enb.sh }}}
     29
    29301. After executing both run scripts, you should see the RRH node load a USRP image, and the eNB node start printing log messages.
    30311. On node19-3
    31  1. Follow the instructions from the [wiki:Tutorials/g0WmLTE/Tutorial3 COTS UE tutorial] to connect.
     32 1. Follow the instructions from the [wiki:Tutorials/g0WmLTE/Tutorial3 COTS UE tutorial] to connect the Netgear LTE device with the basestation.
    3233
    3334=== Modify Transport