aboutsummaryrefslogtreecommitdiffstats
path: root/tests/handover/test_min_rxlev_vs_congestion.ho_vty
blob: d43b89cfaf9dadf11c4834ca9447b647a60b21da (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Handover to congested cell, if RX level is below minimum
# The better neighbor cell is congested, so no handover is performed.
# If the RX level of the current cell drops below minimum acceptable
# level, the handover is performed.

create-n-bts 2
set-ts-use trx 0 0 states * TCH/F - - - - - -
network
 bts 1
  handover2 min-free-slots tch/f 4
  handover2 min-free-slots tch/h 4
meas-rep lchan 0 0 1 0 rxlev 10 rxqual 0 ta 0 neighbors 30
expect-no-chan
meas-rep lchan 0 0 1 0 rxlev 9 rxqual 0 ta 0 neighbors 30
expect-ho from lchan 0 0 1 0 to lchan 1 0 1 0
expect-ts-use trx 0 0 states * - - - - - - -
expect-ts-use trx 1 0 states * TCH/F - - - - - -