vty: Fix osmo_tdef timers not listed in write config

Change-Id: I5c7ae18919e4b016505aa01eea6694d8a3f5df5f
This commit is contained in:
Pau Espin 2019-09-26 18:25:35 +02:00
parent f4c77e686a
commit 1879442443
1 changed files with 2 additions and 0 deletions

View File

@ -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;
}