ensure the group flag is set if the LCO is PRIVATE;

82-dvmbridge---implement-notch-filter-for-2175hz-trc-guard-tone
Bryan Biedenkapp 1 year ago
parent 3f75869a92
commit 1e6282c92b

@ -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;

Loading…
Cancel
Save

Powered by TurnKey Linux.