Skip to content
Unstable

#3046 (Apr 4, 2026, 9:48:00 AM)

Started 4 hr 22 min ago
Took 15 min on build5-deb12build-ansible
Build Artifacts

Started by timer

This run spent:

  • 5 ms waiting;
  • 15 min build duration;
  • 15 min total from scheduled to completion.
Revision: bba924875b8d1b886b9c25b90aec109cce3e96ee
Repository: https://gerrit.osmocom.org/osmo-ttcn3-hacks
  • origin/master
Tests (12 failures / ±0)Show all failed tests >>>
msc: ASCI: Fix race condition in TC_assign_fail

The f_sleep(0.5) to delay the registration of the PC for the 2nd SCCP
connection sometimes fired too late and we received the VGCS/VBS
Assignment Request before the channel ConnHdlr was registered in
RAN_Emulation.
Then in turn we need to delay call establishment until the channel is
ready.
Implement proper synchronization points to make sure the order of
registers is accomplished while making sure the 2 ConnHdlrs are
registered before they need it.

Change-Id: Id80982b6b968bbe462aeac2b9be646ab50eace83
Pau Espin Pedrol at