Closed elenifragkou closed 2 years ago
Thank you for submitting a issue to make this repo better!
Thanks for reporting the issue, can you please take trace on UPF node to see if your packets coming from ue properly and make sure there is no routing issue on upf networking? Meanwhile I will try to replicate the issue.
Hi fenar, thank you for your prompt reply!
On UPF side, I can see that ogstun interface is on UP state, although there is no packet transmission.
# ip -br a
lo UNKNOWN 127.0.0.1/8
eth0@if553 UP 10.129.2.75/23
ogstun UP 10.45.0.1/16
# tcpdump
tcpdump: verbose output suppressed, use -v or -vv for full protocol decode
listening on ogstun, link-type RAW (Raw IP), capture size 262144 bytes
^C
0 packets captured
0 packets received by filter
0 packets dropped by kernel
# ping -I ogstun 8.8.8.8
PING 8.8.8.8 (8.8.8.8) from 10.45.0.1 ogstun: 56(84) bytes of data.
^C
--- 8.8.8.8 ping statistics ---
4 packets transmitted, 0 received, 100% packet loss, time 3083ms
If you manage to replicate this, please let me know how it goes.
Hi; I fixed two major flaws (both under Release1); upf network interface for gtptunnel selection as well as ueransim (i have rebuild the image based on lates release drop from project owner) ue nr-binder src ip use. Please let me know if these fixes your issue.
Fixes tested and nr-binder working as expected with ping test: PING google.com (142.251.116.102) 56(84) bytes of data. 64 bytes from rt-in-f102.1e100.net (142.251.116.102): icmp_seq=1 ttl=105 time=6.93 ms 64 bytes from rt-in-f102.1e100.net (142.251.116.102): icmp_seq=2 ttl=105 time=7.95 ms 64 bytes from rt-in-f102.1e100.net (142.251.116.102): icmp_seq=3 ttl=105 time=6.29 ms 64 bytes from rt-in-f102.1e100.net (142.251.116.102): icmp_seq=4 ttl=105 time=6.00 ms
Hello @fenar,
Thank you for this great work!
I followed your setup on an OCP cluster, created service mesh and deployed open5gs & UERANSIM.
From UE logs, I can see that the TUN interface is UP, however there is no internet access.
Attaching gNB logs
and UE logs
uebinder logs seem ok
I opened a shell from uebinder and tried ping & tcpdump
If a capture for eth0 I can see the ICMP packets.
Any suggestions what else should I look ?
Thanks a lot, Eleni