From 9c0958bf4c6100114b91bd6b868411abe4511a1d Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Sun, 13 Feb 2011 22:51:03 +0100 Subject: OM2000: Complete the VTY help message for OM2000 MO commands --- openbsc/src/abis_om2000_vty.c | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'openbsc') 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 -- cgit v1.2.3