hodec2: add test case showing low rxlev tch/h<->tch/f oscillation

Related: SYS#5365
Change-Id: Iee2d4b9eaf902ba7fb546a9bb261324b2f7d1fc7
This commit is contained in:
Neels Hofmeyr 2021-06-29 15:06:44 +02:00
parent 38a839e120
commit fa3cb5a932
2 changed files with 30 additions and 0 deletions

View File

@ -9,6 +9,7 @@ pass test_amr_tch_h_to_f_congestion.ho_vty
pass test_amr_tch_h_to_f_congestion_two_cells.ho_vty
pass test_amr_tch_h_to_f_rxlev.ho_vty
pass test_amr_tch_h_to_f_rxlev_congested.ho_vty
pass test_amr_tch_h_to_f_rxlev_oscillation.ho_vty
pass test_amr_tch_h_to_f_rxqual.ho_vty
pass test_amr_tch_h_to_f_rxqual_congested.ho_vty
pass test_balance_congestion.ho_vty

View File

@ -0,0 +1,29 @@
# Low RxLev causes upgrade of TCH/H to TCH/F.
# That leads to congestion of TCH/F, but do not handover back to non-congested TCH/H.
network
handover2 afs-bias rxlev 0
handover2 min rxlev -80
handover2 window rxlev averaging 1
handover2 min-free-slots tch/f 3
handover2 min-free-slots tch/h 4
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 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 - - - - - *
meas-rep lchan 0 0 1 0 rxlev 23 rxqual 1 ta 0
congestion-check
# FAIL: should stay on TCH/F because rxlev is low, do not oscillate between TCH/F and /H.
expect-as from lchan 0 0 1 0 to lchan 0 0 4 0
expect-ts-use trx 0 0 states * - - - TCH/H- - - *
meas-rep lchan 0 0 4 0 rxlev 23 rxqual 1 ta 0
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 lchan 0 0 1 0 rxlev 23 rxqual 1 ta 0
congestion-check
expect-as from lchan 0 0 1 0 to lchan 0 0 4 0
expect-ts-use trx 0 0 states * - - - TCH/H- - - *