diff --git a/openbsc/src/vty_interface.c b/openbsc/src/vty_interface.c index b5bdbc8c2..480b65836 100644 --- a/openbsc/src/vty_interface.c +++ b/openbsc/src/vty_interface.c @@ -1740,6 +1740,8 @@ DEFUN(cfg_ts_e1_subslot, return CMD_SUCCESS; } +extern int bsc_vty_init_extra(struct gsm_network *net); + int bsc_vty_init(struct gsm_network *net) { gsmnet = net;