[PATCH] osmo-bts[master]: DTX: avoid illegal character contained in DTX FSM allocation...

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/.

Minh-Quang Nguyen gerrit-no-reply at lists.osmocom.org
Fri Nov 24 15:09:30 UTC 2017


Review at  https://gerrit.osmocom.org/5030

DTX: avoid illegal character contained in DTX FSM allocation which causes BTS crash

Change-Id: I929ce3703dc57acf8db569ae0e346265644d0b3c
---
M src/common/l1sap.c
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.osmocom.org:29418/osmo-bts refs/changes/30/5030/1

diff --git a/src/common/l1sap.c b/src/common/l1sap.c
index c388c82..5a7775a 100644
--- a/src/common/l1sap.c
+++ b/src/common/l1sap.c
@@ -1359,7 +1359,7 @@
 								tall_bts_ctx,
 								lchan,
 								LOGL_DEBUG,
-								lchan->name);
+								"DTX-DL-FSM");
 	return 0;
 }
 

-- 
To view, visit https://gerrit.osmocom.org/5030
To unsubscribe, visit https://gerrit.osmocom.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I929ce3703dc57acf8db569ae0e346265644d0b3c
Gerrit-PatchSet: 1
Gerrit-Project: osmo-bts
Gerrit-Branch: master
Gerrit-Owner: Minh-Quang Nguyen <minh-quang.nguyen at nutaq.com>



More information about the gerrit-log mailing list