Commit 79a3fc86 authored by Robert Schmidt's avatar Robert Schmidt

Lower log in pf_dl()

parent 4841d46e
...@@ -551,7 +551,7 @@ void pf_dl(module_id_t module_id, ...@@ -551,7 +551,7 @@ void pf_dl(module_id_t module_id,
* allocation after CCE alloc fail would be more complex) */ * allocation after CCE alloc fail would be more complex) */
const bool alloc = nr_acknack_scheduling(module_id, UE_id, frame, slot); const bool alloc = nr_acknack_scheduling(module_id, UE_id, frame, slot);
if (!alloc) { if (!alloc) {
LOG_W(MAC, LOG_D(MAC,
"%s(): could not find PUCCH for UE %d/%04x@%d.%d\n", "%s(): could not find PUCCH for UE %d/%04x@%d.%d\n",
__func__, __func__,
UE_id, UE_id,
......
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