From a242369496d0aee566203cbe96cc16c890e8aa1b Mon Sep 17 00:00:00 2001 From: Bryan Biedenkapp Date: Fri, 21 Mar 2025 14:20:24 -0400 Subject: [PATCH] flag the inbound channel as busy for DFSI messages; --- src/host/modem/ModemV24.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/host/modem/ModemV24.cpp b/src/host/modem/ModemV24.cpp index f8d6e338..b5b02b01 100644 --- a/src/host/modem/ModemV24.cpp +++ b/src/host/modem/ModemV24.cpp @@ -2556,6 +2556,7 @@ void ModemV24::convertFromAirTIA(uint8_t* data, uint32_t length) bufferSize += BlockHeader::LENGTH; voice.setSuperframeCnt(m_superFrameCnt); + voice.setBusy(1U); // Inbound Channel is Busy voice.encode(buffer + bufferSize); bufferSize += voice.getLength(); // 18, 17 or 14 depending on voice frame type