Minor change BDS 5,0 roll, if status and sign bit are both 1, roll angle was -90 degrees.

This commit is contained in:
Huy Vu 2018-03-27 13:04:52 +02:00
parent 12506e7c7f
commit 161ea31ee1

View File

@ -55,7 +55,7 @@ def isBDS50(msg):
if wrongstatus(d, 46, 47, 56):
return False
if d[2:11] != "000000000":
if d[1:11] != "0000000000":
roll = abs(roll50(msg))
if roll and roll > 60:
return False