Commit 5881077e authored by Robert Schmidt's avatar Robert Schmidt

Msg4 RNTI not found: abort RA

parent e44d6828
......@@ -1683,7 +1683,8 @@ static void nr_generate_Msg4(module_id_t module_idP,
NR_UE_info_t *UE = find_nr_UE(&nr_mac->UE_info, ra->rnti);
if (!UE) {
LOG_E(NR_MAC, "want to generate Msg4, but rnti %04x not in the table\n", ra->rnti);
LOG_E(NR_MAC, "want to generate Msg4, but rnti %04x not found. Abort RA\n", ra->rnti);
nr_clear_ra_proc(0, 0, 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