om2k: Allow TG and MCTR to be manipulated via VTY

Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
Change-Id: I3983ba9f06c48d515a7b739b00f05023af632267
This commit is contained in:
Sylvain Munaut 2020-04-28 09:29:36 +02:00
parent 63d7661147
commit 98c8985110
1 changed files with 3 additions and 1 deletions

View File

@ -66,13 +66,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 "(trxc|tg|ts|tf|is|con|dp|mctr|cf|tx|rx)"
#define OM2K_OBJCLASS_VTY_HELP "TRX Controller\n" \
"Trunk Group\n" \
"Timeslot\n" \
"Timing Function\n" \
"Interface Switch\n" \
"Abis Concentrator\n" \
"Digital Path\n" \
"Multi Carrier Transceiver\n" \
"Central Function\n" \
"Transmitter\n" \
"Receiver\n"