Hi,
I am trying to run the TestServiceRequest and TestRegistration and I am always having the same problem that is shown in the image below. Does anyone have an idea of what is the problem? Can you help me?
Hi,
I am trying to run the TestServiceRequest and TestRegistration and I am always having the same problem that is shown in the image below. Does anyone have an idea of what is the problem? Can you help me?
Hi,
Could you please send the complete log because I like to check what are other errors reported by UPF?
-Muthuraman
Hi,
Just all the output from the test or is there a specific file that I can export and send it to you?
Regards
Hi,
You can get the log from the location “free5gc/NFs/upf/build/log/free5gc.log” or “free5gc/log/free5gc.log”
-Muthuraman
Thank you, This is the log. The error is:
time=“2021-04-15T01:43:51-07:00” level=error msg=“GtpTunnelAddQer Fail: QER id[1]” category=Util component=UPF
Also in here does not appear the error that says: genl_socket_talk No such file or directory.
free5gc_log.txt (565.0 KB)
Hi,
Now, I can see the interface “upfgtp” in the routing table log, and I didn’t see an error message like genl_socket_talk,…
ime=“2021-04-19T03:40:37-07:00” level=info msg=“DNN routes added, main routing table:” category=Util component=UPF
time=“2021-04-19T03:40:37-07:00” level=info msg="DstIp Gateway Iface Priority RtProto Type " category=Util component=UPF
time=“2021-04-19T03:40:37-07:00” level=info msg="60.60.0.0 /24 0.0.0.0 upfgtp 0 static unicast " category=Util component=UPF
time=“2021-04-19T03:40:37-07:00” level=info msg="10.200.200.0 /24 0.0.0.0 veth1 0 kernel unicast " category=Util component=UPF
In your log, the addition of GtpTunnelAddQer got failed, It may related to your source code.
1) Remove the linux kernel module of gtp5g, and then sync the latest code and install it.
2) Better to use free5GC v3.0.5.
time=“2021-04-19T03:40:43-07:00” level=error msg=“GtpTunnelAddQer Fail: QER id[1]” category=Util component=UPF
time=“2021-04-19T03:40:43-07:00” level=info msg=“create smContext[pduSessionID: 10] Success” amf_ue_ngap_id=“AMF_UE_NGAP_ID:1” category=GMM component=AMF supi=“SUPI:imsi-2089300007487”
time=“2021-04-19T03:40:43-07:00” level=error msg=“Add QER failed” category=Util component=UPF
time=“2021-04-19T03:40:43-07:00” level=error msg=“QER not pushed to kernel” category=Util component=UPF
time=“2021-04-19T03:40:43-07:00” level=error msg=“Gtpv1TunnelCreateQER failed” category=Util component=UPF
time=“2021-04-19T03:40:43-07:00” level=error msg=“Create QER error” category=Util component=UPF
time=“2021-04-19T03:40:43-07:00” level=info msg="[PFCP] Session Establishment Response" category=Util component=UPF
Ok ok. I will sync with the latest code.
The genl_socket_talk error appears in the screenshot that I uploaded at the beginning but no in the log.
It worked!! . Thank you so much for your help