Skip to content
Success

Changes

Summary

  1. mtp: Support MTP-TRANSFER.req of raw IPA messages (details)
Commit dbf78de0df47776beec63bfd8cdfc2ad8d4cc7ae by Pau Espin Pedrol
mtp: Support MTP-TRANSFER.req of raw IPA messages

This is needed ie. in SCCPLite, where MGCP and CTRL messages need to be
sent over the same IPA multiplex TCP conn as the SCCPLite (SCCP/IPA) one
towards a given MSC.

Prior to this, osmo-bsc-sccplite was doing lots of manual
libosmo-sigtran APIs to obtain a route, an AS, and ASP, sending over an
ASP, etc. Tons of stuff which should really be done properly inside
libosmo-sigtran.

Related: SYS#6880
Change-Id: I9fedb26ccd3434fc7f272feb3c45cf4bdb80c7ae
The file was modifiedsrc/ipa.c
The file was modifiedinclude/osmocom/sigtran/protocol/mtp.h
The file was modifiedTODO-RELEASE