neels has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-hnbgw/+/31433 )
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(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-hnbgw refs/changes/33/31433/1
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);