force redundant grant transmit in certain situations;

pull/42/head
Bryan Biedenkapp 2 years ago
parent 4aaf9e5494
commit 8bbcea2c6d

@ -338,8 +338,9 @@ void Control::setOptions(yaml::Node& conf, bool supervisor, const std::string cw
yaml::Node controlCh = rfssConfig["controlCh"];
m_notifyCC = controlCh["notifyEnable"].as<bool>(false);
// voice on control forcibly disables CC notification
// voice on control forcibly disables CC notification; and force enable redundant grant
if (m_voiceOnControl) {
m_control->m_redundantGrant = true;
m_notifyCC = false;
}

Loading…
Cancel
Save

Powered by TurnKey Linux.