osmo-bsc/tests/handover/test_amr_tch_h_to_f_rxqual....

40 lines
1.5 KiB
Plaintext

# Low RxQual causes upgrade of TCH/H to TCH/F
network
handover2 afs-bias rxlev 0
handover2 min rxqual 5
handover2 window rxqual averaging 2
create-bts trx-count 1 timeslots c+s4 TCH/F TCH/F TCH/F TCH/H TCH/H TCH/H PDCH
set-ts-use trx 0 0 states * - - - TCH/H- - - *
meas-rep lchan 0 0 4 0 rxlev 30 rxqual 6 ta 0
# not enough valus for rxqual averaging
expect-no-chan
meas-rep lchan 0 0 4 0 rxlev 30 rxqual 6 ta 0
# average rxqual now at 6 which is worse than 5, reassign to TCH/F due to bad rxqual.
expect-as from lchan 0 0 4 0 to lchan 0 0 1 0
expect-ts-use trx 0 0 states * TCH/F - - - - - *
meas-rep repeat 2 lchan 0 0 1 0 rxlev 30 rxqual 5 ta 0
# After the upgrade to TCH/F, there should be a penalty timer against re-assgnment within this cell.
# Configure congestion resolution so that it would normally want to do a re-assignment:
network
handover2 min-free-slots tch/f 3
handover2 window rxlev averaging 1
handover2 min rxlev -90
# The penalty timer is still active, no re-assignment from congestion of TCH/H
congestion-check
expect-no-chan
expect-ts-use trx 0 0 states * TCH/F - - - - - *
# But handover to another cell is not held off
create-bts trx-count 1 timeslots c+s4 TCH/F TCH/F TCH/F TCH/H TCH/H TCH/H PDCH
expect-ts-use trx 0 0 states * TCH/F - - - - - *
expect-ts-use trx 1 0 states * - - - - - - *
meas-rep lchan 0 0 1 0 rxlev 30 rxqual 5 ta 0 neighbors 35
expect-ho from lchan 0 0 1 0 to lchan 1 0 4 0
expect-ts-use trx 0 0 states * - - - - - - *
expect-ts-use trx 1 0 states * - - - TCH/H- - - *