1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-07-25 03:24:18 -04:00

M17 demod: reset BER stats manually

This commit is contained in:
f4exb
2022-07-09 10:56:16 +02:00
parent 9c6ce3ad9e
commit f47496645f
9 changed files with 42 additions and 14 deletions
@@ -138,10 +138,6 @@ void M17DemodProcessor::diagnostic_callback(
qDebug() << "M17DemodProcessor::diagnostic_callback: " << oss.str().c_str();
}
if ((!dcd) && m_this->m_prbs.sync()) { // Seems like there should be a better way to do this.
m_this->m_prbs.reset();
}
if (m_this->m_prbs.sync() && !quiet)
{
std::ostringstream oss;