Improve coding style

master
dvdgrgrtt 3 years ago committed by dvdgrgrtt
parent 69a7519cb7
commit 3e85c3bed0

@ -596,6 +596,7 @@ static int sch_nr_decode(srsran_sch_nr_t* q,
// Counter of code blocks that have matched CRC
uint32_t cb_ok = 0;
res->crc = false;
// For each code block...
uint32_t j = 0;
@ -693,7 +694,6 @@ static int sch_nr_decode(srsran_sch_nr_t* q,
// Not all CB are decoded, skip TB union and CRC check
if (cb_ok != cfg.C) {
res->crc = false;
return SRSRAN_SUCCESS;
}

Loading…
Cancel
Save