Skip to content
Success

Changes

Summary

  1. sigtran: Make osmo_ss7_user struct private (details)
Commit dc1acac4b5b13009605b91d8e43a5ee5386601a6 by Pau Espin Pedrol
sigtran: Make osmo_ss7_user struct private

ss7_user objects are managed so far exclusively through libosmo-sigtran
internal upper layers (SCCP), hence make the struct as well as all its
APIs private.

API ss7_mtp_to_user() is also made private since that's only meant for
internal use from lower layers in the library.

Change-Id: I59d8f70aa81ba396159af40ffd7e8cc6c27cb864
The file was modifiedsrc/osmo_ss7_user.c
The file was modifiedsrc/osmo_ss7.c
The file was modifiedsrc/osmo_ss7_hmrt.c
The file was modifiedtests/ss7/ss7_test.c
The file was addedsrc/ss7_user.h
The file was modifiedinclude/osmocom/sigtran/osmo_ss7.h
The file was modifiedsrc/sccp_internal.h
The file was modifiedsrc/Makefile.am