Skip to content
Success

#669 (Apr 4, 2026, 4:02:00 PM)

Started 7 hr 38 min ago
Took 2 min 35 sec on build5-deb12build-ansible
Build Artifacts

Started by timer

This run spent:

  • 18 ms waiting;
  • 2 min 35 sec build duration;
  • 2 min 35 sec total from scheduled to completion.
Revision: bba924875b8d1b886b9c25b90aec109cce3e96ee
Repository: https://gerrit.osmocom.org/osmo-ttcn3-hacks
  • origin/master
Tests (no failures)
    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