mirror of
https://github.com/g4klx/MMDVMHost
synced 2025-12-22 16:25:45 +08:00
Standardise the number of headers transmitted.
This commit is contained in:
@@ -248,7 +248,7 @@ bool CDMRIPSC::write(const CDMRData& data)
|
||||
} else {
|
||||
if (dataType == DT_VOICE_LC_HEADER) {
|
||||
m_streamId[slotIndex] = ::rand() + 1U;
|
||||
count = 3U;
|
||||
count = 2U;
|
||||
}
|
||||
|
||||
if (dataType == DT_CSBK || dataType == DT_DATA_HEADER) {
|
||||
|
||||
Reference in New Issue
Block a user