Skip to content
Success

Changes

Summary

  1. sccplite: Avoid msgb_free() during ss7 rx_unknown_cb() (details)
Commit 1ebe3f409b2bad425f3796b3be9ae4540f75fdb0 by Pau Espin Pedrol
sccplite: Avoid msgb_free() during ss7 rx_unknown_cb()

Since its original addition, API osmo_ss7_register_rx_unknown_cb()
states that the msgb is owned by the caller.
Hence, osmo-bsc shall not free the msgb.
Older versions of libosmo-sigtran (before
f16fdf58059b2dea8e940c45c11779c7d4634c3f) had a buggy implementation and
actually leaked the msgb.

Related: SYS#6876
Change-Id: I0ce97e3e5a8399d401750dd67494cfd5cf2108e5
The file was modifiedsrc/osmo-bsc/osmo_bsc_mgcp.c
The file was modifiedTODO-RELEASE
The file was modifiedsrc/osmo-bsc/bsc_ctrl.c
The file was modifiedsrc/osmo-bsc/osmo_bsc_sigtran.c