mirror of
https://github.com/Borjis131/docker-open5gs.git
synced 2025-11-03 13:23:13 +00:00
Move the internal deployment explanation from README.md to docs/deployments/internal.md
This commit is contained in:
12
README.md
12
README.md
@@ -1,6 +1,6 @@
|
||||
# Open5GS 5G Core in Docker
|
||||
|
||||
Open5GS 5G Core Network Functions images ready for Docker.
|
||||
[Open5GS](https://github.com/open5gs/open5gs) 5G Core Network Functions images ready for Docker.
|
||||
|
||||
This repository contains the Dockerfiles and docker compose files used to deploy a configurable 5G Core.
|
||||
|
||||
@@ -65,16 +65,6 @@ The `basic` deployment is prepared to work with external gNBs, exposing:
|
||||
|
||||
It also exposes the MongoDB database using `TCP port 27017`.
|
||||
|
||||
## Overview of the internal deployment
|
||||
|
||||

|
||||
|
||||
The `internal` deployment is prepared to work with internal gNBs (and UEs), only exposing the MongoDB database using `TCP port 27017`.
|
||||
|
||||
The `internal` deployment works with UERANSIM using the gNB and UE images from [docker-ueransim](https://github.com/Borjis131/docker-ueransim).
|
||||
|
||||
See [docs/configuration](docs/configuration.md) for more information.
|
||||
|
||||
### Repository contents
|
||||
|
||||
- `compose-files/` directory contains different docker compose deployments.
|
||||
|
||||
9
docs/deployments/internal.md
Normal file
9
docs/deployments/internal.md
Normal file
@@ -0,0 +1,9 @@
|
||||
# Overview of the internal deployment
|
||||
|
||||

|
||||
|
||||
The `internal` deployment is prepared to work with internal gNBs (and UEs), only exposing the MongoDB database using `TCP port 27017`.
|
||||
|
||||
The `internal` deployment works with [UERANSIM](https://github.com/aligungr/UERANSIM) using the gNB and UE images from [docker-ueransim](https://github.com/Borjis131/docker-ueransim).
|
||||
|
||||
This deployment connects a UERANSIM UE to a UERANSIM gNB to the Open5GS 5G Core.
|
||||
Reference in New Issue
Block a user