neels submitted this change.
5 is the latest approved patch-set.
No files were changed between the latest approved patch-set and the submitted one.
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(-)
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 change 31433. To unsubscribe, or for help writing mail filters, visit settings.