diff --git a/openair2/LAYER2/NR_MAC_gNB/config.c b/openair2/LAYER2/NR_MAC_gNB/config.c index 9ffec4a13b813bc4c107b8bf13aa384c960969c1..6ba8629718a2ba134c5ff8805307f8c1b5766a26 100644 --- a/openair2/LAYER2/NR_MAC_gNB/config.c +++ b/openair2/LAYER2/NR_MAC_gNB/config.c @@ -574,7 +574,7 @@ int rrc_mac_config_req_gNB(module_id_t Mod_idP, if (CellGroup) { - if (!get_softmodem_params()->phy_test && !get_softmodem_params()->do_ra) { + if (get_softmodem_params()->sa) { calculate_preferred_dl_tda(Mod_idP, NULL); }