mirror of
https://github.com/g4klx/MMDVMHost
synced 2025-12-21 06:55:52 +08:00
More work on DMR Data Header block counts.
This commit is contained in:
@@ -116,6 +116,7 @@ bool CDMRDataHeader::put(const unsigned char* bytes)
|
||||
|
||||
case DPF_UDT:
|
||||
CUtils::dump(1U, "Unified Data Transport Header", m_data, 12U);
|
||||
m_blocks = m_data[8U] & 0x03U;
|
||||
break;
|
||||
|
||||
default:
|
||||
|
||||
Reference in New Issue
Block a user