Skip to content
Success

#1841 (Apr 4, 2026, 10:40:00 AM)

Started 4 hr 55 min ago
Took 1 min 48 sec on build4-deb12build-ansible
Build Artifacts

Started by timer

This run spent:

  • 2 ms waiting;
  • 1 min 48 sec build duration;
  • 1 min 48 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