aboutsummaryrefslogtreecommitdiffstats
path: root/src/pcu_vty.c
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2019-09-26 18:25:35 +0200
committerPau Espin Pedrol <pespin@sysmocom.de>2019-09-26 18:25:35 +0200
commit1879442443395e5296bede7978dc89c7259688b3 (patch)
tree863e14a2cbffbb393368b151440be5d22d007643 /src/pcu_vty.c
parentf4c77e686a6ea2b789610252cc806687eac40f00 (diff)
vty: Fix osmo_tdef timers not listed in write config
Diffstat (limited to 'src/pcu_vty.c')
-rw-r--r--src/pcu_vty.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/pcu_vty.c b/src/pcu_vty.c
index 6592caee..c47c8967 100644
--- a/src/pcu_vty.c
+++ b/src/pcu_vty.c
@@ -271,6 +271,8 @@ static int config_write_pcu(struct vty *vty)
else
vty_out(vty, " gb-dialect classic%s", VTY_NEWLINE);
+ osmo_tdef_vty_write(vty, bts->T_defs_pcu, " timer ");
+
return CMD_SUCCESS;
}