This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)".
The branch, fairwaves/dynamic-rtp-pt-fix has been created
at b8e04d4041c1805e161bd17dbf846293457dccea (commit)
- Log -----------------------------------------------------------------
http://cgit.osmocom.org/openbsc/commit/?id=b8e04d4041c1805e161bd17dbf846293…
commit b8e04d4041c1805e161bd17dbf846293457dccea
Author: Alexander Chemeris <Alexander.Chemeris(a)gmail.com>
Date: Tue Nov 24 21:18:01 2015 -0500
rtp_proxy: Use actual codec type instead of payload type.
http://cgit.osmocom.org/openbsc/commit/?id=bbb158bb1091974f1ce2cab2e95cddd3…
commit bbb158bb1091974f1ce2cab2e95cddd3eb9bfb28
Author: Alexander Chemeris <Alexander.Chemeris(a)gmail.com>
Date: Tue Nov 24 21:16:40 2015 -0500
rtp_proxy: Don't try to guess codec by payload type - it'll be wrong anyway.
We should use msg_type instead, which has information about the actual codec.
http://cgit.osmocom.org/openbsc/commit/?id=f8caeb27a158082d9dd79bab976c11e5…
commit f8caeb27a158082d9dd79bab976c11e53d117445
Author: Alexander Chemeris <Alexander.Chemeris(a)gmail.com>
Date: Tue Nov 24 21:14:52 2015 -0500
rtp_proxy: Always pass RTP codec into rtp_decode().
We can't rely on payload type for decoding, so lets use actual codec type.
http://cgit.osmocom.org/openbsc/commit/?id=945fb547dba1f562538de718bad69d57…
commit 945fb547dba1f562538de718bad69d5780b467ce
Author: Alexander Chemeris <Alexander.Chemeris(a)gmail.com>
Date: Tue Nov 24 21:13:23 2015 -0500
rtp_proxy: Fix debug output for rtp_socket_upstream().
http://cgit.osmocom.org/openbsc/commit/?id=ccdd23317062d7e94f5eb40f025ab21c…
commit ccdd23317062d7e94f5eb40f025ab21c9bdaa50f
Author: Alexander Chemeris <Alexander.Chemeris(a)gmail.com>
Date: Tue Nov 24 21:09:27 2015 -0500
rtp_proxy: Pass RTP message type to rtp_socket_upstream().
This allows us to decode incoming RTP packet based on the codec instead
of relying on payload type. Payload type is dynamic for HR, EFR and AMR,
so we can't rely on it.
-----------------------------------------------------------------------
hooks/post-receive
--
The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)