Changes between Version 12 and Version 13 of Tutorials/g0WmLTE/Tutorial4-OAI/Tutorial2
- Timestamp:
- Nov 17, 2016, 10:53:54 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Tutorials/g0WmLTE/Tutorial4-OAI/Tutorial2
v12 v13 9 9 10 10 [[Image(OAI_USRP_GENI.PNG)]] 11 This example uses node 18-2 in the ORBIT Grid as the RRH, node 19-3as the client, and pc4.instageni.rutgers.edu as the remote eNB, with the mme.orbit-lab.org acting as the EPC.11 This example uses node3-2 in the ORBIT Grid as the RRH, node 7-1 as the client, and pc4.instageni.rutgers.edu as the remote eNB, with the mme.orbit-lab.org acting as the EPC. 12 12 13 13 1. Setup … … 18 18 1. ORBIT 19 19 1. Execute the following commands on the grid console, from separate ssh sessions (They can be done at the same time) 20 1. {{{ omf load -t node 18-2 -i oai-rrh.ndz }}}21 1. {{{ omf load -t node 19-3-i baseline.ndz }}}20 1. {{{ omf load -t node3-2 -i oai-rrh.ndz }}} 21 1. {{{ omf load -t node7-1 -i baseline.ndz }}} 22 22 1. After they are imaged, turn the nodes on 23 1. {{{ omf tell -a on -t node 18-2,node19-3}}}23 1. {{{ omf tell -a on -t node3-2,node7-1 }}} 24 24 1. Execution 25 25 1. Open a ssh session to each device 26 26 1. {{{ ssh username@pc4.instageni.rutgers.edu }}} 27 1. {{{ ssh root@node 18-2.grid.orbit-lab.org }}}28 1. {{{ ssh root@node 19-3.grid.orbit-lab.org }}}29 1. On node 18-227 1. {{{ ssh root@node3-2.grid.orbit-lab.org }}} 28 1. {{{ ssh root@node7-1.grid.orbit-lab.org }}} 29 1. On node3-2 30 30 1. Run script {{{ ./quickbuild_rrh.sh }}} 31 31 1. Run {{{ ~/openairinterface5g/cmake_targets/rrh_gw/build/rrh_gw -n1 -i eth1 -m0 -x }}} … … 34 34 1. which is to launch the softmodem with a known good configuration file. 35 35 1. Add the {{{-x}}} flag to use visualizations over X11 forwarding. 36 1. To use a different grid node as the RRH, you must edit the config file line {{{ remote_address = "10.10. 18.2";}}} to the appropriate IP.36 1. To use a different grid node as the RRH, you must edit the config file line {{{ remote_address = "10.10.3.2";}}} to the appropriate IP. 37 37 1. After executing both run scripts, you should see the RRH node load a USRP image, and the eNB node start printing log messages. 38 1. On node 19-338 1. On node7-1 39 39 1. Follow the instructions from the [wiki:Tutorials/g0WmLTE/Tutorial3 COTS UE tutorial] to connect. 40 40 1. The UE should get an address, and be able to send traffic to the WAN.