Standardise the number of headers transmitted.

This commit is contained in:
Jonathan Naylor
2016-03-29 18:06:17 +01:00
parent 3675153d11
commit 4c80f52131
2 changed files with 9 additions and 9 deletions

View File

@@ -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) {