Hello,
Thank you so much for your reply. Really appreciate your help.
PFA logs with latest run.
I checked and only nrf is binding on port 29510.
root@ubuntu:~/free5gc# ss -lntp
State Recv-Q Send-Q Local Address:Port Peer Address:Port
LISTEN0 128 127.0.0.1:29531 0.0.0.0:* users:((“nssf”,pid=38012,fd=31))
LISTEN0 128 127.0.0.1:29502 0.0.0.0:* users:((“smf”,pid=38008,fd=32))
LISTEN0 128 127.0.0.1:29503 0.0.0.0:* users:((“udm”,pid=38011,fd=30))
LISTEN0 128 127.0.0.1:29504 0.0.0.0:* users:((“udr”,pid=38009,fd=33))
LISTEN0 128 127.0.0.1:29507 0.0.0.0:* users:((“pcf”,pid=38010,fd=32))
LISTEN0 128 127.0.0.1:29509 0.0.0.0:* users:((“ausf”,pid=38013,fd=30))
LISTEN0 128 127.0.0.1:29510 0.0.0.0:* users:((“nrf”,pid=38006,fd=32))
LISTEN0 128 127.0.0.1:27017 0.0.0.0:* users:((“mongod”,pid=862,fd=11))
LISTEN0 128 127.0.0.1:29518 0.0.0.0:* users:((“amf”,pid=38007,fd=34))
LISTEN0 128 127.0.0.53%lo:53 0.0.0.0:* users:((“systemd-resolve”,pid=629,fd=13))
LISTEN0 5 127.0.0.1:631 0.0.0.0:* users:((“cupsd”,pid=2761,fd=7))
LISTEN0 128 :5000 : users:((“server”,pid=2991,fd=32))
LISTEN0 5 [::1]:631 [::]: users:((“cupsd”,pid=2761,fd=6))
root@ubuntu:~/free5gc#
I am following below steps after installation mentioned in Readme.md of v3.0.4 to run & test UE registration with free5GC.
Can you please check and let me know if this is correct ?
Step 1 : First execute “./run.sh” to run the core
Step 2 : Immediately execute “./test.sh TestRegistration” after “./run.sh” to test UE registration with free5gc
I am seeing below error after executing ./run.sh
2020/10/05 06:38:48 http2: server connection error from 127.0.0.1:47448: connection error: PROTOCOL_ERROR
[WARN][PCF][Init] AMF status subscribe Error[http://127.0.0.1:29518: server no response]
I can successful PFCP association in the pcap.
Thanks,
Rashmi
logs_test_registration.txt (2.7 KB) logs_run_sh.txt (27.0 KB)