Unable to Connect to AMF of open5Gs core using srsran #666
Replies: 1 comment 6 replies
-
you changed the AMF port to 7777, so you also need to change it in gnb config: |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I am running a dockerized version of open5GS using the command ( sudo ./apps/gnb/gnb -c ../configs/gnb_zmq.yml) When i run the core and gnode i get the below error. Can someone let me know how to proceed? Attaching my config files.
amf.zip
Would appreciate response.
Regards,
Amit Palkar
==================================================================================
--== srsRAN gNB (commit f3ed07a) ==--
Connecting to AMF on 10.53.1.2:38412
Failed to connect SCTP socket to 10.53.1.2:38412. error="Connection timed out" timeout=1387ms
srsGNB ERROR: Failed to create SCTP gateway
==================================================================================
open5gs_5gc | 06/11 12:37:48.630: [sbi] INFO: NF Service [namf-comm] (../lib/sbi/context.c:1812)
open5gs_5gc | 06/11 12:37:48.630: [sbi] INFO: nghttp2_server() [http://10.53.1.2]:7777 (../lib/sbi/nghttp2-server.c:414)
open5gs_5gc | 06/11 12:37:48.630: [amf] INFO: ngap_server() [10.53.1.2]:38412 (../src/amf/ngap-sctp.c:61)
open5gs_5gc | 06/11 12:37:48.630: [smf] INFO: PFCP associated [127.0.0.7]:8805 (../src/smf/pfcp-sm.c:196)
open5gs_5gc | 06/11 12:37:48.630: [sctp] INFO: AMF initialize...done (../src/amf/app.c:33)
Beta Was this translation helpful? Give feedback.
All reactions