Commit 2ace4029 authored by ROBERT Benoit's avatar ROBERT Benoit

Update 3gpplte_turbo_decoder_sse_8bit.c

maximum frame length is 6144
parent 31fbc805
......@@ -486,7 +486,7 @@ void compute_beta8(llr_t* alpha,llr_t* beta,llr_t *m_11,llr_t* m_10,unsigned sho
#endif
if (frame_length > 6143) {
if (frame_length > 6144) {
LOG_E(PHY,"compute_beta: frame_length %d\n",frame_length);
return;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment