diff --git a/p25/packet/Trunk.cpp b/p25/packet/Trunk.cpp index 0125ea15..48b41e4f 100644 --- a/p25/packet/Trunk.cpp +++ b/p25/packet/Trunk.cpp @@ -857,6 +857,7 @@ bool Trunk::processNetwork(uint8_t* data, uint32_t len, lc::LC& control, data::L LogMessage(LOG_NET, P25_TSDU_STR ", TSBK_ISP_EMERG_ALRM_REQ (Emergency Alarm Request), srcId = %u, dstId = %u", srcId, dstId); } + return true; // don't allow this to write to the air } } break;