aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVadim Yanitskiy <vyanitskiy@sysmocom.de>2020-05-27 02:08:35 +0700
committerVadim Yanitskiy <vyanitskiy@sysmocom.de>2020-05-27 20:14:08 +0700
commite9f68be1e31d94a76a0c199ce0b32af73d71907d (patch)
tree9f3f118fa8080537a77337015bd2c1153f80db4e
parent92484560578228b0035bc7b61b8c33e0eab80f33 (diff)
bts/BTS_Tests: cosmetic: use mp_trx0_arfcn in ts_ChanDescH0
-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 f20a29b3..6811e38b 100644
--- a/bts/BTS_Tests.ttcn
+++ b/bts/BTS_Tests.ttcn
@@ -3158,7 +3158,7 @@ private const MobileAllocation c_MA_null := {
}
template (value) ChannelDescription ts_ChanDescH0(template (value) RslChannelNr chan_nr, uint3_t tsc := 7,
- uint12_t arfcn := 871) := {
+ uint12_t arfcn := mp_trx0_arfcn) := {
chan_nr := chan_nr,
tsc := tsc,
h := false,