From bddc370ecbfd14fa57d8a128ea7ee200476a2a93 Mon Sep 17 00:00:00 2001 From: williamlin0518 <80030403+williamlin0518@users.noreply.github.com> Date: Sun, 10 Nov 2024 07:17:01 +0800 Subject: [PATCH] Update README.md add free5gc version --- README.md | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 1554f48..4961b72 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,12 @@ +# go-upf ### The specific version **Note:** Please make sure to check your UPF version and use a compatible gtp5g version according to the table below. -| UPF Version | Compatible gtp5g Versions | -|-----------------|--------------------------| -| v1.2.3 |(>= 0.8.6 and < 0.9.0) or >= 0.9.3 | -| v1.2.2 | >= 0.8.6 and < 0.9.0 | -| v1.2.1 | >= 0.8.1 and < 0.9.0 | -| v1.2.0 | >= 0.8.1 and < 0.9.0 | -| v1.1.0 | >= 0.7.0 and < 0.7.0 | -| v1.0.1 | >= 0.6.6 and < 0.6.6 | +|free5GC Version| UPF Version | Compatible gtp5g Versions | +|-----------------|-----------------|--------------------------| +|v3.4.1| v1.2.3 | >= 0.8.6 and < 0.9.0 | +|v3.4.1| v1.2.2 | >= 0.8.6 and < 0.9.0 | +|v3.3.0| v1.2.1 | >= 0.8.1 and < 0.9.0 | +|v3.3.0| v1.2.0 | >= 0.8.1 and < 0.9.0 | +|v3.2.1| v1.1.0 | >= 0.7.0 and < 0.7.0 | +|v3.2.1| v1.0.1 | >= 0.6.6 and < 0.6.6 |