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

pespin gerrit-no-reply at lists.osmocom.org
Fri Jul 19 15:16:37 UTC 2019


pespin has submitted this change and it was merged. ( 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(-)

Approvals:
  laforge: Looks good to me, but someone else must approve
  pespin: Looks good to me, approved
  Jenkins Builder: Verified



diff --git a/Transceiver52M/Transceiver.cpp b/Transceiver52M/Transceiver.cpp
index a12c5bc..0a832f0 100644
--- a/Transceiver52M/Transceiver.cpp
+++ b/Transceiver52M/Transceiver.cpp
@@ -955,7 +955,9 @@
     return false;
   }
 
-  LOG(DEBUG) << "rcvd. burst at: " << GSM::Time(fn, chdr->tn);
+  LOG(DEBUG) << "Rx TRXD message (hdr_ver=" << chdr->version << "): "
+             << "fn=" << 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: 4
Gerrit-Owner: fixeria <axilirator at gmail.com>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <laforge at gnumonks.org>
Gerrit-Reviewer: pespin <pespin at sysmocom.de>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20190719/ce585347/attachment.htm>


More information about the gerrit-log mailing list