From 041d0bf1f498bf4a1e9d446178622db3685aa0a9 Mon Sep 17 00:00:00 2001 From: Steven Franke Date: Fri, 17 Apr 2020 15:06:22 -0500 Subject: [PATCH] Fix bpdecode174_74.f90 to work with revised crc24 routine. --- lib/fsk4hf/bpdecode174_74.f90 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/fsk4hf/bpdecode174_74.f90 b/lib/fsk4hf/bpdecode174_74.f90 index 66ab28141..753aeabce 100644 --- a/lib/fsk4hf/bpdecode174_74.f90 +++ b/lib/fsk4hf/bpdecode174_74.f90 @@ -55,7 +55,7 @@ subroutine bpdecode174_74(llr,apmask,maxiterations,message50,cw,nharderror,iter) enddo if( ncheck .eq. 0 ) then ! we have a codeword - if crc is good, return it decoded=cw(1:74) - call get_crc24(decoded,nbadcrc) + call get_crc24(decoded,74,nbadcrc) nharderror=count( (2*cw-1)*llr .lt. 0.0 ) if(nbadcrc.eq.0) then message50=decoded(1:50)