osmo-gsm-tester/selftest
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
..
cdf_test selftest: Move tests into own subdirectories 2020-05-06 18:49:31 +02:00
config_test selftest: Move tests into own subdirectories 2020-05-06 18:49:31 +02:00
dbus_test core implementation 2017-04-08 15:43:19 +02:00
lock_test selftest: Move tests into own subdirectories 2020-05-06 18:49:31 +02:00
log_test selftest: Move tests into own subdirectories 2020-05-06 18:49:31 +02:00
process_test selftest: Move tests into own subdirectories 2020-05-06 18:49:31 +02:00
py_import_test core implementation 2017-04-08 15:43:19 +02:00
report_test Add per-test KPI support 2020-06-15 15:42:58 +00:00
resource_test configure fixed ARFCN per bts 2020-12-11 00:19:13 +01:00
scenario_test config: suites_dir and scenarios_dir are now a list of paths 2020-05-25 13:33:50 +02:00
schema_test schema: Allow objects registering their own schema types 2020-05-21 15:41:14 +02:00
sms_test selftest: Move tests into own subdirectories 2020-05-06 18:49:31 +02:00
suite_test configure fixed ARFCN per bts 2020-12-11 00:19:13 +01:00
template_test selftest: template: Test existing overlay dir features 2020-06-04 17:39:17 +02:00
trial_test Support identifying different tgz files based on run_label attribute 2020-05-28 13:13:05 +00:00
util_test selftest: Move tests into own subdirectories 2020-05-06 18:49:31 +02:00
Makefile Support identifying different tgz files based on run_label attribute 2020-05-28 13:13:05 +00:00
_prep.py selftest: Move tests into own subdirectories 2020-05-06 18:49:31 +02:00
all_tests.py selftest: Move tests into own subdirectories 2020-05-06 18:49:31 +02:00