Commit e3901a49 authored by Thomas Schlichter's avatar Thomas Schlichter

call process_CellGroup() after add_new_nr_ue() in gNB_scheduler_ulsch.c

In case of do-ra mode (NSA) the OAI UE needs this, so the gNB correctly establishes the DRB.
parent e7500354
......@@ -818,6 +818,8 @@ void nr_rx_sdu(const module_id_t gnb_mod_idP,
nr_clear_ra_proc(gnb_mod_idP, CC_idP, frameP, ra);
UE_info->active[UE_id] = true;
process_CellGroup(ra->CellGroup, UE_scheduling_control);
} else {
LOG_A(NR_MAC,"[RAPROC] RA-Msg3 received (sdu_lenP %d)\n",sdu_lenP);
......
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