cbc_main: Enable logging of fsm timeouts

Change-Id: I6ffbfbc8eddb3efff0b6401223b9b5563cf83b51
This commit is contained in:
Pau Espin 2022-07-29 17:55:18 +02:00
parent d24c3dfba0
commit 0b8a08b698
1 changed files with 2 additions and 0 deletions

View File

@ -35,6 +35,7 @@
#include <osmocom/core/utils.h>
#include <osmocom/core/logging.h>
#include <osmocom/core/application.h>
#include <osmocom/core/fsm.h>
#include <osmocom/vty/vty.h>
#include <osmocom/vty/stats.h>
@ -268,6 +269,7 @@ int main(int argc, char **argv)
log_enable_multithread();
sbcap_set_log_area(DSBcAP, DASN1C);
osmo_stats_init(tall_cbc_ctx);
osmo_fsm_log_timeouts(true);
vty_init(&vty_info);
g_cbc = cbc_alloc(tall_cbc_ctx);