vty: fix copy-pasted 'no gprs control-ack-type-rach' description

Change-Id: If2538ab88d551da5167344e1a86d3a41c5d2dfdd
This commit is contained in:
Vadim Yanitskiy 2020-08-16 16:04:58 +07:00 committed by fixeria
parent 210aa95d49
commit 6624c22d83
1 changed files with 1 additions and 1 deletions

View File

@ -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;