osmo-gsm-tester/src
Pau Espin 3b351716a9 Fix bts.ready_for_pcu() implementation for sysmo and oc2g
osmo-bts.git ae09c8acb4aa93284cdb44f8bbdc14533dc4fa52 modified code to
avoid calling pcu_tx_info_ind() if pcu socket was not connected. Since
osmo-gsm-tester relied on log message sent from within that funtion to
find out whether BTS was able to handle PCUIF connections, that log line
is not printed anymore and hence the function ready_for_pcu() fails to
ever return true.
As a result, gprs tests for sysmo and oc2g bts types always fail with a
timeout.

Other BTS types are not affected (such as osmo-bts-trx) because in there
we simply check whether the osmo-bts process is running.

Change-Id: Ibde4b8b27b8300b4b9197c0f8d82a6ccbf3b0522
2021-03-08 12:01:37 +01:00
..
osmo_gsm_tester Fix bts.ready_for_pcu() implementation for sysmo and oc2g 2021-03-08 12:01:37 +01:00
osmo_ms_driver Update obj classes in obj/ to use testenv instead of suite_run 2020-05-05 13:56:01 +02:00
osmo-gsm-tester.py add option osmo-gsm-tester.py --suites-file my-suites-listing.conf 2020-12-11 00:41:17 +01:00