🌐 NRF Management

🚀 Deploying 5G Network... 0% (0/0)

Network Functions

Create Connection

⚙️ Configuration

Select a Network Function type to configure and start it

📋 Network Function Logs

Select Network Function Type

� Simulation Steps

  1. Click the Terminal button and run docker compose -f docker-compose.yml up -d to deploy core network components.
  2. Run docker compose -f docker-compose-gnb.yml up -d to bring the gNB (Base Station) online.
  3. Run docker compose -f docker-compose-ue.yml up -d to deploy UE (User Equipment) devices.
  4. Run docker ps to verify all containers are running.
  5. Alternatively, click One-Click Deploy to automatically deploy the entire 5G network topology.
  6. Select any Network Function on the canvas and click Show Registration Message to observe its NRF registration.
  7. Click on the NRF node and open Show Registration Message to view all registered functions.
  8. Select a Network Function and click Deregister from NRF to perform a graceful shutdown.
  9. Click Show Deregistration Message on the deregistered NF to observe the farewell exchange.
  10. Click Show Deregistration Message on the NRF to confirm the function has been removed from the registry.
  11. Attempt discovery of the deregistered function — the NRF will return an empty response, confirming full removal.
For More Detailes... 📄 View Full Procedures