Skip to content

Commit 11d0ad1

Browse files
committed
adsb: add extra callsign types
1 parent 08e154e commit 11d0ad1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ExtLibs/Utilities/adsb.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -850,7 +850,7 @@ public static void ReadMessage(Stream st1)
850850
catch { }
851851

852852
}
853-
else if (strArray[1] == "1")
853+
else if (strArray[1] == "1" || strArray[1] == "5" || strArray[1] == "6")
854854
{
855855
String session_id = strArray[2];// String. Database session record number.
856856
String aircraft_id = strArray[3];// String. Database aircraft record number.

0 commit comments

Comments
 (0)