From 6e0eb3f10a3f8447c0842b7cd1ac8f75ee1292d1 Mon Sep 17 00:00:00 2001 From: Francisco Date: Thu, 18 Nov 2021 19:31:08 +0000 Subject: [PATCH] nr,gnb,rrc: use SS type common1 for SearchSpace#1 --- srsgnb/src/stack/rrc/rrc_nr_config_utils.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;