neels has submitted this change. ( 
https://gerrit.osmocom.org/c/osmo-hnbgw/+/31433 )

 (

5 is the latest approved patch-set.
No files were changed between the latest approved patch-set and the submitted 
one.
 )Change subject: log osmo_fsm timeouts
......................................................................

log osmo_fsm timeouts

set osmo_fsm_log_timeouts(true);

Change-Id: Ic1ca03f06fbdef5a3fbe503e4414a780eb3e0fcc
---
M src/osmo-hnbgw/hnbgw.c
1 file changed, 13 insertions(+), 0 deletions(-)

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




diff --git a/src/osmo-hnbgw/hnbgw.c b/src/osmo-hnbgw/hnbgw.c
index ce82282..5b4e9b6 100644
--- a/src/osmo-hnbgw/hnbgw.c
+++ b/src/osmo-hnbgw/hnbgw.c
@@ -735,6 +735,8 @@
        if (rc < 0)
                exit(1);

+       osmo_fsm_log_timeouts(true);
+
        rc = osmo_ss7_init();
        if (rc < 0) {
                LOGP(DMAIN, LOGL_FATAL, "osmo_ss7_init() failed with rc=%d\n", 
rc);

--
To view, visit https://gerrit.osmocom.org/c/osmo-hnbgw/+/31433
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-hnbgw
Gerrit-Branch: master
Gerrit-Change-Id: Ic1ca03f06fbdef5a3fbe503e4414a780eb3e0fcc
Gerrit-Change-Number: 31433
Gerrit-PatchSet: 6
Gerrit-Owner: neels <[email protected]>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <[email protected]>
Gerrit-Reviewer: msuraev <[email protected]>
Gerrit-Reviewer: neels <[email protected]>
Gerrit-MessageType: merged

Reply via email to