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);
--
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: 1
Gerrit-Owner: neels <nhofmeyr(a)sysmocom.de>
Gerrit-MessageType: newchange