Skip to content
Success

#27409 (Mar 13, 2026, 1:52:38 PM)

Started 3 hr 36 min ago
Took 3.4 sec on build4-deb12build-ansible

Started by upstream project gerrit-osmo-ttcn3-hacks build number 3954
originally caused by:

This run spent:

  • 2 min 48 sec waiting;
  • 3.4 sec build duration;
  • 2 min 51 sec total from scheduled to completion.
Revision: 353ca07d407a38f7a487943d68859739ed6336e6
Repository: $GERRIT_REPO_URL
  • master
s1gw: f_ConnHdlr_conn_track_disable(): set conn_track := null

After deactivate, conn_track still holds the now-dead reference.
A second call (which can happen if any test explicitly calls this
before f_ConnHdlr_s1ap_disconnect()) will attempt to deactivate an
already-inactive default, which is a TTCN-3 runtime error.

Change-Id: I0b71b543fc7c4e87a86381cc3be23728e75cb59b
Fixes: adc942a94 ("s1gw: track eNB connection, fail immediately on loss")
Vadim Yanitskiy at