Skip to content
Success

Changes

Summary

  1. xua_rkm: Avoid unnecesary ASP lookup by name (details)
  2. ss7_asp: Do AS-eSLS table cleanup during osmo_ss7_asp_destroy() (details)
  3. ss7_xua_server_destroy(): Disconnect streams properly (details)
  4. ss7_xua_srv: Make sure we don't accept conns for ASPs configured as (details)
Commit 87c64a770b5a44ce32d12683a01f4ecbed95e9a2 by Pau Espin Pedrol
xua_rkm: Avoid unnecesary ASP lookup by name

Change-Id: I5ca8f0180a0389d5de7b495cfe9f769985296383
The file was modifiedsrc/ss7_as.c
The file was modifiedsrc/xua_rkm.c
The file was modifiedsrc/ss7_as.h
Commit 6f773f1ba7a77efa5dc0ace8609284af6d0e8ce6 by Pau Espin Pedrol
ss7_asp: Do AS-eSLS table cleanup during osmo_ss7_asp_destroy()

Use the existing API to cleanly remove the association between ASP and
AS.

Change-Id: I2c1b25d3e76703b88111b9935685a58d039b8e23
The file was modifiedsrc/ss7_asp.c
Commit 7a4aa4aa8c538e1a38cf19a5c1bbc957e1b78e6e by Pau Espin Pedrol
ss7_xua_server_destroy(): Disconnect streams properly

destroying ASPs is wrong, since that'd also destroy non-dynamic ASPs,
hence erasing the configuration.
Instead, close oly the stream, and dynamic ASPs get destroyed as a
consequence.

Change-Id: I1309015053d2bd22d8fdf6298f8918a47527340e
The file was modifiedsrc/ss7_xua_srv.c
Commit 89e37ea603cb5b01e87722a697a5044b0fdc8bb7 by Pau Espin Pedrol
ss7_xua_srv: Make sure we don't accept conns for ASPs configured as transport-role client

Change-Id: I955aed3c6cdaa0a7eaa14150eeb7458ee9b41d9d
The file was modifiedsrc/ss7_xua_srv.c