Attention is currently required from: pespin. pespin has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-pcu/+/29997 )
Change subject: Disable logging fsm addresses ......................................................................
Disable logging fsm addresses
FSM IDs are properly updated now, so there's no need for the pointer address to properly follow them.
Change-Id: Ia48c6d5afcdd95e32c7c9b327774f78f07342a0f --- M src/pcu_main.cpp 1 file changed, 1 insertion(+), 0 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-pcu refs/changes/97/29997/1
diff --git a/src/pcu_main.cpp b/src/pcu_main.cpp index 0fb5ac8..86b5398 100644 --- a/src/pcu_main.cpp +++ b/src/pcu_main.cpp @@ -237,6 +237,7 @@
pcu->pcu_sock_path = talloc_strdup(tall_pcu_ctx, PCU_SOCK_DEFAULT);
+ osmo_fsm_log_addr(false); msgb_talloc_ctx_init(tall_pcu_ctx, 0);
osmo_stats_init(tall_pcu_ctx);