We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 718d2ab commit 8082587Copy full SHA for 8082587
apps/gnb/gnb_appconfig_translators.cpp
@@ -325,7 +325,7 @@ std::vector<du_cell_config> srsran::generate_du_cell_config(const gnb_appconfig&
325
// UE decoding the DCI in CSS rather than USS when using fallback DCI formats (DCI format 1_0 and 0_0).
326
cset1_start_crb = 6;
327
}
328
- unsigned cset1_l_crb = nof_crbs;
+ unsigned cset1_l_crb = nof_crbs - cset1_start_crb;
329
if (config.common_cell_cfg.pdcch_cfg.dedicated.coreset1_l_crb.has_value()) {
330
cset1_l_crb = config.common_cell_cfg.pdcch_cfg.dedicated.coreset1_l_crb.value();
331
0 commit comments