osmo-gsm-tester/src
Pau Espin 926a4b81be bts_nanobts: Fix pwsup_list increasing its size every new test
variables under class section are shared among all instances, and are
used unless the specific class instance attribute is set. As a result,
the same pwsup_list object was being re-used.

Take the chance to do the same with the _pcu var, since we want same
behavior for it.

See for reference: https://stackoverflow.com/a/1716730

Fixes: OS#3456
Change-Id: I3f6a9d64b35aec33430e90872f41c3d046653ce6
2018-08-09 13:01:17 +02:00
..
osmo_gsm_tester bts_nanobts: Fix pwsup_list increasing its size every new test 2018-08-09 13:01:17 +02:00
osmo_ms_driver ms: Make the total test duration configurable 2018-07-21 23:21:46 +01:00
osmo-gsm-tester.py add cmdline option -R to add src file log to stdout 2017-06-22 06:43:04 +00:00