Skip to content
Success

#106 (Feb 26, 2026, 1:00:00 PM)

Started 1 hr 57 min ago
Took 24 sec on build5-deb12build-ansible
Build Artifacts

Started by timer

This run spent:

  • 12 ms waiting;
  • 24 sec build duration;
  • 24 sec total from scheduled to completion.
Revision: 92f92923418c9803a0eb26fae97e56eed47a612d
Repository: https://gerrit.osmocom.org/osmo-ttcn3-hacks
  • origin/master
Tests (no failures)
    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
    hnbgw: introduce test TC_pfcp_heartbeat_timeout

    Related: SYS#7294
    Change-Id: I1e0b50bc19e1fa1240274baea1e7fedd1265ffcb
    Pau Espin Pedrol at
    hnbgw: Introduce test TC_pfcp_heartbeat_recovery_timestamp

    Related: SYS#7294
    Change-Id: I3f8098d7a34666961437fecc5100422a5e7436a4
    Pau Espin Pedrol at
    hnbgw: Fix race conditions during PFCP Association

    Since osmo-hnbgw now sends Heartbeat Requests, we need to take that into
    account.
    Furthermore, since it also now supports retriggering association when
    detecting peer restarted upon rx of Heartbeat Req, use that to trigger
    an association to clean up state and have a deterministic way to
    synchronize at that point regarding state.

    Change-Id: If62bd6c6e4d6cf73791029172d3d8880629f36a8
    Pau Espin Pedrol at