Skip to content
Success

#21277 (Mar 25, 2026, 10:31:34 PM)

Started 6 hr 17 min ago
Took 5 min 15 sec on build4-deb12build-ansible

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

This run spent:

  • 6.6 sec waiting;
  • 5 min 15 sec build duration;
  • 5 min 21 sec total from scheduled to completion.
Revision: ba75b313d691866a0d4762ac4a5f67088f705d67
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