Reset the D-Star network session id at all ends of transmissions.

This commit is contained in:
Jonathan Naylor
2016-02-04 22:41:38 +00:00
parent f2f2866d15
commit 91a328935f
2 changed files with 15 additions and 6 deletions

View File

@@ -387,6 +387,9 @@ void CDStarControl::writeEndOfTransmission()
m_networkWatchdog.stop();
m_packetTimer.stop();
if (m_network != NULL)
m_network->reset();
#if defined(DUMP_DSTAR)
closeFile();
#endif