mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2026-08-26 13:35:39 -04:00
Disallow decoded messages with i3.ge.6 as these are not yet defined.
This commit is contained in:
@@ -519,6 +519,8 @@ subroutine unpack77(c77,nrx,msg,unpk77_success)
|
||||
' R'//crpt//' '//cfield
|
||||
if(itu.eq.1 .and. ir.eq.1) msg='TU; '//trim(call_1)//' '//trim(call_2)// &
|
||||
' R'//crpt//' '//cfield
|
||||
else if(i3.ge.6) then ! i3 values 6 and 7 are not yet defined
|
||||
unpk77_success=.false.
|
||||
endif
|
||||
! if(msg(1:4).eq.'CQ <') unpk77_success=.false.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user