mirror of
https://gitea.osmocom.org/cellular-infrastructure/osmo-cbc.git
synced 2025-10-23 08:22:19 +00:00
cbc_main: Enable logging of fsm timeouts
Change-Id: I6ffbfbc8eddb3efff0b6401223b9b5563cf83b51
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user