NR SCH TB information prints actual rate and not the target rate

master
Xavier Arteaga 3 years ago committed by Andre Puschmann
parent 11a52248cd
commit ef865b81a3

@ -771,7 +771,7 @@ int srsran_sch_nr_tb_info(const srsran_sch_tb_t* tb, const srsran_sch_tb_res_nr_
tb->cw_idx,
srsran_mod_string(tb->mod),
tb->tbs / 8,
tb->R,
tb->R_prime,
tb->rv);
if (res != NULL) {

Loading…
Cancel
Save