ASM #17057 RadarDecoder::AlertMessageSanityCheck

Change-Id: Iedf6a1255184a3bde4b9a879a5cc4a0ecfb0ef0c

Former-commit-id: 498f55c757f20f70b11a921a2e5948c3c7c49c90
This commit is contained in:
Daniel.Huffman 2015-01-22 21:13:04 +00:00
parent e007fac30f
commit a25fa81a0f

View file

@ -783,8 +783,7 @@ public class RadarDecoder extends AbstractDecoder {
if (alertMessage.getGridBoxAz() == 0 if (alertMessage.getGridBoxAz() == 0
&& alertMessage.getGridBoxRange() == 0 && alertMessage.getGridBoxRange() == 0
&& alertMessage.getThresholdValue() == 0 && alertMessage.getThresholdValue() == 0
&& alertMessage.getExceedingValue() == 0 && alertMessage.getExceedingValue() == 0)
&& (alertMessage.getAlertCategory() == 16 || alertMessage.getAlertCategory() == 25))
return false; return false;
return true; return true;