Skip to content
Snippets Groups Projects
Commit 52700349 authored by Luis Pereira's avatar Luis Pereira
Browse files

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

parent ed748750
No related branches found
No related tags found
3 merge requests!1757Draft: Use pMAX value in configuration file, instead of hardcoded '23' in asn1_msg.c,!1591integration_2022_wk24,!1583Draft: Encoding/decoding CellGroup at MAC and fix RA with Msg3 carrying DCCH or DTCH messages
...@@ -664,6 +664,8 @@ int rrc_mac_config_req_gNB(module_id_t Mod_idP, ...@@ -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); UE->enc_rval.failed_type->name, UE->enc_rval.encoded);
exit(1); 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); VCD_SIGNAL_DUMPER_DUMP_FUNCTION_BY_NAME(VCD_SIGNAL_DUMPER_FUNCTIONS_RRC_MAC_CONFIG, VCD_FUNCTION_OUT);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment