From 2da584914fd04ea6b23473163e2e6516b83075a1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Konstantin=20Gr=C3=BCndger?= Date: Wed, 7 May 2025 16:23:52 +0200 Subject: [PATCH] updated ogn-aprs-protocol (fixed OGADSB_ADSB.txt) --- ogn-aprs-protocol | 2 +- tests/parser/test_parse.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ogn-aprs-protocol b/ogn-aprs-protocol index bed93e0..9cb1c16 160000 --- a/ogn-aprs-protocol +++ b/ogn-aprs-protocol @@ -1 +1 @@ -Subproject commit bed93e0e842797838e584af90cb0a41cf520e8a3 +Subproject commit 9cb1c1630d7e3fde5a2dcf17f75d70b0f510f63b diff --git a/tests/parser/test_parse.py b/tests/parser/test_parse.py index 91e35f8..3ff00db 100644 --- a/tests/parser/test_parse.py +++ b/tests/parser/test_parse.py @@ -41,7 +41,7 @@ def test_adsb_beacons(): def test_adsl_beacons(): - _parse_valid_beacon_data_file(filename='OGADSL_Tracker_with_ADSL', beacon_type='unknown') + _parse_valid_beacon_data_file(filename='OGADSL_Tracker_with_ADSL.txt', beacon_type='unknown') def test_airmate_beacons():