Commit 589cb2f4 authored by rmagueta's avatar rmagueta

Fix segmentation fault for do-ra

parent 99d15886
...@@ -535,7 +535,7 @@ int rrc_mac_config_req_gNB(module_id_t Mod_idP, ...@@ -535,7 +535,7 @@ int rrc_mac_config_req_gNB(module_id_t Mod_idP,
if (CellGroup) { if (CellGroup) {
if (!get_softmodem_params()->phy_test) { if (get_softmodem_params()->sa) {
calculate_preferred_dl_tda(Mod_idP, NULL); calculate_preferred_dl_tda(Mod_idP, NULL);
} }
......
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