És una instal·lació neta del software open source UERANSIM
957
This is a basic Docker image for UERANSIM, a 5G UE and gNB simulator, based on the official repository: https://github.com/aligungr/UERANSIM
The image includes all necessary dependencies and precompiled binaries (nr-gnb, nr-ue, nr-cli, nr-binder) to quickly start experimenting with UERANSIM in a containerized environment.
docker run -it --rm pocketsysadminjci/ueransim:latest bash
Inside the container, launch the UERANSIM binaries:
nr-gnb --help
nr-ue --help
nr-cli --help
docker run -it --rm -v $(pwd)/config:/ueransim/config pocketsysadminjci/ueransim:latest bash
Content type
Image
Digest
sha256:e8c9fba2b…
Size
42.9 MB
Last updated
11 months ago
docker pull pocketsysadminjci/ueransim