diff --git a/src/common/p25/dfsi/LC.cpp b/src/common/p25/dfsi/LC.cpp index da8807f4..4463546d 100644 --- a/src/common/p25/dfsi/LC.cpp +++ b/src/common/p25/dfsi/LC.cpp @@ -220,6 +220,9 @@ bool LC::decodeLDU1(const uint8_t* data, uint8_t* imbe) break; } + if (m_control->getLCO() == LCO::PRIVATE) + m_control->setGroup(false); + // by LDU1_VOICE8 we should have all the pertinant RS bytes if (m_frameType == DFSIFrameType::LDU1_VOICE8) { ulong64_t rsValue = 0U;