-
Notifications
You must be signed in to change notification settings - Fork 34
Open
Description
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
intomain.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
andaccess
) 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
andaccess
.
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
Metadata
Metadata
Assignees
Labels
No labels