Skip to content
Success

#27764 (Mar 24, 2026, 9:28:55 PM)

Started 9 hr 41 min ago
Took 4 sec on build5-deb12build-ansible

Started by upstream project gerrit-osmo-s1gw build number 729
originally caused by:

This run spent:

  • 11 min waiting;
  • 4 sec build duration;
  • 11 min total from scheduled to completion.
Revision: 3ae525442a8b40b5fd998b3bc217f7f82c440a5c
Repository: $GERRIT_REPO_URL
  • master
pfcp_peer: detect UPF restart via RTS mismatch in Heartbeat Response

Check the Recovery Timestamp (RTS) in each Heartbeat Response against
the value stored during Association Setup (`rem_rts`).  A mismatch
means the UPF has restarted; log a warning, increment the new
`pfcp.peer_restart counter`, and reset the PFCP association so it is
re-established with the restarted peer.

The `is_integer(ExpRTS)` guard prevents a spurious reset when a stale
Heartbeat Response arrives in the connecting state (where `rem_rts`
is still undefined).

Change-Id: I00a8384db1ea9c38d0ad9ff90b3d45ad86c3a020
Vadim Yanitskiy at