diff --git a/pyModeS/decoder/bds/bds50.py b/pyModeS/decoder/bds/bds50.py index 7d759bd..2584db9 100644 --- a/pyModeS/decoder/bds/bds50.py +++ b/pyModeS/decoder/bds/bds50.py @@ -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