Skip to content
Success

#27815 (Mar 26, 2026, 9:47:13 PM)

Started 14 hr ago
Took 5.2 sec on build5-deb12build-ansible

Started by upstream project gerrit-osmo-bts build number 1120
originally caused by:

This run spent:

  • 4 min 25 sec waiting;
  • 5.2 sec build duration;
  • 4 min 30 sec total from scheduled to completion.
Revision: 0ec72f957775515069f37d877df0a5732270cf86
Repository: $GERRIT_REPO_URL
  • master
scheduler: trx_sched_is_sacch_fn(): fix returning non-bool

The function is declared `bool` but returns `-EINVAL` on an error path.
`-EINVAL` is `-22`, which in C implicitly converts to `bool true`.
Returning `false` makes more sense when we don't know the MF layout.

Change-Id: Ib2394687815aed4990c3880446176e4c97440667
Vadim Yanitskiy at