Compare commits

...

1 Commits

Author SHA1 Message Date
Cedric Roux
54027d27d9 fix tutorial: use "docker-compose", not "docker compose" 2023-04-30 16:34:41 +02:00

View File

@@ -71,13 +71,13 @@ docker build --target ims --tag asterisk-ims:latest --file ~/oai-cn5g/Dockerfile
## 3.1 Start OAI CN5G
```bash
cd ~/oai-cn5g
docker compose up -d
docker-compose up -d
```
## 3.2 Stop OAI CN5G
```bash
cd ~/oai-cn5g
docker compose down
docker-compose down
```
# 4. Run 5G NR SA end-to-end setup with OAI gNB
@@ -87,4 +87,4 @@ Please check this link:
## 4.2 Testing with OAI nrUE
Please check this link:
[Testing with OAI gNB and OAI nrUE](NR_SA_Tutorial_OAI_nrUE.md)
[Testing with OAI gNB and OAI nrUE](NR_SA_Tutorial_OAI_nrUE.md)