Skip to content
Success

#20816 (Mar 6, 2026, 9:28:24 PM)

Started 23 hr ago
Took 8 min 1 sec on build4-deb12build-ansible

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

This run spent:

  • 6 min 57 sec waiting;
  • 8 min 1 sec build duration;
  • 14 min total from scheduled to completion.
Revision: 0c3b3f9ce1435ef4f03a3f0c9f7bc499ee04882e
Repository: $GERRIT_REPO_URL
  • master
enb_registry: rework handling of eNB property updates

The idea of an enb_event/0 containing the current MME connection
state and the associated information (Global-eNB-ID, eNB/MME conn
info) looked promising initially, however turned out to be
impractical in light of ongoing MME pooling related changes.

* remove type enb_state/0
* rename type enb_event/0 -> enb_prop/0
* rename function enb_event/2 -> enb_update/2 (now private)
* enb_prop/0: separate the state from other properties
* enb_update/2: accept a list of enb_prop/0 - enb_proplist/0
* add typed notify_*() helpers that group related property updates,
  ensuring consistency and serving as the sole public call sites
* notify_mme_connecting(): explicitly clears mme_conn_info
* openapi: EnbItem.state reflects the actual enb_proxy FSM state

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