neels has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-hnbgw/+/35642?usp=email )
Change subject: tweak vty doc: "UDP port" ......................................................................
tweak vty doc: "UDP port"
Change-Id: I24e52143a8f3d0c9f92985f6bb0420b34926eb33 --- M src/osmo-hnbgw/hnbgw_vty.c 1 file changed, 10 insertions(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-hnbgw refs/changes/42/35642/1
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;