Skip to content
Success

#20434 (Feb 12, 2026, 11:25:19 AM)

Started 14 days ago
Took 55 sec on build4-deb12build-ansible

Started by upstream project gerrit-libosmo-sigtran build number 883
originally caused by:

This run spent:

  • 7.4 sec waiting;
  • 55 sec build duration;
  • 1 min 3 sec total from scheduled to completion.
Revision: 71d42b9ffde91b258444cfdd73b1122c76e9555c
Repository: $GERRIT_REPO_URL
  • master
ss7_as: Optimize ss7_as_asp_assoc_find()

Look for counterpart on the object with the shortest list, ie. convert
from O(N) to O(min(N,M)).
This way eg. if we have 100 ASPs on 1 AS, lookup time becomes O(1).
Same if we have eg. 1 ASP serving 100 AS.

Change-Id: I139aede15af6b6a77d19e6fcf6b6abe8ed6599a6
Pau Espin Pedrol at