neels has submitted this change. (
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(-)
Approvals:
fixeria: Looks good to me, but someone else must approve
Jenkins Builder: Verified
laforge: Looks good to me, approved
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
https://gerrit.osmocom.org/c/osmo-hnbgw/+/35642?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-hnbgw
Gerrit-Branch: master
Gerrit-Change-Id: I24e52143a8f3d0c9f92985f6bb0420b34926eb33
Gerrit-Change-Number: 35642
Gerrit-PatchSet: 1
Gerrit-Owner: neels <nhofmeyr(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-Reviewer: laforge <laforge(a)osmocom.org>
Gerrit-Reviewer: neels <nhofmeyr(a)sysmocom.de>
Gerrit-MessageType: merged