osmo-bsc/openbsc/src
Harald Welte a87f8f9891 rtp_proxy: Simplify AMR handling
AMR frames on the MNCC interface are slightly different as they
include a single-byte payload_length indicator prior to the actual
payload.  Commit 3f201ac89952b68d05c0bb6cb41932b9cd898b19 introduced
more special-case handling than required, so I'm trying to simplify
things again.

We now also use msgb_put() more consistently, i.e. always put
before actually using the data, and use the return value of msgb_put()
rather than first making assumptions about the pointer, writing to it
and then calling msgb_put().
2014-05-18 22:23:15 +02:00
..
gprs gprs: Fix compiler warnings ini gprs_sndcp_vty.c 2014-04-04 12:49:38 +02:00
ipaccess ipa: Fix the compilation of ipaccess-find on FreeBSD 2014-05-09 04:40:23 +02:00
libbsc ctrl: Remove the param parameter as it was never used/implemented 2014-05-15 15:50:55 +02:00
libcommon vty: Use vty_install_default() instead of bsc_install_default() 2013-10-30 15:19:00 +01:00
libctrl ctrl: Remove the param parameter as it was never used/implemented 2014-05-15 15:50:55 +02:00
libgb Makefile.am: Use AM_CPPFLAGS 2013-06-12 09:16:27 +02:00
libmgcp mgcp: The valid payload types start at 0. Fix the VTY 2014-03-20 22:34:37 +01:00
libmsc Add support for AMR frames to MNCC/RTP interface 2014-05-18 22:23:15 +02:00
libtrau rtp_proxy: Simplify AMR handling 2014-05-18 22:23:15 +02:00
osmo-bsc ctrl: Introduce a macro for read-only attributes and use it 2014-05-15 15:30:52 +02:00
osmo-bsc_mgcp mgcp: Send RTP keepalive dummy packets to net 2014-01-16 13:20:51 +01:00
osmo-bsc_nat nat/bsc: Check proto before calling ipaccess_rcvmsg_base 2014-05-06 06:50:39 +02:00
osmo-nitb ctrl: Move the lookup into a separate file in preparation for GPRS 2014-03-23 16:25:16 +01:00
utils smpp_mirror: Initialize rc when cmd_id is not DELIVER_SM 2013-12-12 16:20:01 +01:00
Makefile.am Makefile.am: Use AM_CPPFLAGS 2013-06-12 09:16:27 +02:00