aboutsummaryrefslogtreecommitdiffstats
path: root/tests/handover/test_disabled_ho_and_as.ho_vty
blob: 586c3a70d2d9ee3c4a6b551138dd70b8bdc8c921 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
# Handover and Assignment must be enabled
# This test will start with disabled assignment and handover.  A
# better neighbor cell (assignment enabled) will not be selected and
# also no assignment from TCH/H to TCH/F to improve quality. There
# will be no handover nor assignment. After enabling assignment on the
# current cell, the MS will assign to TCH/F. After enabling handover
# in the current cell, but disabling in the neighbor cell, handover
# will not be performed, until it is enabled in the neighbor cell too.
network
 handover 0
 handover2 afs-bias rxlev 5
 handover2 assignment 0

create-n-bts 2
set-ts-use trx 0 0 states * - - - - TCH/H- - -
meas-rep lchan 0 0 5 0 rxlev 0 rxqual 0 ta 0 neighbors 30
expect-no-chan
network
 bts 0
  handover2 assignment 1
meas-rep lchan 0 0 5 0 rxlev 0 rxqual 0 ta 0 neighbors 30
expect-as from lchan 0 0 5 0 to lchan 0 0 1 0
expect-ts-use trx 0 0 states * TCH/F - - - - - -
network
 bts 0
  handover 1
meas-rep lchan 0 0 1 0 rxlev 0 rxqual 0 ta 0 neighbors 30
expect-no-chan
network
 bts 1
  handover 1
meas-rep lchan 0 0 1 0 rxlev 0 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 - - - - - -