Commit 7e1b38db authored by luis_pereira87's avatar luis_pereira87

Fix segmentation fault in phy-test

parent fdc2cb87
...@@ -537,7 +537,9 @@ int rrc_mac_config_req_gNB(module_id_t Mod_idP, ...@@ -537,7 +537,9 @@ int rrc_mac_config_req_gNB(module_id_t Mod_idP,
if (CellGroup) { if (CellGroup) {
calculate_preferred_dl_tda(Mod_idP, NULL); if (!get_softmodem_params()->phy_test) {
calculate_preferred_dl_tda(Mod_idP, NULL);
}
const NR_ServingCellConfig_t *servingCellConfig = NULL; const NR_ServingCellConfig_t *servingCellConfig = NULL;
if(CellGroup->spCellConfig && CellGroup->spCellConfig->spCellConfigDedicated) { if(CellGroup->spCellConfig && CellGroup->spCellConfig->spCellConfigDedicated) {
......
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