potential fix for crash issue during low/bad signal on DMR;

3.5-maint
Bryan Biedenkapp 2 years ago
parent a5a220bf9d
commit 278ce22e5f

@ -1028,12 +1028,12 @@ void Slot::processFrameLoss()
if (m_tscc->m_enableTSCC && m_rfLC != nullptr) { if (m_tscc->m_enableTSCC && m_rfLC != nullptr) {
m_tscc->m_affiliations->releaseGrant(m_rfLC->getDstId(), false); m_tscc->m_affiliations->releaseGrant(m_rfLC->getDstId(), false);
} }
}
clearTSCCActivated(); clearTSCCActivated();
if (!m_tscc->m_enableTSCC) { if (!m_tscc->m_enableTSCC) {
notifyCC_ReleaseGrant(m_rfLC->getDstId()); notifyCC_ReleaseGrant(m_rfLC->getDstId());
}
} }
if (m_rfTimeout) { if (m_rfTimeout) {

Loading…
Cancel
Save

Powered by TurnKey Linux.