Change in ...osmo-trx[master]: radioInterfaceMulti: write frequency offset direction (rx/tx) in log ...

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
Mon Sep 30 10:18:42 UTC 2019


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


Change subject: radioInterfaceMulti: write frequency offset direction (rx/tx) in log line
......................................................................

radioInterfaceMulti: write frequency offset direction (rx/tx) in log line

Change-Id: I7b89426e5d7d5e7570d4ef800a30c7b74bd09b82
---
M Transceiver52M/radioInterfaceMulti.cpp
1 file changed, 2 insertions(+), 2 deletions(-)



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

diff --git a/Transceiver52M/radioInterfaceMulti.cpp b/Transceiver52M/radioInterfaceMulti.cpp
index 92e31e1..668305c 100644
--- a/Transceiver52M/radioInterfaceMulti.cpp
+++ b/Transceiver52M/radioInterfaceMulti.cpp
@@ -374,7 +374,7 @@
 
   double center = mDevice->getTxFreq();
   if (!fltcmp(freq, center + (double) (chan - shift) * MCBTS_SPACING)) {
-    LOG(NOTICE) << "Channel " << chan << " RF frequency offset is "
+    LOG(NOTICE) << "Channel " << chan << " RF Tx frequency offset is "
                 << freq / 1e6 << " MHz";
   }
 
@@ -393,7 +393,7 @@
 
   double center = mDevice->getRxFreq();
   if (!fltcmp(freq, center + (double) (chan - shift) * MCBTS_SPACING)) {
-    LOG(NOTICE) << "Channel " << chan << " RF frequency offset is "
+    LOG(NOTICE) << "Channel " << chan << " RF Rx frequency offset is "
                 << freq / 1e6 << " MHz";
   }
 

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

Gerrit-Project: osmo-trx
Gerrit-Branch: master
Gerrit-Change-Id: I7b89426e5d7d5e7570d4ef800a30c7b74bd09b82
Gerrit-Change-Number: 15624
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/20190930/9189e048/attachment.htm>


More information about the gerrit-log mailing list