Skip to content
Success

#21152 (Mar 19, 2026, 9:30:50 PM)

Started 4 hr 10 min ago
Took 7 min 30 sec on build4-deb12build-ansible

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

This run spent:

  • 11 sec waiting;
  • 7 min 30 sec build duration;
  • 7 min 42 sec total from scheduled to completion.
Revision: 5331af4ecb0b93fbc4a03a22a57cfcf04b7ccc18
Repository: $GERRIT_REPO_URL
  • master
enb_{proxy,registry}: signal MME conn info on SCTP comm_up

Previously, mme_aid/mme_saddr/mme_sport were only signalled to the
enb_registry once the S1 Setup procedure completed.  This meant the
REST API could not show MME connection details for eNBs stuck in
wait_s1setup_rsp state (e.g. due to a slow or retrying MME).

Add notify_mme_comm_up/2, called at SCTP comm_up, which stores the full
conn_info (including mme_aid, mme_saddr, mme_sport) in the registry as
soon as the SCTP connection is established.

notify_mme_connected/2 is simplified to notify_mme_connected/1: it now
only flips the state to 'connected', since conn_info is already stored.

Change-Id: Iea9ba4fdf961e6cd262edc154884a2eee3d95355
Related: SYS#7066
Vadim Yanitskiy at