aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/openbsc/mgcp_transcode.h
AgeCommit message (Collapse)AuthorFilesLines
2017-08-27move openbsc/* to repos rootNeels Hofmeyr1-90/+0
This is the first step in creating this repository from the legacy openbsc.git. Like all other Osmocom repositories, keep the autoconf and automake files in the repository root. openbsc.git has been the sole exception, which ends now. Change-Id: I9c6f2a448d9cb1cc088cf1cf6918b69d7e69b4e7
2015-08-19mgcp: Add transcoding from PCMU as wellHolger Hans Peter Freyther1-1/+2
Use the existing ulaw encode/decode to support PCMU as well. The MERA VoIP switch has some severe issues with the GSM codec and it appears easier to enable transcoding for it. The mera switch doesn't appear to cope with codec change between a SIP 180 trying and the 200 ok connection result. Inserting the codec is touching too many places. Ideally we should have the transcoding function as pointer in the struct as well but the arguments differ.. so it is not a direct way forward.
2014-07-22mgcp: Make the internal state of the transcoder accessibleHolger Hans Peter Freyther1-0/+53
For the unit tests we need to look at the internal state.
2014-06-05mgcp: Move transcoding to libmgcpJacob Erlbeck1-0/+36
This patch moves the files relevant to transcoding from src/osmo-bsc_mgcp to src/libmgcp and src/include/openbsc. Makefiles and include directives are being updated accordingly. Sponsored-by: On-Waves ehf