aboutsummaryrefslogtreecommitdiffstats
path: root/src/osmo-bts-sysmo/sysmobts_vty.c
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2012-05-12 08:48:50 +0200
committerHolger Hans Peter Freyther <zecke@selfish.org>2012-05-12 08:49:35 +0200
commit9de1e9f914cfff62236649549b52b5d675966e3c (patch)
treefbd1b91898211f61c43e0a522e37fb1f23b792c2 /src/osmo-bts-sysmo/sysmobts_vty.c
parent7fe0838588f1a2bb4df7c078e00f8b7b67a9abed (diff)
sysmobts: Document the values of the clock-source in the vty command
We need to have a documentation for each possible value, add some simple ones for the available clock sources.
Diffstat (limited to 'src/osmo-bts-sysmo/sysmobts_vty.c')
-rw-r--r--src/osmo-bts-sysmo/sysmobts_vty.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/osmo-bts-sysmo/sysmobts_vty.c b/src/osmo-bts-sysmo/sysmobts_vty.c
index 4efe81a3..99c81637 100644
--- a/src/osmo-bts-sysmo/sysmobts_vty.c
+++ b/src/osmo-bts-sysmo/sysmobts_vty.c
@@ -159,7 +159,11 @@ DEFUN(cfg_trx_clkcal, cfg_trx_clkcal_cmd,
DEFUN(cfg_trx_clksrc, cfg_trx_clksrc_cmd,
"clock-source (tcxo|ocxo|ext|gps)",
- "Set the clock source value\n" "Clock Source value\n")
+ "Set the clock source value\n"
+ "Use the TCXO\n"
+ "Use the OCXO\n"
+ "Use an external clock\n"
+ "Use the GPS pps\n")
{
struct gsm_bts_trx *trx = vty->index;
struct femtol1_hdl *fl1h = trx_femtol1_hdl(trx);