laforge has submitted this change. (
https://gerrit.osmocom.org/c/osmo-sgsn/+/21592 )
Change subject: gbproxy: Log FSM timeouts
......................................................................
gbproxy: Log FSM timeouts
Change-Id: I5c48e42083ab6f8622808457ca3f017adf35cdff
---
M src/gbproxy/gb_proxy.c
1 file changed, 1 insertion(+), 0 deletions(-)
Approvals:
Jenkins Builder: Verified
laforge: Looks good to me, approved
diff --git a/src/gbproxy/gb_proxy.c b/src/gbproxy/gb_proxy.c
index 8be67f7..ecb74c0 100644
--- a/src/gbproxy/gb_proxy.c
+++ b/src/gbproxy/gb_proxy.c
@@ -989,6 +989,7 @@
return -1;
}
osmo_clock_gettime(CLOCK_REALTIME, &tp);
+ osmo_fsm_log_timeouts(true);
return 0;
}
--
To view, visit https://gerrit.osmocom.org/c/osmo-sgsn/+/21592
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-sgsn
Gerrit-Branch: master
Gerrit-Change-Id: I5c48e42083ab6f8622808457ca3f017adf35cdff
Gerrit-Change-Number: 21592
Gerrit-PatchSet: 1
Gerrit-Owner: laforge <[email protected]>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <[email protected]>
Gerrit-MessageType: merged