In the previous article, the first 5G user test was conducted and the logs of each 5GC network function were checked to verify the UE registration and PDU session establishment procedures. However, telecom engineers usually work with network traces m...
After successfully installing free5GC, let's proceed with our first 5G user test, where the UE will perform 5G registration and establish a PDU session connection. As we confirmed in the previous article, our 5G core network functions are up and runn...
After installing the prerequisites (docker and gtp5g), we are ready to install and run free5gc containers using Docker Compose. Docker compose simplifies and automates multi-container application deployment using a single docker compose YAML file tha...
The free5GC is an open-source project for 5th generation (5G) mobile core networks. The ultimate goal of this project is to implement the 5G core network (5GC) defined in 3GPP Release 15 (R15) and beyond. So, first things first, let's set up an envir...
Once upon a time, in a land where copper reigned supreme, there lived a telecom professional who spoke the language of switches, routers, and circuit-switched networks. Little did this network aficionado know that a paradigm shift was brewing, one th...
1- What’s Docker? - Docker is an open platform for developing, shipping, and running applications. Docker enables you to separate your applications from your infrastructure so you can deliver software quickly. With Docker, you can manage your ...
Kubernetes: - Is an open-source system for automating deployment, scaling, and management of containerized applications.It offers container orchestration, a container runtime, container-centric infrastructure orchestration, load balancing, se...