reset active call count on a maintainence loop;

r05a04_dev
Bryan Biedenkapp 2 days ago
parent 16fde05c0a
commit 7ab4443881

@ -631,6 +631,9 @@ void FNENetwork::clock(uint32_t ms)
m_tagDMR->packetData()->cleanupStale(); m_tagDMR->packetData()->cleanupStale();
m_tagP25->packetData()->cleanupStale(); m_tagP25->packetData()->cleanupStale();
m_totalActiveCalls = 0U; // bryanb: this is techincally incorrect and should be better implemented
// but for now it will suffice to reset the active call count on maintainence cycle
m_maintainenceTimer.start(); m_maintainenceTimer.start();
} }

Loading…
Cancel
Save

Powered by TurnKey Linux.