mirror of
https://github.com/jketterl/openwebrx.git
synced 2025-12-06 07:12:09 +01:00
pass icao when available
This commit is contained in:
parent
8d9b7e2f3b
commit
d0c0d6fe5f
|
|
@ -38,7 +38,7 @@ class VDL2MessageParser(AcarsProcessor):
|
|||
src = avlc["src"]["addr"]
|
||||
if avlc["frame_type"] == "I":
|
||||
if "acars" in avlc:
|
||||
self.processAcars(avlc["acars"])
|
||||
self.processAcars(avlc["acars"], icao=src)
|
||||
elif "x25" in avlc:
|
||||
x25 = avlc["x25"]
|
||||
if "clnp" in x25:
|
||||
|
|
|
|||
Loading…
Reference in a new issue