Skip to content
Success

#21064 (Mar 17, 2026, 9:23:08 PM)

Started 8 hr 25 min ago
Took 7 min 30 sec on build4-deb12build-ansible

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

This run spent:

  • 6.1 sec waiting;
  • 7 min 30 sec build duration;
  • 7 min 36 sec total from scheduled to completion.
Revision: 4aa0115d3ce12c9bc8275acbe3fb0c75a145c0a7
Repository: $GERRIT_REPO_URL
  • master
enb_proxy: obtain sctp_client sockopts from the env directly

Instead of passing the MmeConnCfg (sctp_client:cfg()) all the way
from osmo_s1gw_sup through sctp_server (as priv) into enb_proxy
(as state), read the sctp_client configuration in-place via
osmo_s1gw:get_env/2 when it is actually needed (connecting/enter).

This works because osmo_s1gw_sup already normalizes and writes back
the complete sctp_client config to the application env (set_env/2)
before starting the supervision tree.

As a result, mme_conn_cfg is removed from enb_proxy's state record,
start_link/2 no longer uses its Priv argument, and server_cfg/1 is
simplified to server_cfg/0.

Change-Id: Ic77d3eb3351c8981c87fa4b6febcdeb814b9187b
Vadim Yanitskiy at