Attention is currently required from: pespin.

pespin has uploaded this change for review.

View Change

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);

To view, visit change 29997. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: osmo-pcu
Gerrit-Branch: master
Gerrit-Change-Id: Ia48c6d5afcdd95e32c7c9b327774f78f07342a0f
Gerrit-Change-Number: 29997
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pespin@sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: osmith <osmith@sysmocom.de>
Gerrit-Attention: pespin <pespin@sysmocom.de>
Gerrit-MessageType: newchange