aboutsummaryrefslogtreecommitdiffstats
path: root/tests/handover/test_rxqual_vs_congestion.ho_vty
blob: 21c4e7e18648f08791591dfa243276c7b713835d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Handover to congested cell, if RX quality is below minimum
# The better neighbor cell is congested, so no handover is performed.
# If the RX quality of the current cell drops below minimum acceptable
# level, the handover is performed. It is also required that 10
# resports are received, before RX quality is checked.

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 repeat 9 lchan 0 0 1 0 rxlev 30 rxqual 6 ta 0 neighbors 40
expect-no-chan
meas-rep lchan 0 0 1 0 rxlev 30 rxqual 6 ta 0 neighbors 40
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 - - - - - -