Skip to content
Snippets Groups Projects
Commit f4ebfad3 authored by Rohan's avatar Rohan
Browse files

Tutorial page updated

parent 3d30195e
No related branches found
No related tags found
1 merge request!55Slicing tutorial fix
......@@ -197,18 +197,37 @@ $ docker image tag rdefosseoai/oai-nr-ue:develop oai-nr-ue:develop
## 7. Executing `ransim` Scenario
We deploy ran simulators with the help of docker-compose as below -
Deploy ran simulator for slice 1
``` shell
docker-compose-host $: docker-compose -f docker-compose-slicing-ransim.yaml up -d
Creating gnbsim ... done
Creating ueransim ... done
docker-compose-host $: docker-compose -f docker-compose-slicing-ransim.yaml up -d ueransim
Creating ueransim ... done
```
Wait a bit
``` shell
docker-compose-host $: sleep 10
```
Deploy ran simulator for slice 2
``` shell
docker-compose-host $: docker-compose -f docker-compose-slicing-ransim.yaml up -d oai-gnb oai-nr-ue1
Creating rfsim5g-oai-gnb ... done
Creating rfsim5g-oai-nr-ue1 ... done
```
Wait a bit
Wait a bit
``` shell
docker-compose-host $: sleep 60
docker-compose-host $: sleep 10
```
Deploy ran simulator for slice 3
``` shell
docker-compose-host $: docker-compose -f docker-compose-slicing-ransim.yaml up -d gnbsim
Creating gnbsim ... done
```
Wait a bit
``` shell
docker-compose-host $: sleep 10
```
Make sure all ran simulator services are healthy.
``` shell
docker-compose-host $: docker-compose -f docker-compose-slicing-ransim.yaml ps -a
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment