From 49ad9f9375a52ce9ad6271f336b70b01c6293b4c Mon Sep 17 00:00:00 2001 From: Vadim Yanitskiy Date: Fri, 4 Sep 2020 12:26:01 +0700 Subject: vty: clarify documentation of '[no] gsmtap-sapi' command Change-Id: I2030992da604f27fc8cd6f9695a8095fda801f82 --- src/common/vty.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/common/vty.c') diff --git a/src/common/vty.c b/src/common/vty.c index 3f24d667..49e6edf2 100644 --- a/src/common/vty.c +++ b/src/common/vty.c @@ -1658,14 +1658,14 @@ int bts_vty_init(struct gsm_bts *bts) "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, -- cgit v1.2.3