pespin has uploaded this change for review. (
https://gerrit.osmocom.org/c/upf-benchmark/+/39420?usp=email )
Change subject: osmo-upf-load-gen: Improve VTY command helper strings
......................................................................
osmo-upf-load-gen: Improve VTY command helper strings
Change-Id: I69701e875f5c38f434265d93a047c8157daffd29
---
M src/osmo-upf-load-gen/pfcp_tool_vty.c
1 file changed, 2 insertions(+), 2 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/upf-benchmark refs/changes/20/39420/1
diff --git a/src/osmo-upf-load-gen/pfcp_tool_vty.c
b/src/osmo-upf-load-gen/pfcp_tool_vty.c
index b153072..8f488c7 100644
--- a/src/osmo-upf-load-gen/pfcp_tool_vty.c
+++ b/src/osmo-upf-load-gen/pfcp_tool_vty.c
@@ -189,7 +189,7 @@
DEFUN(c_gtp_local, c_gtp_local_cmd,
"gtp local IP_ADDR [<1-65535>]",
GTP_STR
- "Add a local GTP port, to emit GTP traffic from\n"
+ "Add a local GTP port, to emit GTP1U traffic from\n"
IP_ADDR_STR
"Specific UDP port to use, 2152 if omitted\n")
{
@@ -219,7 +219,7 @@
DEFUN(c_gtp_core, c_gtp_core_cmd,
"gtp core IP_ADDR [<1-65535>]",
GTP_STR
- "Add a core GTP port, to emit GTP traffic from\n"
+ "Add a core GTP port, to emit GTP1U traffic to\n"
IP_ADDR_STR
"Specific UDP port to use, 2152 if omitted\n")
{
--
To view, visit
https://gerrit.osmocom.org/c/upf-benchmark/+/39420?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: newchange
Gerrit-Project: upf-benchmark
Gerrit-Branch: master
Gerrit-Change-Id: I69701e875f5c38f434265d93a047c8157daffd29
Gerrit-Change-Number: 39420
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pespin(a)sysmocom.de>