pespin has submitted this change and it was merged. ( 
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(-)

Approvals:
  Jenkins Builder: Verified
  laforge: Looks good to me, approved
  osmith: Looks good to me, but someone else must approve



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-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <[email protected]>
Gerrit-Reviewer: osmith <[email protected]>
Gerrit-Reviewer: pespin <[email protected]>
Gerrit-MessageType: merged

Reply via email to