Hello Team,
First, thank you for the amazing work on this project! I’ve been following the documentation and have successfully set up the Aether platform. However, I’m facing an issue with the gnbsim2 container during testing, and I would appreciate your guidance to resolve it.
Environment Details
- Platform: VirtualBox
- Host OS: Ubuntu Server 22.04
- VM Configuration:
- RAM: 10 GB
- Storage: 100 GB
- Networking: NAT with IP
10.0.2.15
- Deployment: Single VM setup running Kubernetes control plane, AMP, and
gnbsim.
Setup Steps Followed
- Copied
main-upf.yml into main.yml and updated it with the required parameters:
- Interface name
- AMP IP address
- Other deployment-specific configurations
- Updated
hosts.ini file according to my deployment setup.
- Followed instructions to:
- Add UPF blueprint
- Load ROC for the UPF
- Successfully deployed the setup:
- All namespaces and pods are running.
- Networking configuration is properly set up with IP addresses as expected.
Current Deployment Status
Namespaces
All namespaces are active:
aether-5gc
aether-5gc-upf-1
aether-roc
cattle-monitoring-system
kube-system
default
Pods
All pods are in the Running state:
- For
aether-5gc: amf, smf, udm, nrf, etc.
- For
aether-5gc-upf-1: upf-0 pod with interfaces (core and access) having valid IPs.
- For
aether-roc: ONOS pods (onos-config, onos-topo), ROC GUI, and others.
- Monitoring pods (Prometheus, Grafana) are operational.
Networking
- Host IP:
10.0.2.15
- Interfaces in
upf-0:
core: 192.168.250.x
access: 192.168.252.x
- Routing tables in UPFs confirm connectivity between
core and access.
Issue Description
While testing the deployment:
- Ran
make aether-gnbsim-run to simulate traffic.
- The
gnbsim1 container runs successfully, and I can see its summary log without any issues.
- The
gnbsim2 container starts but does not display any logs or activity.
Both containers are in the Up state when checked using docker ps.
Expected Behavior
Both gnbsim1 and gnbsim2 containers should:
- Run without errors.
- Provide successful logs/summary output for the simulated traffic.
Actual Behavior
- Only
gnbsim1 provides successful output in the logs.
gnbsim2 is running with error logs in output please refer to last screenshot.
Screen Shorts






**Connectivity tests **
please check results of current deployment
Hello Team,
First, thank you for the amazing work on this project! I’ve been following the documentation and have successfully set up the Aether platform. However, I’m facing an issue with the
gnbsim2container during testing, and I would appreciate your guidance to resolve it.Environment Details
10.0.2.15gnbsim.Setup Steps Followed
main-upf.ymlintomain.ymland updated it with the required parameters:hosts.inifile according to my deployment setup.Current Deployment Status
Namespaces
All namespaces are active:
aether-5gcaether-5gc-upf-1aether-roccattle-monitoring-systemkube-systemdefaultPods
All pods are in the
Runningstate:aether-5gc:amf,smf,udm,nrf, etc.aether-5gc-upf-1:upf-0pod with interfaces (coreandaccess) having valid IPs.aether-roc: ONOS pods (onos-config,onos-topo), ROC GUI, and others.Networking
10.0.2.15upf-0:core:192.168.250.xaccess:192.168.252.xcoreandaccess.Issue Description
While testing the deployment:
make aether-gnbsim-runto simulate traffic.gnbsim1container runs successfully, and I can see its summary log without any issues.gnbsim2container starts but does not display any logs or activity.Both containers are in the
Upstate when checked usingdocker ps.Expected Behavior
Both
gnbsim1andgnbsim2containers should:Actual Behavior
gnbsim1provides successful output in the logs.gnbsim2is running with error logs in output please refer to last screenshot.Screen Shorts
**Connectivity tests **
please check results of current deployment