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/.
Harald Welte gerrit-no-reply at lists.osmocom.orgHarald Welte has uploaded this change for review. ( https://gerrit.osmocom.org/14276
Change subject: trxcon: Dropping a to-be-transmitted message is a NOTICEable event
......................................................................
trxcon: Dropping a to-be-transmitted message is a NOTICEable event
Change-Id: If5084feb9e847d212530b1a5985390405d91008b
---
M src/host/trxcon/trx_if.c
1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/osmocom-bb refs/changes/76/14276/1
diff --git a/src/host/trxcon/trx_if.c b/src/host/trxcon/trx_if.c
index 894aed2..7d52541 100644
--- a/src/host/trxcon/trx_if.c
+++ b/src/host/trxcon/trx_if.c
@@ -616,7 +616,7 @@
* TODO: should we wait in TRX_STATE_RSP_WAIT state?
*/
if (trx->fsm->state != TRX_STATE_ACTIVE) {
- LOGP(DTRXD, LOGL_DEBUG, "Ignoring TX data, "
+ LOGP(DTRXD, LOGL_NOTICE, "Ignoring TX data, "
"transceiver isn't ready\n");
return -EAGAIN;
}
--
To view, visit https://gerrit.osmocom.org/14276
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: osmocom-bb
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: If5084feb9e847d212530b1a5985390405d91008b
Gerrit-Change-Number: 14276
Gerrit-PatchSet: 1
Gerrit-Owner: Harald Welte <laforge at gnumonks.org>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20190530/ba199a2a/attachment.htm>