Commit 88d15647 authored by Robert Schmidt's avatar Robert Schmidt

CCE_allocation_infeasible(): log only debug

parent 5443c7a7
...@@ -3321,7 +3321,7 @@ try_again: ...@@ -3321,7 +3321,7 @@ try_again:
if (fCCE == -1) { if (fCCE == -1) {
if (DL_req->number_pdcch_ofdm_symbols == max_symbol) { if (DL_req->number_pdcch_ofdm_symbols == max_symbol) {
LOG_I(MAC, "subframe %d: Dropping Allocation for RNTI %x\n", LOG_D(MAC, "subframe %d: Dropping Allocation for RNTI %x\n",
subframeP, subframeP,
dl_config_pduLoop->dci_dl_pdu.dci_dl_pdu_rel8.rnti); dl_config_pduLoop->dci_dl_pdu.dci_dl_pdu_rel8.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