mirror of
https://github.com/g4klx/MMDVMHost
synced 2025-12-21 06:55:52 +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))
|
if (!CCRC::checkFiveBit(m_data, crc))
|
||||||
return false;
|
return false;
|
||||||
|
|
||||||
|
m_valid = true;
|
||||||
|
|
||||||
// Extract the FLCO
|
// Extract the FLCO
|
||||||
unsigned char flco;
|
unsigned char flco;
|
||||||
CUtils::bitsToByteBE(m_data + 0U, flco);
|
CUtils::bitsToByteBE(m_data + 0U, flco);
|
||||||
|
|||||||
Reference in New Issue
Block a user