Skip to content
Success

#27432 (Mar 14, 2026, 1:45:38 PM)

Started 5 hr 28 min ago
Took 3.8 sec on build5-deb12build-ansible

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

This run spent:

  • 9.6 sec waiting;
  • 3.8 sec build duration;
  • 13 sec total from scheduled to completion.
Revision: 5e2cd8e0b8762214f4bd584cc0e43b816895b8ba
Repository: $GERRIT_REPO_URL
  • master
enb_proxy/mme_registry: add per-MME counters for connection events

Register a set of per-MME counters when an MME is added to the pool,
and increment them from enb_proxy at the relevant state transitions:

  - selected          (MME chosen for a connection attempt)
  - conn_est_timeout  (SCTP connection establishment timed out)
  - conn_est_failure  (SCTP connection establishment failed)
  - s1setup_rsp       (S1 SETUP RESPONSE received successfully)
  - s1setup_failure   (S1 SETUP FAILURE received from MME)
  - s1setup_rsp_timeout (timed out waiting for S1 SETUP RESPONSE)

A new global aggregate counter ?S1GW_CTR_ENB_PROXY_MME_SELECTED is
also added alongside the existing ?S1GW_CTR_ENB_PROXY_MME_SELECT_ERROR.

Change-Id: Ie0149c1ad0754af6d8f5f95d4e8919993eac3760
Related: SYS#7052
Vadim Yanitskiy at