Commit 3a8b5878 authored by Robert Schmidt's avatar Robert Schmidt

Lower logging in handle_nr_ulsch()

parent d31b965b
......@@ -185,7 +185,7 @@ void handle_nr_ulsch(NR_UL_IND_t *UL_info)
for (int i = 0; i < UL_info->rx_ind.number_of_pdus; i++) {
const nfapi_nr_rx_data_pdu_t *rx = &UL_info->rx_ind.pdu_list[i];
const nfapi_nr_crc_t *crc = &UL_info->crc_ind.crc_list[i];
LOG_I(NR_PHY, "UL_info->crc_ind.pdu_list[%d].rnti:%04x "
LOG_D(NR_PHY, "UL_info->crc_ind.pdu_list[%d].rnti:%04x "
"UL_info->rx_ind.pdu_list[%d].rnti:%04x\n",
i, crc->rnti, i, rx->rnti);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment