mirror of
https://gitea.osmocom.org/cellular-infrastructure/osmo-mgw.git
synced 2025-10-23 08:12:01 +00:00
a5e0cf09a60ccea624d43789b21e203bc0aa7f03
The change Ie51cc86e90ffeca5b66bcb8f6db0d389241abe57 has replaced the functions make_crcx_msg_bind() and make_crcx_msg_bind_connect() with make_crcx_msg() and add_audio(). When a bidirectional connection is needed, the user calls add_audio() to add the remaining connection details. Unfortunately add_audio() leaves the conn_mode struct member unchanged. Which means the connection is still at MGCP_CONN_RECV_ONLY, which will instruct the MGW not to forward any of the received packets. - Make sure that conn_mode is set to MGCP_CONN_RECV_SEND when add_audio() is called. Change-Id: Id12de37797de5af5cc447642d2fbb1af7de680df Closes: OS#3511
About OsmoMGW ============= OsmoMGW originated from the OpenBSC project, which started as a minimalistic all-in-one implementation of the GSM Network. In 2017, OpenBSC had reached maturity and diversity (including M3UA SIGTRAN and 3G support in the form of IuCS and IuPS interfaces) that naturally lead to a separation of the all-in-one approach to fully independent separate programs as in typical GSM networks. OsmoMGW was one of the parts split off from the old openbsc.git. It originated as a solution to merely navigate RTP streams through a NAT, but has since matured to a Media Gateway implementation that is capable of streaming RTP for 2G (AoIP) and 3G (IuCS) GSM networks as well as (still not implemented at time of writing) transcoding between TRAU, various RTP payloads and IuUP. The OsmoMGW program exposes an MGCP interface towards clients like OsmoMSC and OsmoBSC, and receives and sends RTP streams as configured via MGCP. The libosmo-mgcp-client library exposes utilities used by e.g. OsmoMSC (found in osmo-msc.git) to instruct OsmoMGW via its MGCP service. The libosmo-mgcp library exposes MGCP server utilities used by e.g. OsmoBSC-NAT (found in osmo-bsc.git) to navigate RTP streams through a NAT. (At time of writing, this is still called libosmo-legacy-mgcp.) Find OsmoMGW issue tracker and wiki online at https://osmocom.org/projects/osmo-mgw https://osmocom.org/projects/osmo-mgw/wiki
Description
Languages
C
95.1%
Python
1.6%
Makefile
1.2%
M4
1%
Shell
1%