My UERANSIM is not able to communicate with my AMF. The UERANSIM gNB just gets stuck at: “Trying to establish SCTP connection… (10.244.0.192:29518)”
and is never able to connect.
I’m using kubernetes v1.15.3
AMF is “Listen on 10.244.0.142:38412”
UERANSIM is stuck on “Trying to establish SCTP connection… (10.244.0.142:38412)”
UERANSIM version is “v3.1.0”
netstat --sctp -tulpn on the AMF container shows that the AMF is listening on 38412.
I have tested using ncat to make a test server that SCTP protocol is working over my Kube container
Please help me! I am unable to figure out a solution as to why this is not working!
Please let me know if any additional information is needed. Any help would be greatly appreciated!
I used the nmctl tool to download the free5gc-stage-3.0.4 example and then deploy that. I then went inside the running AMF pod and got the IP and tried to connect the UERANSIM pod to that. Unfortunately that did not work. I am attaching everything I have.
Please note that even though “upf” says “CrashLoopBackoff” or “Error”, I was facing the same issue when it was working perfectly. This error is due to gpt5g which I know how to fix.