It offers a dockerized version of UERANSIM simulator.
- docker
- docker-compose
-
UERANSIM config files are located at /config folder.
-
Use the environment variable "CONFIG" in the docker-compose file to point to the config files.(default: magma5gc-gnb.yaml, magma5gc-ue.yaml)
-
Bring up the containers
- GNB:
docker-compose up gnb
- UE:
docker-compose up ue
Note: By default the images are pulled from shashidharpatil/ueransim docker repository.