mirror of
https://gitlab.eurecom.fr/oai/openairinterface5g.git
synced 2026-07-13 04:30:28 +00:00
minor update
@@ -14,6 +14,15 @@
|
||||
|
||||
```sudo docker run --ip=172.19.0.10 --net=oainet --expose=1-9000 -ti -h=epc --privileged=true luhan/oai-cn:v0.1 /bin/bash ```
|
||||
|
||||
An user (Qiong Wu, @Freundschaft) reported in a gitlab issue that the above command did not work. Here is the message. You may want to try
|
||||
his command if things fail for you.
|
||||
|
||||
```
|
||||
It didnt work for me, since GTP module was not loaded in the docker container, running the command below instead did the trick.
|
||||
|
||||
sudo docker run --ip=172.19.0.10 --net=oainet --expose=1-9000 -ti -h=epc --privileged=true --cap-add=ALL -v /dev:/dev -v /lib/modules:/lib/modules luhan/oai-cn:v0.1 /bin/bash
|
||||
```
|
||||
|
||||
You can set this ip according to your environment. It is used for S1-U, S1-MME.
|
||||
|
||||
+ __Start necessary services__
|
||||
|
||||
Reference in New Issue
Block a user