mirror of
https://github.com/g4klx/MMDVMHost
synced 2025-12-20 22:45:44 +08:00
Simplify the P25 protocol.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user