osmo-gsm-tester/src
Pau Espin b6ab1da0af event_loop: Avoid leaking active timeouts on poll exception
It was spotted that when an error ocurred during poll generating an
exception to finish the test (osmo-msc ended prematurely), then the
active wait() condition was kept being checked for later tests, making
all followup tests fail.

That's because in case of exception we were not making sure the timeout
is removed and it kept firing forever.

Change-Id: I5c93cd67b2b83c0ecee96fbc6c4200b419bdf73f
2018-04-07 17:27:54 +02:00
..
osmo_gsm_tester event_loop: Avoid leaking active timeouts on poll exception 2018-04-07 17:27:54 +02:00
osmo_ms_driver ms: Add a main function to start all of it 2018-04-04 15:35:12 +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