mirror of
https://github.com/g4klx/MMDVMHost
synced 2025-12-20 22:45:44 +08:00
Fix late entry Embedded LC handling.
This commit is contained in:
@@ -254,6 +254,8 @@ bool CDMREmbeddedLC::processEmbeddedData()
|
||||
if (!CCRC::checkFiveBit(m_data, crc))
|
||||
return false;
|
||||
|
||||
m_valid = true;
|
||||
|
||||
// Extract the FLCO
|
||||
unsigned char flco;
|
||||
CUtils::bitsToByteBE(m_data + 0U, flco);
|
||||
|
||||
Reference in New Issue
Block a user