aboutsummaryrefslogtreecommitdiffstats
path: root/tests/handover/test_amr_tch_h_to_f_rxlev_congested.ho_vty
blob: 776b0931173b78c3b3ee79c16c3488ba29943427 (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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
# Low RxLev causes upgrade of TCH/H to TCH/F

network
 handover2 afs-bias rxlev 0
 handover2 min rxlev -80
 handover2 window rxlev averaging 10

create-bts trx-count 1 timeslots c+s4 TCH/F TCH/F TCH/F TCH/H  TCH/H  PDCH PDCH


set-ts-use trx 0 0 states        *    -     -     -     TCH/HH TCH/HH *    *
meas-rep repeat 9 lchan 0 0 4 0 rxlev 23 rxqual 1 ta 0
# not enough values for rxlev averaging
expect-no-chan
meas-rep lchan 0 0 4 0 rxlev 23 rxqual 1 ta 0
# average rxlev is now -110 + 23 = -87 < -80: reassign to TCH/F due to bad rxlev
expect-as from lchan 0 0 4 0 to lchan 0 0 1 0
expect-ts-use trx 0 0 states     *    TCH/F -     -     TCH/-H TCH/HH *    *


# This situation actually balances congestion
set-ts-use trx 0 0 states        *    TCH/F -     -     TCH/HH TCH/HH *    *
meas-rep repeat 9 lchan 0 0 4 0 rxlev 23 rxqual 1 ta 0
# not enough values for rxlev averaging
expect-no-chan
meas-rep lchan 0 0 4 0 rxlev 23 rxqual 1 ta 0
# average rxlev is now -110 + 23 = -87 < -80: reassign to TCH/F due to bad rxlev
expect-as from lchan 0 0 4 0 to lchan 0 0 2 0
expect-ts-use trx 0 0 states     *    TCH/F TCH/F -     TCH/-H TCH/HH *    *

# This situation moves congestion from TCH/H to TCH/F (TCH/H was 100% congested, then makes TCH/F 100% congested)
# The congestion requirements would normally forbid this, but since this is an "RxQual emergency", we should reassign.
set-ts-use trx 0 0 states        *    TCH/F TCH/F -     TCH/HH TCH/HH *    *
meas-rep repeat 9 lchan 0 0 4 0 rxlev 23 rxqual 1 ta 0
# not enough values for rxlev averaging
expect-no-chan
meas-rep lchan 0 0 4 0 rxlev 23 rxqual 1 ta 0
# average rxlev is now -110 + 23 = -87 < -80: reassign to TCH/F due to bad rxlev
expect-as from lchan 0 0 4 0 to lchan 0 0 3 0
expect-ts-use trx 0 0 states     *    TCH/F TCH/F TCH/F TCH/-H TCH/HH *    *

# This situation worsens congestion (TCH/H was 50% congested, then makes TCH/F 100% congested)
# The congestion requirements would normally forbid this, but since this is an "RxQual emergency", we should reassign.
set-ts-use trx 0 0 states        *    TCH/F TCH/F -     TCH/H- TCH/HH *    *
meas-rep repeat 9 lchan 0 0 4 0 rxlev 23 rxqual 1 ta 0
# not enough values for rxlev averaging
expect-no-chan
meas-rep lchan 0 0 4 0 rxlev 23 rxqual 1 ta 0
# average rxlev is now -110 + 23 = -87 < -80: reassign to TCH/F due to bad rxlev
expect-as from lchan 0 0 4 0 to lchan 0 0 3 0
expect-ts-use trx 0 0 states     *    TCH/F TCH/F TCH/F -      TCH/HH *    *


# This situation creates congestion (TCH/H was not congested, then makes TCH/F 50% congested)
# The congestion requirements would normally forbid this, but since this is an "RxQual emergency", we should reassign.
set-ts-use trx 0 0 states        *    TCH/F -     -     TCH/H- -      *    *
meas-rep repeat 9 lchan 0 0 4 0 rxlev 23 rxqual 1 ta 0
# not enough values for rxlev averaging
expect-no-chan
meas-rep lchan 0 0 4 0 rxlev 23 rxqual 1 ta 0
# average rxlev is now -110 + 23 = -87 < -80: reassign to TCH/F due to bad rxlev
expect-as from lchan 0 0 4 0 to lchan 0 0 2 0
expect-ts-use trx 0 0 states     *    TCH/F TCH/F -     -      -      *    *