Changes between Version 25 and Version 26 of Tutorials/g0WmLTE/Tutorial4-OAI
- Timestamp:
- May 27, 2016, 6:44:08 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Tutorials/g0WmLTE/Tutorial4-OAI
v25 v26 20 20 21 21 === Quickstart Option === 22 We have an image available, named {{{oai-dev.ndz}}}. It has all the necessary driver and software pre-installed, and two scripts available to immediately boot up the eNB and UE. 22 We have an image available, named {{{oai-dev.ndz}}}. It has all the necessary driver and software pre-installed, and two scripts available to immediately boot up the eNB and UE. This quickstart assumes use of Sandbox1, nodes 1-1, and 1-2. 23 23 24 24 1. To proceed, after having a reservation, load the following image. … … 46 46 1. These scripts will create interface {{{oai0}}} and assign an address. 47 47 1. Use {{{ifconfig}}} or {{{ip a}}} to see the address assigned. 48 1. By default the eNB has address 10.0.1.1, and the UE has addresss 10.0.1.9, but you should double check. 48 49 1. You should be able to ping from one node to the other on these addresses. 50 1. From UE, {{{ping 10.0.1.1}}} or to see live statistics {{{mtr 10.0.1.1}}} 49 51 1. For throughput testing 50 1. On one node, execute {{{iperf -s}}}51 1. On the second node, execute {{{iperf -c Put_other_oai_IP_here}}}52 1. On the eNB, execute {{{iperf -s}}} 53 1. On the UE, execute {{{iperf -c 10.0.1.1}}} 52 54 53 55