Skip to content
Success

#27773 (Mar 24, 2026, 9:29:49 PM)

Started 11 hr ago
Took 3.7 sec on build4-deb12build-ansible

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

This run spent:

  • 9 min 14 sec waiting;
  • 3.7 sec build duration;
  • 9 min 17 sec total from scheduled to completion.
Revision: 05bf4c6b05a4c685b7c1c70e52e5dba0ec7c49cc
Repository: $GERRIT_REPO_URL
  • master
s1gw: f_ConnHdlr_pfcp_assoc_handler(): handle already-connected case

Previously, f_pfcp_assoc() would skip spawning a connection handler
entirely if the IUT was already PFCP-associated.  This was fine for
tests that only need an association to be present, but upcoming PFCP
Heartbeat test cases need the emulation's Recovery Timestamp to be
synced with what the IUT has stored, even when re-using an existing
association.

Move the state check into f_ConnHdlr_pfcp_assoc_handler(): if the
IUT is already connected, sync PFCPEM's Recovery Timestamp to the
value the IUT remembers (rrts); otherwise perform the full Association
Setup as before.  Remove the now-redundant g_pfcp_assoc component
variable from test_CT - it's not accessible by ConnHdlr(s) anyway.

Change-Id: Id9d2ebb1ddb3d3896dd24e2a37e9d21335441d52
Vadim Yanitskiy at