From ee8d334aaae871ab04e38899599d6e2399e7ede8 Mon Sep 17 00:00:00 2001 From: Andre Puschmann Date: Wed, 12 Jan 2022 15:28:37 +0100 Subject: [PATCH] phy,nr: logging fix for PDCCH --- lib/src/phy/phch/dci_nr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/src/phy/phch/dci_nr.c b/lib/src/phy/phch/dci_nr.c index 7e71f41ea..f61c9c2b9 100644 --- a/lib/src/phy/phch/dci_nr.c +++ b/lib/src/phy/phch/dci_nr.c @@ -2071,7 +2071,7 @@ uint32_t srsran_dci_ctx_to_str(const srsran_dci_ctx_t* ctx, char* str, uint32_t len = srsran_print_check(str, str_len, len, - "%s-rnti=%04x dci=%s ss=%s ", + "%s-rnti=0x%04x dci=%s ss=%s ", srsran_rnti_type_str_short(ctx->rnti_type), ctx->rnti, srsran_dci_format_nr_string(ctx->format),