Skip to content
Snippets Groups Projects
Commit 7ffc4030 authored by Robert Schmidt's avatar Robert Schmidt
Browse files

Demote log to debug for Msg3 infeasibility

It can happen that in the current DL slot, we cannot send an allocation
for Msg3 in a later UL slot. Up to this commit, MAC printed a warning.
However, this is not really a warning, as it will likely work in the
next or a later slot. So demote this to debug.
parent f261ce91
No related branches found
No related tags found
1 merge request!2757Integration: `2024.w21`
......@@ -1231,7 +1231,7 @@ static void nr_generate_Msg2(module_id_t module_idP,
slotP,
tdd);
if (ra->Msg3_tda_id < 0 || ra->Msg3_tda_id > 15) {
LOG_W(NR_MAC, "UE RNTI %04x %d.%d: infeasible Msg3 TDA\n", ra->rnti, frameP, slotP);
LOG_D(NR_MAC, "UE RNTI %04x %d.%d: infeasible Msg3 TDA\n", ra->rnti, frameP, slotP);
return;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment