Changes between Version 25 and Version 26 of Tutorials/g0WmLTE/Tutorial4-OAI


Ignore:
Timestamp:
May 27, 2016, 6:44:08 PM (8 years ago)
Author:
msherman
Comment:

Legend:

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

    v25 v26  
    2020
    2121=== 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.
     22We 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.
    2323
    24241. To proceed, after having a reservation, load the following image.
     
    46461. These scripts will create interface {{{oai0}}} and assign an address.
    4747 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.
    48491. 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}}}
    49511. 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}}}
    5254
    5355