Skip to content
Success

#19899 (Jan 25, 2026, 6:48:06 PM)

Started 21 days ago
Took 1 min 24 sec on build4-deb12build-ansible

Started by upstream project gerrit-libosmocore build number 2278
originally caused by:

This run spent:

  • 3 min 35 sec waiting;
  • 1 min 24 sec build duration;
  • 4 min 59 sec total from scheduled to completion.
Revision: 0bb083d41a22be47e345d77674795c358085b97a
Repository: $GERRIT_REPO_URL
  • master
core: guard TCP stats on availability of linux/tcp.h

Detect availability of linux/tcp.h at configure time
and build TCP statistics code conditionally based on that.

This replaces platform-specific conditionals with proper feature checks
and avoids build failures on systems lacking Linux TCP headers or types
(e.g. non-Linux or cross-build environments).

When TCP_INFO support is unavailable, the public API remains unchanged,
but all related functions return -ENOTSUP.

No functional changes on systems where linux/tcp.h are available.

Change-Id: Ibcd00f15131b0291f0b10eca51401c518b77cc39
dtv.comp at