lynxis lazus has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-bsc/+/29785 )
Change subject: bsc_vty: training_sequence_code: add missing doc string ......................................................................
bsc_vty: training_sequence_code: add missing doc string
Change-Id: Ib16e8537e252f6462ef1a90f5eb80572db4b96bb --- M src/osmo-bsc/bts_vty.c 1 file changed, 3 insertions(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-bsc refs/changes/85/29785/1
diff --git a/src/osmo-bsc/bts_vty.c b/src/osmo-bsc/bts_vty.c index ca0cfda..2348b87 100644 --- a/src/osmo-bsc/bts_vty.c +++ b/src/osmo-bsc/bts_vty.c @@ -302,7 +302,9 @@ DEFUN_HIDDEN(cfg_bts_tsc, cfg_bts_tsc_cmd, "training_sequence_code <0-7>", - "Set the Training Sequence Code (TSC) of this BTS\n" "TSC\n") + "Set the Training Sequence Code (TSC) of this BTS\n" + "Set the Training Sequence Code (TSC) of this BTS\n" + "TSC\n") { return CMD_SUCCESS; }