Simplify the P25 protocol.

This commit is contained in:
Jonathan Naylor
2016-11-01 07:42:34 +00:00
parent 7431f5009a
commit 6fdfb93514
3 changed files with 0 additions and 42 deletions

View File

@@ -468,9 +468,6 @@ void CP25Control::writeNetwork(const unsigned char *data, unsigned char type, bo
switch (type)
{
case P25_DUID_HEADER:
m_network->writeHeader();
break;
case P25_DUID_LDU1:
m_network->writeLDU1(data, m_rfData, m_rfLSD, end);
break;