ASM #17057 RadarDecoder::AlertMessageSanityCheck
Change-Id: Iedf6a1255184a3bde4b9a879a5cc4a0ecfb0ef0c Former-commit-id: 498f55c757f20f70b11a921a2e5948c3c7c49c90
This commit is contained in:
parent
e007fac30f
commit
a25fa81a0f
1 changed files with 1 additions and 2 deletions
|
@ -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;
|
||||||
|
|
Loading…
Add table
Reference in a new issue