From 9cc14b396c807731a5d5e7910eb9687cc639a7e4 Mon Sep 17 00:00:00 2001 From: Bartlomiej Gmerek Date: Mon, 25 Sep 2023 09:38:46 +0200 Subject: [PATCH] Fixing upf name in network slice config --- tests/integration/webui_helper.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/integration/webui_helper.py b/tests/integration/webui_helper.py index 483deba2..796e90fd 100644 --- a/tests/integration/webui_helper.py +++ b/tests/integration/webui_helper.py @@ -40,7 +40,7 @@ "site-name": "demo", "plmn": {"mcc": "208", "mnc": "93"}, "gNodeBs": [{"name": "demo-gnb1", "tac": 1}], - "upf": {"upf-name": "upf", "upf-port": "8805"}, + "upf": {"upf-name": "upf-external", "upf-port": "8805"}, }, }