Commit d7b23238 authored by Melissa Elkadi's avatar Melissa Elkadi

Removing unnecessary filtering in NRUE MAC layer

parent cf9686f7
......@@ -3796,9 +3796,6 @@ int nr_ue_process_rar(nr_downlink_indication_t *dl_info, NR_UL_TIME_ALIGNMENT_t
LOG_D(NR_MAC, "In %s:[%d.%d]: [UE %d][RAPROC] invoking MAC for received RAR (current preamble %d)\n", __FUNCTION__, frame, slot, mod_id, preamble_index);
if (ra->RA_RAPID_found == 1)
return -1;
while (1) {
n_subheaders++;
if (rarh->T == 1) {
......
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