From 91401ae3a403cc67ca6d15d48ad48e9443ef7be0 Mon Sep 17 00:00:00 2001 From: Ismael Gomez Date: Tue, 28 Sep 2021 17:57:37 +0200 Subject: [PATCH] Fix meascfg test --- srsenb/test/rrc/rrc_meascfg_test.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srsenb/test/rrc/rrc_meascfg_test.cc b/srsenb/test/rrc/rrc_meascfg_test.cc index 728e385a0..69f9b0cb5 100644 --- a/srsenb/test/rrc/rrc_meascfg_test.cc +++ b/srsenb/test/rrc/rrc_meascfg_test.cc @@ -258,7 +258,7 @@ int test_correct_meascfg_calculation() cfg.cell_list[0].meas_cfg.meas_reports[0]); TESTASSERT(cell_meas_cfg.meas_id_to_add_mod_list_present); const auto& measid = cell_meas_cfg.meas_id_to_add_mod_list[0]; - TESTASSERT(measid.meas_id == 1 and measid.meas_obj_id == 2 and measid.report_cfg_id == 1); + TESTASSERT(measid.meas_id == 1 and measid.meas_obj_id == 1 and measid.report_cfg_id == 1); meas_cfg_s cell_meas_cfg2; ue_cell_list.set_cells({1});