lynxis lazus has uploaded this change for review.

View Change

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

To view, visit change 29785. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: osmo-bsc
Gerrit-Branch: master
Gerrit-Change-Id: Ib16e8537e252f6462ef1a90f5eb80572db4b96bb
Gerrit-Change-Number: 29785
Gerrit-PatchSet: 1
Gerrit-Owner: lynxis lazus <lynxis@fe80.eu>
Gerrit-MessageType: newchange