Skip to content
Success

Changes

Summary

  1. ipa: Adapt handling logic of rx msg from osmo_ipa_segmentation_cb() (details)
  2. mtp: Introduce osmo_ss7_user_find_by_si() public API (details)
Commit c29fa2776326d21759426f052283ac4cf11a44f1 by Pau Espin Pedrol
ipa: Adapt handling logic of rx msg from osmo_ipa_segmentation_cb()

We migrated to using osmo_io+osmo_stream with
osmo_ipa_segmentation_cb(), which takes care of pulling the multiple IPA
headers and stores them in osmo_ipa_msgb_cb_proto(_ext)().
When doing the change, we forgot to update the rx path in ipa.c to
account for those changes. Do it now to simplify the code and clarify
that l1h was actually pulled from ->data.

Change-Id: I4e26bf471de9a258dc2f862488253f31aa95a013
The file was modifiedsrc/ipa.c
Commit f95eb5d034bf76565811841f1fd09445c5b8b747 by Pau Espin Pedrol
mtp: Introduce osmo_ss7_user_find_by_si() public API

This is needed by mtp_sap/ss7_user API users to figure out whether
there's a user set up already for a given Service Indicator.

Change-Id: I7db659dc443148f3aab70d2c6229c2271346cf38
The file was modifiedTODO-RELEASE
The file was modifiedsrc/ss7_user.h
The file was modifiedsrc/ss7_user.c
The file was modifiedsrc/ss7_hmrt.c
The file was modifiedsrc/xua_snm.c
The file was modifiedinclude/osmocom/sigtran/osmo_ss7.h