mirror of
https://github.com/bistromath/gr-air-modes.git
synced 2026-03-19 07:26:50 +01:00
Fix KML/SBS-1 interfaces for new BDS08 output type
This commit is contained in:
@@ -92,7 +92,7 @@ class modes_output_sql(modes_parse.modes_parse):
|
||||
retstr = None
|
||||
|
||||
if subtype == 4:
|
||||
msg = self.parseBDS08(shortdata, longdata)
|
||||
(msg, typename) = self.parseBDS08(shortdata, longdata)
|
||||
retstr = "INSERT OR REPLACE INTO ident (icao, ident) VALUES (" + "%i" % icao24 + ", '" + msg + "')"
|
||||
|
||||
elif subtype >= 5 and subtype <= 8:
|
||||
|
||||
Reference in New Issue
Block a user