Changes between Version 16 and Version 17 of Tutorials/g0WmLTE/Tutorial4-OAI/Tutorial1
- Timestamp:
- Dec 1, 2016, 5:15:29 AM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Tutorials/g0WmLTE/Tutorial4-OAI/Tutorial1
v16 v17 1 == OAI Remote Radio Head (RRH)1 === OAI Remote Radio Head (RRH) === 2 2 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)]] 4 4 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 ==== 6 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 for baeband processing. 9 7 We will use the following resources: 10 8 * node18-2.grid.orbit-lab.org as the RRH 11 9 * node18-1.grid.orbit-lab.org as the eNB 12 10 * node19-3.grid.orbit.lab.org as a client 11 12 ==== Basic Setup ==== 13 13 14 14 1. Execute the following commands on the grid console, from separate ssh sessions (They can be done at the same time) … … 17 17 1. After they are imaged, turn the nodes on 18 18 1. {{{ omf tell -a on -t node18-2,node18-1,node19-3 }}} 19 1. Open a s sh session to each device19 1. Open a separate ssh session to each device (i.e. three ssh windows): 20 20 1. {{{ ssh root@node18-2.grid.orbit-lab.org }}} 21 21 1. {{{ ssh root@node18-1.grid.orbit-lab.org }}} … … 27 27 1. Run script {{{ ./quickbuild_enb.sh }}} 28 28 1. Run script {{{ ./run_enb.sh }}} 29 29 30 1. After executing both run scripts, you should see the RRH node load a USRP image, and the eNB node start printing log messages. 30 31 1. 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. 32 33 33 34 === Modify Transport