Change in libosmo-abis[master]: Log TRAU FSM at INFO not NOTICE

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

keith gerrit-no-reply at lists.osmocom.org
Tue May 4 20:24:03 UTC 2021


keith has uploaded this change for review. ( https://gerrit.osmocom.org/c/libosmo-abis/+/24132 )


Change subject: Log TRAU FSM at INFO not NOTICE
......................................................................

Log TRAU FSM at INFO not NOTICE

During normal operations, osmo-mgw floods the log/vty at level NOTICE with:

 Received Event RX_BITS (trau_sync.c:525)

Change-Id: Ib4c5ac130e766906361c63090b30111970343075
---
M src/trau/trau_sync.c
1 file changed, 1 insertion(+), 1 deletion(-)



  git pull ssh://gerrit.osmocom.org:29418/libosmo-abis refs/changes/32/24132/1

diff --git a/src/trau/trau_sync.c b/src/trau/trau_sync.c
index 89c5558..dba9cd1 100644
--- a/src/trau/trau_sync.c
+++ b/src/trau/trau_sync.c
@@ -487,7 +487,7 @@
 	if (pat_id >= ARRAY_SIZE(sync_patterns))
 		return NULL;
 
-	fi = osmo_fsm_inst_alloc(&trau_sync_fsm, ctx, NULL, LOGL_NOTICE, name);
+	fi = osmo_fsm_inst_alloc(&trau_sync_fsm, ctx, NULL, LOGL_INFO, name);
 	if (!fi)
 		return NULL;
 	tss = talloc_zero(fi, struct trau_rx_sync_state);

-- 
To view, visit https://gerrit.osmocom.org/c/libosmo-abis/+/24132
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: libosmo-abis
Gerrit-Branch: master
Gerrit-Change-Id: Ib4c5ac130e766906361c63090b30111970343075
Gerrit-Change-Number: 24132
Gerrit-PatchSet: 1
Gerrit-Owner: keith <keith at rhizomatica.org>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20210504/d83af885/attachment.htm>


More information about the gerrit-log mailing list