Skip to content
Success

Changes

Summary

  1. mtp: Support MTP-TRANSFER.req of raw IPA messages (details)
Commit 991828c7339e23ceb95bce25fd566ba0f0d07523 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 modifiedinclude/osmocom/sigtran/protocol/mtp.h
The file was modifiedsrc/ipa.c
The file was modifiedTODO-RELEASE