Skip to content
Success

#27295 (Mar 6, 2026, 9:35:06 PM)

Started 1 day 2 hr ago
Took 2.8 sec on build4-deb12build-ansible

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

This run spent:

  • 13 min waiting;
  • 2.8 sec build duration;
  • 13 min 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