Transceiver: log timing info of stale bursts

Change-Id: I043fd8199253bdf3912c7aec2ccf98f8cbe54251
This commit is contained in:
Pau Espin 2018-04-25 18:01:27 +02:00
parent 3b78cbfdc1
commit f37b0ad652
1 changed files with 2 additions and 1 deletions

View File

@ -373,7 +373,8 @@ void Transceiver::pushRadioVector(GSM::Time &nowTime)
state = &mStates[i];
while ((burst = mTxPriorityQueues[i].getStaleBurst(nowTime))) {
LOG(NOTICE) << "dumping STALE burst in TRX->USRP interface";
LOG(NOTICE) << "chan " << i << " dumping STALE burst in TRX->USRP interface ("
<< burst->getTime() <<" vs " << nowTime << "), retrans=" << state->mRetrans;
if (state->mRetrans)
updateFillerTable(i, burst);
delete burst;