From f6e679535f229d7dde4bc496b924deec05d3a7c4 Mon Sep 17 00:00:00 2001 From: qawl987 Date: Tue, 29 Oct 2024 20:10:43 +0800 Subject: [PATCH] chore: update reademe gtp5g supported version --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b6370f7..09854c6 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ You can setup your own config in [config](./config) folder and [docker-compose.y ## Prerequisites -- [GTP5G kernel module](https://github.com/free5gc/gtp5g): needed to run the UPF +- [GTP5G kernel module](https://github.com/free5gc/gtp5g): needed to run the UPF (Currently, UPF only supports GTP5G versions between 0.8.6 and 0.8.10 (use git clone --branch v0.8.10 --depth 1 https://github.com/free5gc/gtp5g.git).) - [Docker Engine](https://docs.docker.com/engine/install): needed to run the Free5GC containers - [Docker Compose v2](https://docs.docker.com/compose/install): needed to bootstrap the free5GC stack