mirror of
https://github.com/g4klx/MMDVMHost
synced 2025-12-24 01:25:41 +08:00
Remove annoying RS decoder failure log message.
This commit is contained in:
@@ -97,10 +97,8 @@ bool CP25Data::decodeLDU1(const unsigned char* data)
|
||||
decodeLDUHamming(raw, rs + 15U);
|
||||
|
||||
bool ret = m_rs241213.decode(rs);
|
||||
if (!ret) {
|
||||
LogDebug("P25, uncorrectable errors in the RS(24,12,13) code");
|
||||
if (!ret)
|
||||
return false;
|
||||
}
|
||||
|
||||
switch (m_lcf) {
|
||||
case P25_LCF_GROUP:
|
||||
|
||||
Reference in New Issue
Block a user