Commit 6f44e616 authored by Robert Schmidt's avatar Robert Schmidt

logs

parent 081ac2bf
......@@ -854,6 +854,9 @@ static inline uint32_t nrLDPC_decoder_core(int8_t* p_llr,
LOG_D(PHY, "Segment CRC OK, exiting LDPC decoder\n");
break;
}
else {
LOG_D(PHY, "Segment CRC NOK, Kprime %d, BG %d, Z %d\n",p_decParams->Kprime,BG,Z);
}
}
}
// Increase iteration counter
......
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