aboutsummaryrefslogtreecommitdiffstats
path: root/tests/handover/test_congestion.ho_vty
blob: 529b8de61a1188116926f331da314326409a9f44 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Congestion check: One out of three cells is congested
# Three cells have different number of used slots, but there is
# congestion at TCH/F in the first cell. Handover is performed with
# the best candidate.

create-n-bts 3
network
 handover2 min-free-slots tch/f 2
 handover2 min-free-slots tch/h 2
set-ts-use trx 0 0 states * TCH/F TCH/F TCH/F - TCH/HH - -
set-ts-use trx 1 0 states * TCH/F -     -     - TCH/H- - -
meas-rep lchan * * * * rxlev 30 rxqual 0 ta 0 neighbors 20 20
meas-rep lchan 0 0 3 0 rxlev 30 rxqual 0 ta 0 neighbors 21 20
expect-no-chan
expect-ts-use trx 0 0 states * TCH/F TCH/F TCH/F - TCH/HH - -
expect-ts-use trx 1 0 states * TCH/F -     -     - TCH/H- - -
congestion-check
expect-ho from lchan 0 0 3 0 to lchan 1 0 2 0
expect-ts-use trx 0 0 states * TCH/F TCH/F - - TCH/HH - -
expect-ts-use trx 1 0 states * TCH/F TCH/F - - TCH/H- - -