Sign inSign up

pocketsysadminjci/ueransim

By pocketsysadminjci

Updated 11 months ago

És una instal·lació neta del software open source UERANSIM

Image
Networking
0

957

pocketsysadminjci/ueransim repository overview

UERANSIM Docker Image

Overview:

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.

How to Run:

Run the container interactively:

docker run -it --rm pocketsysadminjci/ueransim:latest bash

Inside the container, launch the UERANSIM binaries:

Start the gNB

nr-gnb --help

Start the UE

nr-ue --help

Use the CLI tool

nr-cli --help

Mount local configuration files into the container:

docker run -it --rm -v $(pwd)/config:/ueransim/config pocketsysadminjci/ueransim:latest bash

Tag summary

Content type

Image

Digest

sha256:e8c9fba2b

Size

42.9 MB

Last updated

11 months ago

docker pull pocketsysadminjci/ueransim