Change in ...osmo-trx[master]: radioInterface.cpp: Fix missing member initialization of RadioInterfa...

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

laforge gerrit-no-reply at lists.osmocom.org
Sun Jul 21 09:56:07 UTC 2019


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


Change subject: radioInterface.cpp: Fix missing member initialization of RadioInterface()
......................................................................

radioInterface.cpp: Fix missing member initialization of RadioInterface()

Change-Id: I7264ef35dbe6d3522858eae5b47d150aa1ffe334
Closes: CID#169594
---
M Transceiver52M/radioInterface.cpp
1 file changed, 2 insertions(+), 1 deletion(-)



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

diff --git a/Transceiver52M/radioInterface.cpp b/Transceiver52M/radioInterface.cpp
index f488b0d..04b98da 100644
--- a/Transceiver52M/radioInterface.cpp
+++ b/Transceiver52M/radioInterface.cpp
@@ -34,7 +34,8 @@
                                size_t rx_sps, size_t chans,
                                int wReceiveOffset, GSM::Time wStartTime)
   : mRadio(wRadio), mSPSTx(tx_sps), mSPSRx(rx_sps), mChans(chans),
-    underrun(false), overrun(false), receiveOffset(wReceiveOffset), mOn(false)
+    underrun(false), overrun(false), writeTimestamp(0), readTimestamp(0),
+    receiveOffset(wReceiveOffset), mOn(false)
 {
   mClock.set(wStartTime);
 }

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

Gerrit-Project: osmo-trx
Gerrit-Branch: master
Gerrit-Change-Id: I7264ef35dbe6d3522858eae5b47d150aa1ffe334
Gerrit-Change-Number: 14872
Gerrit-PatchSet: 1
Gerrit-Owner: laforge <laforge at gnumonks.org>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20190721/7b0c60ff/attachment.htm>


More information about the gerrit-log mailing list