gbproxy: Log FSM timeouts

Change-Id: I5c48e42083ab6f8622808457ca3f017adf35cdff
This commit is contained in:
Harald Welte 2020-12-07 13:12:13 +01:00
parent ec0f801dbe
commit c169de4fa8
1 changed files with 1 additions and 0 deletions

View File

@ -989,6 +989,7 @@ int gbproxy_init_config(struct gbproxy_config *cfg)
return -1;
}
osmo_clock_gettime(CLOCK_REALTIME, &tp);
osmo_fsm_log_timeouts(true);
return 0;
}