mirror of
https://github.com/g4klx/MMDVMHost
synced 2025-12-21 23:45:49 +08:00
Reject unknown CSBKs.
This commit is contained in:
@@ -96,7 +96,7 @@ bool CDMRCSBK::put(const unsigned char* bytes)
|
|||||||
|
|
||||||
default:
|
default:
|
||||||
CUtils::dump("Unhandled CSBK type", m_data, 12U);
|
CUtils::dump("Unhandled CSBK type", m_data, 12U);
|
||||||
break;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
|
|||||||
Reference in New Issue
Block a user