aboutsummaryrefslogtreecommitdiffstats
path: root/src/osmo-bsc/gsm_timers_vty.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/osmo-bsc/gsm_timers_vty.c')
-rw-r--r--src/osmo-bsc/gsm_timers_vty.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/osmo-bsc/gsm_timers_vty.c b/src/osmo-bsc/gsm_timers_vty.c
index 8a13259ff..de61e2453 100644
--- a/src/osmo-bsc/gsm_timers_vty.c
+++ b/src/osmo-bsc/gsm_timers_vty.c
@@ -102,6 +102,7 @@ DEFUN(show_timer, show_timer_cmd,
/* Install GSM timer configuration commands in the VTY. */
void T_defs_vty_init(struct T_def *T_defs, int cfg_parent_node)
{
+ g_vty_T_defs = T_defs;
install_element_ve(&show_timer_cmd);
install_element(cfg_parent_node, &cfg_timer_cmd);
}