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.orgpespin has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-trx/+/15536
Change subject: Log RACH burst detection
......................................................................
Log RACH burst detection
Change-Id: I4a8adea88ac6f1d9e712352cf1ac374d5bb68e12
---
M Transceiver52M/sigProcLib.cpp
1 file changed, 1 insertion(+), 0 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-trx refs/changes/36/15536/1
diff --git a/Transceiver52M/sigProcLib.cpp b/Transceiver52M/sigProcLib.cpp
index 011ddff..9ce3646 100644
--- a/Transceiver52M/sigProcLib.cpp
+++ b/Transceiver52M/sigProcLib.cpp
@@ -1636,6 +1636,7 @@
gRACHSequences[i], ebp);
if (rc > 0) {
ebp->tsc = i;
+ LOG(DEBUG) << "Detected " << (ext ? "extended " : "") << "RACH Burst: TSC=" << ebp->tsc;
break;
}
}
--
To view, visit https://gerrit.osmocom.org/c/osmo-trx/+/15536
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-trx
Gerrit-Branch: master
Gerrit-Change-Id: I4a8adea88ac6f1d9e712352cf1ac374d5bb68e12
Gerrit-Change-Number: 15536
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pespin at sysmocom.de>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20190916/47473fd4/attachment.htm>