Transceiver: Use already obtained value from Rx msg structure

Change-Id: I3854f284e6d6a561b3816b467985f59e690a282b
This commit is contained in:
Pau Espin 2020-07-15 14:05:31 +02:00
parent b70686c13d
commit 99330740dd
1 changed files with 1 additions and 1 deletions

View File

@ -1062,7 +1062,7 @@ bool Transceiver::driveTxPriorityQueue(size_t chan)
}
LOGCHAN(chan, DTRXDDL, DEBUG) << "Rx TRXD message (hdr_ver=" << unsigned(dl->common.version)
<< "): fn=" << fn << ", tn=" << unsigned(dl->common.tn) << ", burst_len=" << burstLen;
<< "): fn=" << fn << ", tn=" << unsigned(tn) << ", burst_len=" << burstLen;
TransceiverState *state = &mStates[chan];
GSM::Time currTime = GSM::Time(fn, tn);