From cbeb2ed96a79ff5c4a3bd00d53014f07e45862b1 Mon Sep 17 00:00:00 2001 From: radongc Date: Fri, 20 Feb 2026 15:08:21 -0500 Subject: [PATCH] Fix typo. --- P25Control.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/P25Control.cpp b/P25Control.cpp index b6b5e14..2f87dd4 100644 --- a/P25Control.cpp +++ b/P25Control.cpp @@ -432,7 +432,7 @@ bool CP25Control::writeModem(unsigned char* data, unsigned int len) // Build a Group Voice Channel Grant response // Save original LCF and set Grant LCF for encoding unsigned char originalLcf = m_rfData.getLCF(); - m_rfData.setLCF(P25_LCF_GRP_VCH_GRANT); + m_rfData.setLCF(P25_LCF_GROUP); m_rfData.setServiceType(0x00U); // Service options: 0x00 = routine priority, no emergency // Encode TSDU with Grant response