Changes between Version 3 and Version 4 of Tutorials/oai-docker


Ignore:
Timestamp:
Jun 24, 2019, 2:40:11 PM (5 years ago)
Author:
nimakris
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Tutorials/oai-docker

    v3 v4  
    111111
    112112{{{
    113 root@node13-7:~/docker-containers# ./autostart_dockers -p 46099
    114 PLMNID is 46099
     113root@node13-7:~/docker-containers# ./autostart_dockers -p 00101
     114PLMNID is 00101
    115115Starting all docker containers..
    116116HSS Docker started successfully..
     
    132132}}}
    133133
    134 The script launches all the containers and dynamically sets up their configuration files. This example is using as a PLMNID the 46099, but you can pass as an argument different PLMNIDs to match your UEs. If you want to change the PLMNID, open the autostart_dockers file and add the respective information for your OP code.
     134The script launches all the containers and dynamically sets up their configuration files. This example is using as a PLMNID the 00101, but you can pass as an argument different PLMNIDs to match your UEs. 00101 is the PLMN used by the Orbit UEs. If you want to change the PLMNID, open the autostart_dockers file and add the respective information for your OP code.
    135135
    136136* Verify that all the dockers are running correctly by using the following command:
     
    160160}}}
    161161
    162 
     162* In order to attach a UE to the network, follow the instructions for the LTE UEs of Orbit, mentioned here: [https://www.orbit-lab.org/wiki/Hardware/fDevices/dWide "Available Devices"], [https://www.orbit-lab.org/wiki/Software/hDrivers#NetgearAC341U "Connecting an LTE UE to the network"]. All the Orbit UEs are already registered with the HSS, so they should require no further configuration. The default APN that you should use with this network is ''oai.ipv4''.
    163163* Once your experiment ends, you can bring down safely all the dockers with:
    164164
     
    191191
    192192{{{
    193 root@node13-7:~/docker-containers# ./autostart_dockers -p 46099 --mec
    194 PLMNID is 46099
     193root@node13-7:~/docker-containers# ./autostart_dockers -p 00101 --mec
     194PLMNID is 00101
    195195Running with MEC enabled
    196196Starting all docker containers..