aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVadim Yanitskiy <vyanitskiy@sysmocom.de>2020-09-17 19:48:11 +0700
committerlaforge <laforge@osmocom.org>2020-09-17 15:27:37 +0000
commit7e1d0a23fe0c3ac1c814278c6aad151b69dca131 (patch)
treec1e6356ddd3501664f409bb32929955ee331a856
parentaa553eda658b52926cd4292ba86ac6610065cb7f (diff)
fixup BTS_Tests: verify hopping parameters in the INFO.ind message
Pass transceiver number to f_resolve_fh_params(), otherwise the hopping parameters would always be generated for TRX#0, and thus the expectations for TRX#N > 0 would be wrong. Change-Id: If1a25f5ff1b1bca900d54cc56e2045df5a81f4e2 Fixes: I9bb164fd2c7c48b91e0d7bd1abaf3cfec155342c Related: SYS#4868, OS#4547
-rw-r--r--bts/BTS_Tests.ttcn2
1 files changed, 1 insertions, 1 deletions
diff --git a/bts/BTS_Tests.ttcn b/bts/BTS_Tests.ttcn
index 0202f222..221c33e9 100644
--- a/bts/BTS_Tests.ttcn
+++ b/bts/BTS_Tests.ttcn
@@ -5422,7 +5422,7 @@ testcase TC_pcu_info_ind_fh_params() runs on test_CT {
}
if (mp_freq_hop_enabled and mp_transceiver_num > 1)
- { f_resolve_fh_params(fhp, tn); }
+ { f_resolve_fh_params(fhp, tn, trx_nr := i); }
else
{ fhp.enabled := false; }