From 9c6f9f5949584a9bf002dbf1c06941491fb94e0a Mon Sep 17 00:00:00 2001 From: Andre Puschmann Date: Fri, 12 Nov 2021 13:27:27 +0100 Subject: [PATCH] dci_nr: print coreset0_bw when DCI is scrambled with SI-RNTI --- lib/src/phy/phch/dci_nr.c | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/src/phy/phch/dci_nr.c b/lib/src/phy/phch/dci_nr.c index b617b8ce9..7e71f41ea 100644 --- a/lib/src/phy/phch/dci_nr.c +++ b/lib/src/phy/phch/dci_nr.c @@ -1273,6 +1273,7 @@ static uint32_t dci_nr_format_1_0_to_str(const srsran_dci_dl_nr_t* dci, char* st // System information indicator – 1 bit if (rnti_type == srsran_rnti_type_si) { len = srsran_print_check(str, str_len, len, "sii=%d ", dci->sii); + len = srsran_print_check(str, str_len, len, "coreset0_bw=%d ", dci->coreset0_bw); } // Downlink assignment index – 2 bits