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 <[email protected]>
Gerrit-MessageType: newchange