Skip to content
Success

#20799 (Mar 6, 2026, 9:21:26 PM)

Started 18 hr ago
Took 6 min 29 sec on build5-deb12build-ansible

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

This run spent:

  • 7.6 sec waiting;
  • 6 min 29 sec build duration;
  • 6 min 37 sec total from scheduled to completion.
Revision: d988d804b52d2d9e9f557f9b208faedd7d7e786b
Repository: $GERRIT_REPO_URL
  • master
pfcp_peer: wrap seq_nr at 24-bit boundary

PFCP sequence numbers are 24-bit (3GPP TS 29.244 section 7.2.2.2), but
the counter was incremented without wrapping, eventually exceeding the
type spec after 16,777,215 requests.  Introduce PFCP_SEQ_NR_MAX and use
it in the type spec and in the increment expression.

Change-Id: Ie269894add9a82c36698320379df3aca3f7ffea8
Vadim Yanitskiy at