Suppress any decode with a CQ accompanied by a hashed callsign.

This commit is contained in:
Steve Franke 2018-09-20 18:33:57 -05:00
parent fa44270d5f
commit e857cb9d05

View File

@ -456,6 +456,7 @@ subroutine unpack77(c77,msg,unpk77_success)
msg='CQ '//trim(call_2)
endif
endif
if(msg(1:4).eq.'CQ <') unpk77_success=.false.
return
end subroutine unpack77