Let the modem handle the null Short LC itself.

This commit is contained in:
Jonathan Naylor 2016-06-20 18:33:04 +01:00
parent ac87d8e779
commit 1e994e920a

View file

@ -1579,6 +1579,10 @@ void CDMRSlot::setShortLC(unsigned int slotNo, unsigned int id, FLCO flco, bool
return;
}
// If we have no activity to report, let the modem send the null Short LC when it's ready
if (m_id1 == 0U && m_id2 == 0U)
return;
unsigned char lc[5U];
lc[0U] = 0x01U;
lc[1U] = 0x00U;