mirror of
https://gitea.osmocom.org/cellular-infrastructure/osmo-trx.git
synced 2025-11-03 05:33:16 +00:00
transceiver: initialize reorder flag so we don't miscount
Change-Id: Ia7740b45611dbf09a406b3fd9f0a810d46c96bde
This commit is contained in:
@@ -63,7 +63,7 @@ static void dispatch_trx_rate_ctr_change(TransceiverState *state, unsigned int c
|
||||
|
||||
TransceiverState::TransceiverState()
|
||||
: mFiller(FILLER_ZERO), mRetrans(false), mNoiseLev(0.0), mNoises(NOISE_CNT),
|
||||
mPower(0.0), mMuted(false)
|
||||
mPower(0.0), mMuted(false), first_dl_fn_rcv()
|
||||
{
|
||||
for (int i = 0; i < 8; i++) {
|
||||
chanType[i] = Transceiver::NONE;
|
||||
|
||||
Reference in New Issue
Block a user