[PATCH] libosmocore[master]: Fix VTY: add missing doc for 'log gsmtap [HOSTNAME]'

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

Neels Hofmeyr gerrit-no-reply at lists.osmocom.org
Sun Dec 11 00:51:37 UTC 2016


Review at  https://gerrit.osmocom.org/1408

Fix VTY: add missing doc for 'log gsmtap [HOSTNAME]'

Add missing doc string for the HOSTNAME arg.

Added in commit aa00f99be2e4cc64ede20d8c9548b83054696581, this breaks the VTY
tests for openbsc and hence breaks our jenkins build jobs.

Change-Id: I734b22c950242541322e902887bf779c14ba10fd
---
M src/vty/logging_vty.c
1 file changed, 2 insertions(+), 1 deletion(-)


  git pull ssh://gerrit.osmocom.org:29418/libosmocore refs/changes/08/1408/1

diff --git a/src/vty/logging_vty.c b/src/vty/logging_vty.c
index cf3ec21..6004c47 100644
--- a/src/vty/logging_vty.c
+++ b/src/vty/logging_vty.c
@@ -501,7 +501,8 @@
 
 DEFUN(cfg_log_gsmtap, cfg_log_gsmtap_cmd,
 	"log gsmtap [HOSTNAME]",
-	LOG_STR "Logging via GSMTAP\n")
+	LOG_STR "Logging via GSMTAP\n"
+	"Host name to send the GSMTAP logging to (UDP port 4729)\n")
 {
 	const char *hostname = argv[0];
 	struct log_target *tgt;

-- 
To view, visit https://gerrit.osmocom.org/1408
To unsubscribe, visit https://gerrit.osmocom.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I734b22c950242541322e902887bf779c14ba10fd
Gerrit-PatchSet: 1
Gerrit-Project: libosmocore
Gerrit-Branch: master
Gerrit-Owner: Neels Hofmeyr <nhofmeyr at sysmocom.de>



More information about the gerrit-log mailing list