Skip to content
Success

Changes

Summary

  1. cosmetic: Drop incorrect comment (details)
  2. mgw: Early reject CRCX with X-Osmux if disabled by config (details)
Commit 5d0080b69d9cb86fa51d81335ade5993403cd29c by Pau Espin Pedrol
cosmetic: Drop incorrect comment

The writer of this commit wrongly interpreted conn->end to be an
mgcp_endpoint, but it's actually an struct mgcp_rtp_end, hence codecs
are set per connection as expected.

Change-Id: I773065972342b8cedc900e3d194c48775c3adb5a
The file was modifiedsrc/libosmo-mgcp/mgcp_protocol.c
Commit 79fd5a4f478b279227d6c25068b1b6338710e90c by Pau Espin Pedrol
mgw: Early reject CRCX with X-Osmux if disabled by config

This new behavior rejects the CRCX before creating a conn, simplifying
the code and also allows getting rid of the remote_osmux_cid local variable.

Change-Id: I0245b6c02bf7a3452532e8bf0d7c33479999ce9f
The file was modifiedsrc/libosmo-mgcp/mgcp_protocol.c