pespin has uploaded this change for review. (
https://gerrit.osmocom.org/c/osmo-pcu/+/15608
Change subject: vty: Fix osmo_tdef timers not listed in write config
......................................................................
vty: Fix osmo_tdef timers not listed in write config
Change-Id: I5c7ae18919e4b016505aa01eea6694d8a3f5df5f
---
M src/pcu_vty.c
1 file changed, 2 insertions(+), 0 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-pcu refs/changes/08/15608/1
diff --git a/src/pcu_vty.c b/src/pcu_vty.c
index 6592cae..c47c896 100644
--- a/src/pcu_vty.c
+++ b/src/pcu_vty.c
@@ -271,6 +271,8 @@
else
vty_out(vty, " gb-dialect classic%s", VTY_NEWLINE);
+ osmo_tdef_vty_write(vty, bts->T_defs_pcu, " timer ");
+
return CMD_SUCCESS;
}
--
To view, visit https://gerrit.osmocom.org/c/osmo-pcu/+/15608
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-pcu
Gerrit-Branch: master
Gerrit-Change-Id: I5c7ae18919e4b016505aa01eea6694d8a3f5df5f
Gerrit-Change-Number: 15608
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <[email protected]>
Gerrit-MessageType: newchange