pespin submitted this change.
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(-)
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 change 39420. To unsubscribe, or for help writing mail filters, visit settings.