Change in ...osmo-trx[master]: driveTxPriorityQueue(): enrich logging message

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

fixeria gerrit-no-reply at lists.osmocom.org
Mon Jul 15 18:09:18 UTC 2019


fixeria has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-trx/+/14788


Change subject: driveTxPriorityQueue(): enrich logging message
......................................................................

driveTxPriorityQueue(): enrich logging message

Change-Id: If25c2171f7d1ab98d65f0dbf93d0d8a5a635caf7
---
M Transceiver52M/Transceiver.cpp
1 file changed, 3 insertions(+), 1 deletion(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-trx refs/changes/88/14788/1

diff --git a/Transceiver52M/Transceiver.cpp b/Transceiver52M/Transceiver.cpp
index eae8d53..9182fec 100644
--- a/Transceiver52M/Transceiver.cpp
+++ b/Transceiver52M/Transceiver.cpp
@@ -953,7 +953,9 @@
     return false;
   }
 
-  LOG(DEBUG) << "rcvd. burst at: " << GSM::Time(chdr->fn, chdr->tn);
+  LOG(DEBUG) << "Rx TRXD message (hdr_ver=" << chdr->version << "): "
+             << "fn=" << chdr->fn << ", tn=" << chdr->tn << ", "
+             << "burst_len=" << burstLen;
 
   int RSSI = (int) buffer[5];
   BitVector newBurst(burstLen);

-- 
To view, visit https://gerrit.osmocom.org/c/osmo-trx/+/14788
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-trx
Gerrit-Branch: master
Gerrit-Change-Id: If25c2171f7d1ab98d65f0dbf93d0d8a5a635caf7
Gerrit-Change-Number: 14788
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <axilirator at gmail.com>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20190715/602eeec0/attachment.htm>


More information about the gerrit-log mailing list