Skip to content
Success

#324 (Feb 25, 2026, 5:27:00 PM)

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

Started by timer

This run spent:

  • 3 ms waiting;
  • 55 sec build duration;
  • 55 sec total from scheduled to completion.
Revision: d8a59468bc5075b6b43d565051566f611bb8ac43
Repository: https://gerrit.osmocom.org/osmo-ttcn3-hacks
  • origin/master
Tests (no failures)
    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
    bsc: TC_stat_msc_sctp_disconnected Fix sporadic failure

    Since we recently increased a bit the timeout to assume the BSSAP_LE
    peer (SMLC) is implicitly up, the function
    f_bssap_le_wait_sccp_peer_available() may still be onging when we drop
    the sctp connection at the STP in the test, which will generate an
    explicit DUNA towards BSSAP_LE and hence fail the test because it never
    comes back available before it times out.

    Since we don't need nor test SMLC in this test, simply disable starting
    the SMLC here to avoid this race condition and simplify the test.

    Change-Id: Ib063a481d9039cbcd462609404dbae14922c7510
    Pau Espin Pedrol at