neels submitted this change.
tweak vty doc: "UDP port"
Change-Id: I24e52143a8f3d0c9f92985f6bb0420b34926eb33
---
M src/osmo-hnbgw/hnbgw_vty.c
1 file changed, 10 insertions(+), 1 deletion(-)
diff --git a/src/osmo-hnbgw/hnbgw_vty.c b/src/osmo-hnbgw/hnbgw_vty.c
index 62fe4aa..674832b 100644
--- a/src/osmo-hnbgw/hnbgw_vty.c
+++ b/src/osmo-hnbgw/hnbgw_vty.c
@@ -836,7 +836,7 @@
DEFUN(cfg_pfcp_local_port, cfg_pfcp_local_port_cmd,
"local-port <1-65535>",
"Local port for PFCP\n"
- "IP port\n")
+ "UDP port\n")
{
g_hnbgw->config.pfcp.local_port = atoi(argv[0]);
return CMD_SUCCESS;
To view, visit change 35642. To unsubscribe, or for help writing mail filters, visit settings.