aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2011-02-13 22:51:03 +0100
committerHarald Welte <laforge@gnumonks.org>2011-02-13 22:51:03 +0100
commit9c0958bf4c6100114b91bd6b868411abe4511a1d (patch)
tree5af7ae9fa0ac9a838826c25124f08a774a9b7d24 /openbsc
parenta02085dab073dbc1d204d1f2698b53605267e07b (diff)
OM2000: Complete the VTY help message for OM2000 MO commands
Diffstat (limited to 'openbsc')
-rw-r--r--openbsc/src/abis_om2000_vty.c10
1 files changed, 9 insertions, 1 deletions
diff --git a/openbsc/src/abis_om2000_vty.c b/openbsc/src/abis_om2000_vty.c
index b77f470a0..4c42f6dd3 100644
--- a/openbsc/src/abis_om2000_vty.c
+++ b/openbsc/src/abis_om2000_vty.c
@@ -60,7 +60,15 @@ static int dummy_config_write(struct vty *v)
/* FIXME: auto-generate those strings from the value_string lists */
#define OM2K_OBJCLASS_VTY "(trxc|ts|tf|is|con|dp|cf|tx|rx)"
-#define OM2K_OBJCLASS_VTY_HELP "FIXME"
+#define OM2K_OBJCLASS_VTY_HELP "TRX Controller\n" \
+ "Timeslot\n" \
+ "Timing Function\n" \
+ "Interface Switch\n" \
+ "Abis Concentrator\n" \
+ "Digital Path\n" \
+ "Central Function\n" \
+ "Transmitter\n" \
+ "Receiver\n"
DEFUN(om2k_class_inst, om2k_class_inst_cmd,
"bts <0-255> om2000 class " OM2K_OBJCLASS_VTY