Skip to content
Unstable

#3008 (Feb 25, 2026, 9:48:00 AM)

Started 3 hr 42 min ago
Took 15 min on build5-deb12build-ansible
Build Artifacts

Started by timer

This run spent:

  • 21 ms waiting;
  • 15 min build duration;
  • 15 min total from scheduled to completion.
Revision: 11055328716a5ca1cceb7408649ed137f1c298c7
Repository: https://gerrit.osmocom.org/osmo-ttcn3-hacks
  • origin/master
Tests (12 failures / ±0)Show all failed tests >>>
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