mirror of
https://github.com/jketterl/openwebrx.git
synced 2026-04-05 06:26:50 +00:00
pass icao when available
This commit is contained in:
parent
8d9b7e2f3b
commit
d0c0d6fe5f
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue