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!