diff --git a/srsgnb/src/stack/rrc/rrc_nr_config_utils.cc b/srsgnb/src/stack/rrc/rrc_nr_config_utils.cc index 059f96b5e..d883a1367 100644 --- a/srsgnb/src/stack/rrc/rrc_nr_config_utils.cc +++ b/srsgnb/src/stack/rrc/rrc_nr_config_utils.cc @@ -286,7 +286,7 @@ int set_derived_nr_cell_params(bool is_sa, rrc_cell_cfg_nr_t& cell) cell.phy_cell.pdcch.search_space_present[1] = true; cell.phy_cell.pdcch.search_space[1].id = 1; cell.phy_cell.pdcch.search_space[1].coreset_id = 0; - cell.phy_cell.pdcch.search_space[1].type = srsran_search_space_type_common_3; + cell.phy_cell.pdcch.search_space[1].type = srsran_search_space_type_common_1; cell.phy_cell.pdcch.search_space[1].nof_candidates[0] = 0; cell.phy_cell.pdcch.search_space[1].nof_candidates[1] = 0; cell.phy_cell.pdcch.search_space[1].nof_candidates[2] = 1;