Update allcall.py
Modified a mistake in the interpretation of CA field 7. See ICAO Annex 10, Vol IV., 3.1.2.5.2.2.1
This commit is contained in:
parent
77273153cb
commit
852315ed2d
@ -88,9 +88,9 @@ def capability(msg: str) -> tuple[int, None | str]:
|
||||
)
|
||||
elif ca == 7:
|
||||
text = (
|
||||
"Downlink Request value is 0, "
|
||||
"Downlink Request value is not 0, "
|
||||
"or the Flight Status is 2, 3, 4 or 5, "
|
||||
"either airborne or on the ground"
|
||||
"and either airborne or on the ground"
|
||||
)
|
||||
else:
|
||||
text = None
|
||||
|
Loading…
Reference in New Issue
Block a user