aboutsummaryrefslogtreecommitdiffstats
path: root/tests/handover/test_dyn_ts_amr_tch_f_to_h_congestion_assignment.ho_vty
AgeCommit message (Collapse)AuthorFilesLines
2021-05-28hodec 2: do intra-cell congestion resolution by AssignmentNeels Hofmeyr1-6/+6
So far we do all channel reassignments by Handover Command. Since osmo-bsc now supports rassignment of ongoing voice calls, do intra-cell congestion resolution by Assignment Command. In effect, add support for expecting an Assignment Command in handover_test, and expect assignments instead of handovers for intra-cell congestion resolution test cases. Related: SYS#5330 OS#3277 Change-Id: Id56a890106b93fcee67ac9401b890e7b63bba421
2021-01-19cosmetic: in a ho test, use '*' instead of pdchNeels Hofmeyr1-11/+11
The idea is to avoid confusion between the static PDCH and the dynamic timeslots. The PDCH is always in 'pdch' mode, while the dynamic timeslots are 'pdch' when they are not occupied by any TCH. Change-Id: I1a12518d85ed891c491723e7f03f5bdd4fad980f
2021-01-12handover_test: add lchan wildcards to meas-rep cmdNeels Hofmeyr1-4/+1
With 'set-ts-use', it is convenient to build a scenario of lchan usage, but still inconvenient to send measurement reports to all lchans. I need this for testing congestion-check, because each lchan needs to have at least one measurement report, or congestion check is skipped. Example: set-ts-use trx 0 0 states * TCH/F TCH/F - - TCH/HH TCH/HH TCH/H- meas-rep lchan * * * * rxlev 10 rxqual 0 ta 0 This patch adds the '*' for the lchan arguments, usually being bts idx, trx idx, timeslot idx and subslot idx. Use lchan wildcards at the appropriate places to shorten some tests. Change-Id: I441f92348508d45e1069a3dfa1ff3842dbba97d6
2020-12-23handover_test: rename test scripts from numbers to namesNeels Hofmeyr1-0/+81
The meaningful names expose that some of those tests are apparently quite similar. With names like this it is far easier to see whether a specific scenario is already tested or not, and find a test when looking for a specific scenario. Change-Id: I6f6d65d818fd1265e8ff94a2e0afba6392c50eb9