mirror of
https://gitea.osmocom.org/cellular-infrastructure/osmo-mgw.git
synced 2025-10-23 08:12:01 +00:00
058eeb7ab025d150176cda6303724146913cc67f
For the one MSC and n BSC case we need to patch the SCCP source local reference on connection orientated links to avoid a clash. For simple UDT packages we just let them pass and for SCCP connection we have to: 1.) Create an entry on Connection Request 2.) Patch the entry on Connection Confirm, Connection Refuse, Connection Release, DT1, Connect Release Complete 3.) Remove the entry on Connection Release Complete The current code is blocking CRs, Release Complete from the MSC, and creates the connection state only from the BSC side. The code to assign a source reference is taken from sccp.c and handles wrap arounds and such properly. We rely on the SCCP parser to fill out the place to the source reference correctly so we can easily fix it. The whole code is young and might contain bugs we need to resolve..
Description
Osmocom Media Gateway (RTP proxy and RTP/E1 gateway)
Languages
C
95.1%
Python
1.6%
Makefile
1.2%
M4
1%
Shell
1%