nr,gnb,rrc: ensure timing advance offset is set to present

This commit is contained in:
Francisco 2021-10-12 16:16:21 +01:00 committed by Francisco Paisana
parent 5979f98a8e
commit 53c99796cc
1 changed files with 2 additions and 1 deletions

View File

@ -237,7 +237,8 @@ int fill_serv_cell_common_from_enb_cfg(const rrc_nr_cfg_t& cfg, uint32_t cc, ser
{
auto& cell_cfg = cfg.cell_list.at(cc);
serv_common.ss_pbch_block_pwr = 0;
serv_common.ss_pbch_block_pwr = 0;
serv_common.n_timing_advance_offset_present = true;
serv_common.n_timing_advance_offset = asn1::rrc_nr::serving_cell_cfg_common_s::n_timing_advance_offset_opts::n0;
serv_common.dmrs_type_a_position = asn1::rrc_nr::serving_cell_cfg_common_s::dmrs_type_a_position_opts::pos2;