Skip to content
Success

#20802 (Mar 6, 2026, 9:21:28 PM)

Started 20 hr ago
Took 6 min 53 sec on build4-deb12build-ansible

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

This run spent:

  • 9 sec waiting;
  • 6 min 53 sec build duration;
  • 7 min 2 sec total from scheduled to completion.
Revision: cb6e8b4274dbbaa04bf704ecf017df012e8924cd
Repository: $GERRIT_REPO_URL
  • master
enb_registry: fix addr/port filter logic (use andalso)

In Erlang a function body returns only its last expression.  The comma
between the two enb_filter_by_sub_field/2 calls caused the result of
the addr check to be silently discarded, so the filter only tested the
port.  Replace the comma with andalso to require both to match.

Change-Id: I8061636cd1077a4f3a9e9d37a31224f5e373becb
Vadim Yanitskiy at