blob: e034fadaa1efaaf9cc171161c3d426a4a288e3ed [file] [log] [blame]
Neels Hofmeyr1a3eaef2020-11-18 16:25:55 +01001# No Hysteresis and minimum RX level
2# If current cell's RX level is below mimium level, handover must be
3# performed, no matter of the hysteresis. First do not perform
4# handover to better neighbor cell, because the hysteresis is not
5# met. Second do not perform handover because better neighbor cell is
6# below minimum RX level. Third perform handover because current cell
7# is below minimum RX level, even if the better neighbor cell (minimum
8# RX level reached) does not meet the hysteresis.
9
10create-n-bts 2
11set-ts-use trx 0 0 states * TCH/F - - - - - -
12meas-rep lchan 0 0 1 0 rxlev 10 rxqual 0 ta 0 neighbors 11
13expect-no-chan
14meas-rep lchan 0 0 1 0 rxlev 8 rxqual 0 ta 0 neighbors 9
15expect-no-chan
16meas-rep lchan 0 0 1 0 rxlev 9 rxqual 0 ta 0 neighbors 10
17expect-ho from lchan 0 0 1 0 to lchan 1 0 1 0
18expect-ts-use trx 0 0 states * - - - - - - -
19expect-ts-use trx 1 0 states * TCH/F - - - - - -
20