Skip to content
Success

#27938 (Apr 2, 2026, 4:32:09 PM)

Started 1 hr 55 min ago
Took 4.1 sec on build5-deb12build-ansible

Started by upstream project gerrit-osmo-ttcn3-hacks build number 4043
originally caused by:

This run spent:

  • 8.5 sec waiting;
  • 4.1 sec build duration;
  • 12 sec total from scheduled to completion.
Revision: 6de80a541bb99e1da5a5a466d0cf02c96be2d8d4
Repository: $GERRIT_REPO_URL
  • master
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