Commit fb7e9230 authored by Robert Schmidt's avatar Robert Schmidt

REMOVE: Message when UE requests to be scheduled

parent d106f6f8
......@@ -360,6 +360,8 @@ void handle_nr_uci_pucch_0_1(module_id_t mod_id,
// check scheduling request result, confidence_level == 0 is good
if (uci_01->pduBitmap & 0x1) {
sched_ctrl->SR |= uci_01->sr->sr_indication && uci_01->sr->sr_confidence_level == 0;
if (uci_01->sr->sr_indication && uci_01->sr->sr_confidence_level == 0)
LOG_I(MAC, "UE %d scheduling request\n", 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