Changes between Version 3 and Version 4 of Tutorials/oai-docker
- Timestamp:
- Jun 24, 2019, 2:40:11 PM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Tutorials/oai-docker
v3 v4 111 111 112 112 {{{ 113 root@node13-7:~/docker-containers# ./autostart_dockers -p 46099114 PLMNID is 46099113 root@node13-7:~/docker-containers# ./autostart_dockers -p 00101 114 PLMNID is 00101 115 115 Starting all docker containers.. 116 116 HSS Docker started successfully.. … … 132 132 }}} 133 133 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 yourUEs. If you want to change the PLMNID, open the autostart_dockers file and add the respective information for your OP code.134 The 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. 135 135 136 136 * Verify that all the dockers are running correctly by using the following command: … … 160 160 }}} 161 161 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''. 163 163 * Once your experiment ends, you can bring down safely all the dockers with: 164 164 … … 191 191 192 192 {{{ 193 root@node13-7:~/docker-containers# ./autostart_dockers -p 46099--mec194 PLMNID is 46099193 root@node13-7:~/docker-containers# ./autostart_dockers -p 00101 --mec 194 PLMNID is 00101 195 195 Running with MEC enabled 196 196 Starting all docker containers..