Skip to content

Commit

Permalink
Fixing upf name in network slice config
Browse files Browse the repository at this point in the history
  • Loading branch information
Gmerold committed Sep 25, 2023
1 parent c3eed27 commit 9cc14b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/webui_helper.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"},
},
}

Expand Down

0 comments on commit 9cc14b3

Please sign in to comment.