This project aims to develop a comprehensive telecom solution, including cellular network components and services.
cellular_core/: Contains the implementation of a free5gc core network.ran_emu/: Provides an emulation of a 5G AMF, gNB, and UE written in Python.
To set up the project, follow these steps:
- Clone the repository:
git clone https://github.com/Samland-Gov/telecom.git
- Navigate to the project directory:
cd telecom - Start the all services:
docker compose up -d
Licensed under the Apache License, Version 2.0. See the LICENSE.txt file for details.