Skip to content
Success

Changes

Summary

  1. mgw: Clean up code allocating conn_rtp rtp/rtcp sockets (details)
  2. mgw: Rename and cleanup code allocating rtp/rtcp ports in trunk (details)
Commit f94b846224e4b6af95f90d9d312e7cb671319dab by Pau Espin Pedrol
mgw: Clean up code allocating conn_rtp rtp/rtcp sockets

Clean up pointers, join 2 functions only making stuff more confusing.
Rename function to make it clear it operates on a conn_rtp object.

Change-Id: I50a251b66e85ceeeccb30dcd1813863d7c754961
The file was modifiedinclude/osmocom/mgcp/mgcp_network.h
The file was modifiedsrc/libosmo-mgcp/mgcp_protocol.c
The file was modifiedsrc/libosmo-mgcp/mgcp_network.c
Commit 45559e9230f5942519a1a4bfa48fd4e0a27b5cea by Pau Espin Pedrol
mgw: Rename and cleanup code allocating rtp/rtcp ports in trunk

Clean up pointers passed. Rename function since it's clearly operating
on trunk related fields through mutexes.

Change-Id: Ib894afcb61609c247883d5ccdd7b8fbf29b2cbf8
The file was modifiedinclude/osmocom/mgcp/mgcp_trunk.h
The file was modifiedsrc/libosmo-mgcp/mgcp_trunk.c
The file was modifiedsrc/libosmo-mgcp/mgcp_protocol.c