Flag non-ICAO addresses, display them differently in interactive mode.
This commit is contained in:
parent
34ae2c7349
commit
9a91507583
4 changed files with 9 additions and 3 deletions
|
|
@ -371,6 +371,7 @@ void decodeModeAMessage(struct modesMessage *mm, int ModeA)
|
|||
// Set the Identity field to ModeA
|
||||
mm->modeA = ModeA & 0x7777;
|
||||
mm->bFlags |= MODES_ACFLAGS_SQUAWK_VALID;
|
||||
mm->bFlags |= MODES_ACFLAGS_NON_ICAO;
|
||||
|
||||
// Flag ident in flight status
|
||||
mm->fs = ModeA & 0x0080;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue