Skip to content
Success

#875 (Feb 25, 2026, 9:43:00 AM)

Started 6 hr 31 min ago
Took 33 sec on build5-deb12build-ansible
Build Artifacts

Started by timer

This run spent:

  • 13 ms waiting;
  • 33 sec build duration;
  • 33 sec total from scheduled to completion.
Revision: 11055328716a5ca1cceb7408649ed137f1c298c7
Repository: https://gerrit.osmocom.org/osmo-ttcn3-hacks
  • origin/master
Tests (no failures)
    BSSAP_LE_Emulation: Increase timeout in f_bssap_le_wait_sccp_peer_available()

    It was spotted in SMLC_Tests.ttcn that the current timeout may be too
    short, and the test fails because ttcn3 connects to STP and receives a
    DUNA, and then the IUT (osmo-smlc) connects to STP around 4 seconds
    later, which is too late with existing timeout.

    Change-Id: I2d4210bf5785a09bf384a1534c407dcf63b1c38b
    Pau Espin Pedrol at
    5gc: Split f_start_handler_with_pars() into multiple helpers

    This allows initializing multiple ConnHldr and then connecting them and
    starting them later. This is similar to what is is done eg. in
    MSC_Tests.

    Change-Id: Ic60009c5f7fcdc43f6e13f9ea469bfaddc639c33
    Pau Espin Pedrol at