osmo-gsm-tester/selftest/resource_test
Neels Hofmeyr ecce402f43 configure fixed ARFCN per bts
Remove ARFCNs as a concept from resource pool, assign a fixed ARFCN to
each BTS and TRX in the resource pools.

Using ARFCNs on specific bands as resources was an idea that is hard to
implement, because specific BTS dictate selection of bands which
influences which ARFCNs can be picked. That means reserving ARFCN
resources is only possible after reserving specific BTS resources, but
the tester is currently not capable of such two-stage resolution.

Writing handover tests, I got the problem that both BTS in a scenario
attempt to use the same ARFCN.

The by far easiest solution is to assign one fixed ARFCN to each BTS and
TRX. If ever needed, a scenario modifier can still configure different
ARFCNs.

(Due to uncertainty about OC2G operation stability, I prefer to leave
OC2G on ARFCN 50, as it happened to end up being configured before this
patch.)

Change-Id: I0a6c60544226f4261f9106013478d6a27fc39f38
2020-12-11 00:19:13 +01:00
..
conf configure fixed ARFCN per bts 2020-12-11 00:19:13 +01:00
_prep.py selftest: Move tests into own subdirectories 2020-05-06 18:49:31 +02:00
resource_test.err selftest: Move tests into own subdirectories 2020-05-06 18:49:31 +02:00
resource_test.ok configure fixed ARFCN per bts 2020-12-11 00:19:13 +01:00
resource_test.ok.ign selftest: Move tests into own subdirectories 2020-05-06 18:49:31 +02:00
resource_test.py configure fixed ARFCN per bts 2020-12-11 00:19:13 +01:00