Change the network late entry and be less aggressive at filling silence.

This commit is contained in:
Jonathan Naylor
2016-01-22 06:43:08 +00:00
parent 435ad79e47
commit 73375fb41e
5 changed files with 108 additions and 169 deletions

View File

@@ -422,7 +422,7 @@ bool CMMDVMHost::createDMRNetwork()
LogInfo(" Address: %s", address.c_str());
LogInfo(" Port: %u", port);
m_dmrNetwork = new CHomebrewDMRIPSC(address, port, id, password, VERSION, "MMDVMHost", debug);
m_dmrNetwork = new CHomebrewDMRIPSC(address, port, id, password, VERSION, "MMDVM", debug);
std::string callsign = m_conf.getCallsign();
unsigned int rxFrequency = m_conf.getRxFrequency();