Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 1.15 KB

README.md

File metadata and controls

23 lines (16 loc) · 1.15 KB

Dockerised-Core-Network

This repo is to simplify our core network deployment using docker containers. We are using the following submodules in the repository:

  1. Open5GS
  2. Free5GC
  3. OpenAirInterface Core Network
  4. UERANSIM

The other dirctories are as follows:

  • ./configurations/ has files specific to a deployment that has been tested and runs. There can be some path dependencies that you might need to change.
  • ./shared/ is shared between the VMs and the host machine.
  • ./docs/ has some documentation that might be useful.
  • ./scripts/ has some scripts that might be useful.

Please note while cloning the you need to use the '--recursive-submodule flag':

git clone --recursive-submodule https://github.com/spring-iitd/dockersed-core-network 

Please note, the changes you are making in the submodules would reflect in the host repository. I would recommend following keeping your changes in this repository only and not in the sub-dirctories.