Skip to content

Commit 435ff45

Browse files
committed
BUGFIX: correct critical flaw causing radio monitor packets to amplify and essentially broadcast storm;
1 parent 0197908 commit 435ff45

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/host/p25/packet/ControlSignaling.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -901,8 +901,6 @@ bool ControlSignaling::processNetwork(uint8_t* data, uint32_t len, lc::LC& contr
901901
VERBOSE_LOG_TSBK_NET(tsbk->toString(true), srcId, dstId);
902902

903903
::ActivityLog("P25" , true , "radio monitor request from %u to %u" , srcId , dstId);
904-
905-
writeRF_TSDU_Radio_Mon(srcId , dstId , iosp->getTxMult());
906904
}
907905
break;
908906
case TSBKO::IOSP_CALL_ALRT:

0 commit comments

Comments
 (0)