From e884309a839e931eedb2efdc2a09901300bf4e31 Mon Sep 17 00:00:00 2001 From: Dirk Koopman Date: Sun, 7 Jun 2020 02:04:07 +0100 Subject: [PATCH] fix beacons on RBN --- perl/RBN.pm | 3 +++ 1 file changed, 3 insertions(+) diff --git a/perl/RBN.pm b/perl/RBN.pm index 8bd42495..30667d61 100644 --- a/perl/RBN.pm +++ b/perl/RBN.pm @@ -189,6 +189,9 @@ sub normal $mode = $sort; $t = $tx; } + if ($sort && $sort eq 'BEACON') { + $mode = 'BECON'; + } # We have an RBN data line, dedupe it very simply on time, ignore QRG completely. # This works because the skimmers are NTP controlled (or should be) and will receive -- 2.34.1