Commit 10c914cd authored by Robert Schmidt's avatar Robert Schmidt

bugfix: if cannot send Msg.2 in RA, cancel RA

If we cannot send Msg.2, then basically the RA process is dead (because
the UE expects it at a fixed time). Hence, cancel the RA process, so
that we do not pick it up again after 1000 frames.
parent 513f060f
......@@ -1254,6 +1254,7 @@ static void nr_generate_Msg2(module_id_t module_idP,
if (CCEIndex < 0) {
LOG_E(NR_MAC, "%s(): cannot find free CCE for RA RNTI 0x%04x!\n", __func__, ra->rnti);
nr_clear_ra_proc(module_idP, CC_id, frameP, ra);
return;
}
......
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