From ef865b81a3d5436273c8b1abf7956e744ccad46b Mon Sep 17 00:00:00 2001 From: Xavier Arteaga Date: Wed, 7 Jul 2021 14:13:29 +0200 Subject: [PATCH] NR SCH TB information prints actual rate and not the target rate --- lib/src/phy/phch/sch_nr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/src/phy/phch/sch_nr.c b/lib/src/phy/phch/sch_nr.c index 57f4ff84f..6f7bb435a 100644 --- a/lib/src/phy/phch/sch_nr.c +++ b/lib/src/phy/phch/sch_nr.c @@ -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) {