do not transmit radio monitor packets from the network handler, the TSBK will be sent as is normally;

pull/121/head
Bryan Biedenkapp 2 months ago
parent a703d4efbc
commit 7c8effeaea

@ -901,8 +901,6 @@ bool ControlSignaling::processNetwork(uint8_t* data, uint32_t len, lc::LC& contr
VERBOSE_LOG_TSBK_NET(tsbk->toString(true), srcId, dstId); VERBOSE_LOG_TSBK_NET(tsbk->toString(true), srcId, dstId);
::ActivityLog("P25" , true , "radio monitor request from %u to %u" , srcId , dstId); ::ActivityLog("P25" , true , "radio monitor request from %u to %u" , srcId , dstId);
writeRF_TSDU_Radio_Mon(srcId , dstId , iosp->getTxMult());
} }
break; break;
case TSBKO::IOSP_CALL_ALRT: case TSBKO::IOSP_CALL_ALRT:

Loading…
Cancel
Save

Powered by TurnKey Linux.