Commit 52700349 authored by luis_pereira87's avatar luis_pereira87

Revert call to process_CellGroup function in rrc_mac_config_req_gNB to fix F1 user plane working

parent ed748750
......@@ -664,6 +664,8 @@ int rrc_mac_config_req_gNB(module_id_t Mod_idP,
UE->enc_rval.failed_type->name, UE->enc_rval.encoded);
exit(1);
}
process_CellGroup(CellGroup,&UE->UE_sched_ctrl);
}
}
VCD_SIGNAL_DUMPER_DUMP_FUNCTION_BY_NAME(VCD_SIGNAL_DUMPER_FUNCTIONS_RRC_MAC_CONFIG, VCD_FUNCTION_OUT);
......
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