aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/handover/handover_test.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/handover/handover_test.c b/tests/handover/handover_test.c
index 331726af2..315fc1043 100644
--- a/tests/handover/handover_test.c
+++ b/tests/handover/handover_test.c
@@ -1118,6 +1118,9 @@ DEFUN(res_ind, res_ind_cmd,
uint8_t *res_info_len;
VTY_ECHO();
+ /* In this test suite, always act as if the interf_meas_params_cfg were already sent to the BTS via OML */
+ bts->interf_meas_params_used = bts->interf_meas_params_cfg;
+
argv += 2;
argc -= 2;