From 6624c22d8387226d758507c8d8cf58e9af6cb496 Mon Sep 17 00:00:00 2001 From: Vadim Yanitskiy Date: Sun, 16 Aug 2020 16:04:58 +0700 Subject: [PATCH] vty: fix copy-pasted 'no gprs control-ack-type-rach' description Change-Id: If2538ab88d551da5167344e1a86d3a41c5d2dfdd --- src/osmo-bsc/bsc_vty.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/osmo-bsc/bsc_vty.c b/src/osmo-bsc/bsc_vty.c index 9bb650fa8..fc7dd16ea 100644 --- a/src/osmo-bsc/bsc_vty.c +++ b/src/osmo-bsc/bsc_vty.c @@ -3130,7 +3130,7 @@ DEFUN(cfg_bts_gprs_ctrl_ack, cfg_bts_gprs_ctrl_ack_cmd, DEFUN(cfg_no_bts_gprs_ctrl_ack, cfg_no_bts_gprs_ctrl_ack_cmd, "no gprs control-ack-type-rach", NO_STR GPRS_TEXT "Set GPRS Control Ack Type for PACKET CONTROL ACKNOWLEDGMENT message to " - "four access bursts format instead of default RLC/MAC control block\n") + "default RLC/MAC control block\n") { struct gsm_bts *bts = vty->index;