Revert "Add 'TNX 73 GL' to the list of possible messages for q3 decodes."

This reverts commit 8f2dc74b52.
This commit is contained in:
Joe Taylor 2021-11-02 11:08:44 -04:00
parent 4b6ad3857a
commit 32a3a75bb5
2 changed files with 2 additions and 3 deletions

View File

@ -9,7 +9,7 @@ module q65
integer apmask(13),apsymbols(13)
integer,dimension(22) :: isync = (/1,9,12,13,15,22,23,26,27,33,35, &
38,46,50,55,60,62,66,69,74,76,85/)
integer codewords(63,207)
integer codewords(63,206)
integer ibwa,ibwb,ncw,nsps,mode_q65,nfa,nfb,nqd
integer idfbest,idtbest,ibw,ndistbest,maxiters,max_drift
integer istep,nsmo,lag1,lag2,npasses,nused,iseq,ncand,nrc

View File

@ -1,6 +1,6 @@
subroutine q65_set_list(mycall,hiscall,hisgrid,codewords,ncw)
parameter (MAX_NCW=207)
parameter (MAX_NCW=206)
character*12 mycall,hiscall
character*6 hisgrid
character*37 msg0,msg,msgsent
@ -44,7 +44,6 @@ subroutine q65_set_list(mycall,hiscall,hisgrid,codewords,ncw)
if(msg(j0+1:j0+1).eq.' ') msg(j0+1:j0+1)='+'
endif
endif
if(i.eq.207) msg='TNX 73 GL'
10 call genq65(msg,0,msgsent,itone,i3,n3)
i0=1