From 60fdae03452fc2b2eb0469ab592aef3ac8a66aa5 Mon Sep 17 00:00:00 2001 From: Heikki Hannikainen Date: Sun, 23 Oct 2016 00:48:03 +0300 Subject: [PATCH] t/11misc-drops.t: Add commented-out test for really long srccalls, which are surprisingly passed --- tests/t/11misc-drops.t | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/t/11misc-drops.t b/tests/t/11misc-drops.t index e93cae8..b1c2715 100644 --- a/tests/t/11misc-drops.t +++ b/tests/t/11misc-drops.t @@ -81,6 +81,8 @@ my @pkts = ( # javap4 drops these, javap3 allows # "SRC-111>DST,DIGI-0,qAR,$login:>should drop, too long SSID in srccall", # "EL-DH5FFL>DST,DIGI-0,qAR,$login:>should drop, much too long SSID in srccall", +# javap3/javap4/aprsc all allow really long srccalls, surprisingly +# "OH5FFLONG>DST,DIGI,qAR,$login:>should drop, too long srccall", # disallowed source callsigns "N0CALL>DST,DIGI,qAR,$login:>should drop, N0CALL as source callsign", "NOCALL>DST,DIGI,qAR,$login:>should drop, NOCALL as source callsign",