Hello,
I deployed Free5GC with a single SMF and UPF. Then, I modifed gnbsim to send and receive icmp message.
when traffic flows over UPF, I am getting following error.
2021-01-31T20:59:29Z` [DEBU][UPF][Util] Packet match with GTP-U header failed
2021-01-31T20:59:29Z [DEBU][UPF][Util] Find Rule for buffering test failed
2021-01-31T20:59:29Z [DEBU][UPF][Util] Pool Free successful, total capacity[16], available[16]
2021-01-31T20:59:29Z [TRAC][UPF][Util] Buffer Free Size[8192]
2021-01-31T20:59:29Z [DEBU][UPF][Util] Pool Free successful, total capacity[256], available[255]
2021-01-31T20:59:29Z [DEBU][UPF][Util] Error handling UP socket
My smf conf:
Info:
version: 1.0.0
description: AMF initial local configuration
configuration:
smfName: SMF
sbi:
scheme: http
registerIPv4: smf.free5gc.org # IP used to register to NRF
bindingIPv4: smf.free5gc.org # IP used to bind the service
port: 29502
tls:
key: gofree5gc/support/TLS/smf.key
pem: gofree5gc/support/TLS/smf.pem
serviceNameList:
- nsmf-pdusession
- nsmf-event-exposure
snssai_info:
- sNssai:
sst: 1
sd: 010203
dnnSmfInfoList:
- dnn: internet
- sNssai:
sst: 1
sd: 112233
dnnSmfInfoList:
- dnn: internet
pfcp:
addr: smf.free5gc.org
userplane_information:
up_nodes:
gNB1:
type: AN
an_ip: 192.188.2.3
UPF:
type: UPF
node_id: upf1.free5gc.org
links:
- A: gNB1
B: UPF
dnn:
internet:
dns:
ipv4: 8.8.8.8
ipv6: 2001:4860:4860::8888
internet2:
dns:
ipv4: 8.8.4.4
ipv6: 2001:4860:4860::8844
ue_subnet: 60.60.0.0/16
nrfUri: http://nrf.free5gc.org:29510
The configuration looks fine. I cannot tell why the traffic fails to flow through the UPF. You say you modified gnbsim and this could be the cause of your problem. Do you have any updates on this ?
Hello, I deployed Free5GC with a single SMF and UPF. Then, I modifed gnbsim to send and receive icmp message. when traffic flows over UPF, I am getting following error.
My smf conf:
My UPF conf:
I observed PFCP message and GTP tunnel are ok. Pls tell me where is problem? Thanks