remove accidentally comitted debug changes;

3.0-rcon_maint 2023-02-09
Bryan Biedenkapp 3 years ago
parent 70c7902e92
commit 20f9244c13

@ -280,8 +280,6 @@ bool LC::decodeLDU1(const uint8_t* data, uint8_t* imbe)
m_control.setEmergency((serviceOptions & 0x80U) == 0x80U);
m_control.setEncrypted((serviceOptions & 0x40U) == 0x40U);
m_control.setPriority((serviceOptions & 0x07U));
LogMessage(LOG_NET, "dfsi::LC::decodeLDU1, raw control service, options = %02X, emerg = %u, encrypt = %u, prio = %u",
serviceOptions, m_control.getEmergency(), m_control.getEncrypted(), m_control.getPriority());
::memcpy(imbe, data + 5U, P25_RAW_IMBE_LENGTH_BYTES); // IMBE
}
break;

@ -1120,9 +1120,6 @@ void Voice::writeNet_LDU1()
m_p25->m_affiliations.touchGrant(m_rfLC.getDstId());
}
LogMessage(LOG_NET, P25_LDU1_STR " raw control service, emerg = %u, encrypt = %u, prio = %u",
control.getEmergency(), control.getEncrypted(), control.getPriority());
// set network and RF link control states
m_netLC = lc::LC();
m_netLC.setLCO(control.getLCO());

Loading…
Cancel
Save

Powered by TurnKey Linux.