ASM #17057 RadarDecoder::AlertMessageSanityCheck
Change-Id: Iedf6a1255184a3bde4b9a879a5cc4a0ecfb0ef0c Former-commit-id:a25fa81a0f
[formerly845998cbfa
[formerly 498f55c757f20f70b11a921a2e5948c3c7c49c90]] Former-commit-id:845998cbfa
Former-commit-id:f4ac238888
This commit is contained in:
parent
f7661c47dc
commit
6fb4fb0a86
1 changed files with 1 additions and 2 deletions
|
@ -783,8 +783,7 @@ public class RadarDecoder extends AbstractDecoder {
|
|||
if (alertMessage.getGridBoxAz() == 0
|
||||
&& alertMessage.getGridBoxRange() == 0
|
||||
&& alertMessage.getThresholdValue() == 0
|
||||
&& alertMessage.getExceedingValue() == 0
|
||||
&& (alertMessage.getAlertCategory() == 16 || alertMessage.getAlertCategory() == 25))
|
||||
&& alertMessage.getExceedingValue() == 0)
|
||||
return false;
|
||||
|
||||
return true;
|
||||
|
|
Loading…
Add table
Reference in a new issue