Commit 66b20f1a authored by kn.raju's avatar kn.raju

Fixed improper UE_id

parent f07ef482
...@@ -506,7 +506,6 @@ void nr_initiate_ra_proc(module_id_t module_idP, ...@@ -506,7 +506,6 @@ void nr_initiate_ra_proc(module_id_t module_idP,
abort(); abort();
} }
UE_id = find_nr_UE_id(module_idP, ra->rnti);
ra->RA_rnti = ra_rnti; ra->RA_rnti = ra_rnti;
ra->preamble_index = preamble_index; ra->preamble_index = preamble_index;
UE_list->tc_rnti[UE_id] = ra->rnti; UE_list->tc_rnti[UE_id] = ra->rnti;
......
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