From a518b81a109b31f6ce3461ae7c059b8b9eb513b3 Mon Sep 17 00:00:00 2001 From: Andre Puschmann Date: Tue, 7 Sep 2021 15:03:22 +0200 Subject: [PATCH] phy,nr: don't print hex content of failed PDSCH --- srsue/src/phy/nr/cc_worker.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srsue/src/phy/nr/cc_worker.cc b/srsue/src/phy/nr/cc_worker.cc index 11478547f..5718639ab 100644 --- a/srsue/src/phy/nr/cc_worker.cc +++ b/srsue/src/phy/nr/cc_worker.cc @@ -294,7 +294,7 @@ bool cc_worker::decode_pdsch_dl() str_extra.data()); } else { logger.info(pdsch_res.tb[0].payload, - pdsch_cfg.grant.tb[0].tbs / 8, + pdsch_res.tb[0].crc ? pdsch_cfg.grant.tb[0].tbs / 8 : 0, "PDSCH: cc=%d pid=%d %s ack_tti_tx=%d", cc_idx, pid,