Change in osmo-bts[master]: vty: clarify documentation of '[no] gsmtap-sapi' command

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/.

laforge gerrit-no-reply at lists.osmocom.org
Fri Sep 4 07:33:07 UTC 2020


laforge has submitted this change. ( https://gerrit.osmocom.org/c/osmo-bts/+/19977 )

Change subject: vty: clarify documentation of '[no] gsmtap-sapi' command
......................................................................

vty: clarify documentation of '[no] gsmtap-sapi' command

Change-Id: I2030992da604f27fc8cd6f9695a8095fda801f82
---
M src/common/vty.c
1 file changed, 2 insertions(+), 2 deletions(-)

Approvals:
  Jenkins Builder: Verified
  laforge: Looks good to me, approved



diff --git a/src/common/vty.c b/src/common/vty.c
index 3f24d66..49e6edf 100644
--- a/src/common/vty.c
+++ b/src/common/vty.c
@@ -1658,14 +1658,14 @@
 						"gsmtap-sapi (",
 						"|",")", VTY_DO_LOWER);
 	cfg_trx_gsmtap_sapi_cmd.doc = vty_cmd_string_from_valstr(bts, gsmtap_sapi_names,
-						"GSMTAP SAPI\n",
+						"Enable sending of UL/DL messages over GSMTAP\n",
 						"\n", "", 0);
 
 	cfg_trx_no_gsmtap_sapi_cmd.string = vty_cmd_string_from_valstr(bts, gsmtap_sapi_names,
 						"no gsmtap-sapi (",
 						"|",")", VTY_DO_LOWER);
 	cfg_trx_no_gsmtap_sapi_cmd.doc = vty_cmd_string_from_valstr(bts, gsmtap_sapi_names,
-						NO_STR "GSMTAP SAPI\n",
+						NO_STR "Disable sending of UL/DL messages over GSMTAP\n",
 						"\n", "", 0);
 
 	logging_fltr_l1_sapi_cmd.string = vty_cmd_string_from_valstr(bts, l1sap_common_sapi_names,

-- 
To view, visit https://gerrit.osmocom.org/c/osmo-bts/+/19977
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-bts
Gerrit-Branch: master
Gerrit-Change-Id: I2030992da604f27fc8cd6f9695a8095fda801f82
Gerrit-Change-Number: 19977
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <vyanitskiy at sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <laforge at osmocom.org>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20200904/36fc1189/attachment.htm>


More information about the gerrit-log mailing list