Skip to content
Success

Changes

Summary

  1. Add osmo_ss7 APIs (details)
Commit d1f9b3697f011b72dd19a2e40307ebc733fc031d by Oliver Smith
Add osmo_ss7 APIs

Prepare OsmoBSC to work with newer versions of libosmo-sigtran, where
struct osmo_ss7_instance was made private. Ensure the APIs are always
present even if building with older libosmo-sigtran, so we can apply
patches that switches over to using these APIs instead of accessing the
struct directly.

Related: OS#6617
Change-Id: I327664775e94cf1bae203e98f3324d9ab63ee6d0
The file was modifiedsrc/osmo-bsc/osmo_bsc_sigtran.c
The file was addedinclude/osmocom/bsc/sigtran_compat.h
The file was modifiedsrc/osmo-bsc/Makefile.am
The file was modifiedsrc/osmo-bsc/lb.c
The file was modifiedsrc/osmo-bsc/bsc_ctrl.c
The file was modifiedconfigure.ac
The file was modifiedinclude/osmocom/bsc/Makefile.am
The file was modifiedsrc/osmo-bsc/bsc_vty.c
The file was addedsrc/osmo-bsc/sigtran_compat.c