enb,rrc: set SSB periodicity to 10ms

This commit is contained in:
Andre Puschmann 2021-10-05 16:31:29 +02:00
parent bdc84f24f3
commit bae003d3a9
1 changed files with 2 additions and 1 deletions

View File

@ -1170,8 +1170,9 @@ int rrc_nr::ue::pack_recfg_with_sync_sp_cell_cfg_common_ssb_cfg(asn1::rrc_nr::ce
}
cell_group_cfg_pack.sp_cell_cfg.recfg_with_sync.sp_cell_cfg_common.ssb_periodicity_serving_cell_present = true;
// TODO: get periodicitiy from cell config
cell_group_cfg_pack.sp_cell_cfg.recfg_with_sync.sp_cell_cfg_common.ssb_periodicity_serving_cell =
serving_cell_cfg_common_s::ssb_periodicity_serving_cell_opts::ms20;
serving_cell_cfg_common_s::ssb_periodicity_serving_cell_opts::ms10;
return SRSRAN_SUCCESS;
}