aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/libmgcp
AgeCommit message (Expand)AuthorFilesLines
2017-06-23mgcp: fix line-break problem in logPhilipp Maier1-2/+9
2017-06-18mgcp: make bts base port configurablePhilipp Maier2-0/+23
2017-06-18Revert "mgcp: make sure all endpoints are closed on startup"Philipp Maier1-2/+1
2017-06-18mgcp: make sure all endpoints are closed on startupPhilipp Maier1-1/+2
2017-06-18mgcp: make structs accessible from outsidePhilipp Maier1-14/+0
2017-06-18mgcp: improve endpoint managementPhilipp Maier2-5/+97
2017-06-18mgcp: add DLCX command to mgcpgw clientPhilipp Maier1-0/+10
2017-06-18comment: fixme to cleanup MGCP portsNeels Hofmeyr1-0/+1
2017-06-18mgcp: hack RAB success from nano3G: patch first RTP payloadNeels Hofmeyr1-0/+7
2017-06-18Implement IuCS (large refactoring and addition)Neels Hofmeyr6-19/+827
2017-06-09don't re-implement osmo_talloc_replace_string()Harald Welte1-12/+12
2017-05-10src: use osmo_timer_setup()Pablo Neira Ayuso1-2/+1
2016-12-09mgcp_protocol: Ensure we don't call strtok_r with NULL dataHarald Welte1-0/+1
2016-09-28COSMETIC: 'if' is not a function, so there is space before '('Harald Welte1-1/+1
2016-09-15Consistenly format variables in */Makefile.am filesAlexander Huemer1-10/+37
2016-07-11osmux: Add negotiation state so race conditions can't disable osmuxDaniel Willmann1-3/+3
2016-03-16mgcp: Fix compiler warnings on size_t on AMD64Holger Hans Peter Freyther1-4/+4
2015-11-02mgcp_osmux: available circuit IDs from 0 to 255, not from 0 to 128Pablo Neira Ayuso1-1/+1
2015-10-12osmux: Allow to listen to a specific addressHolger Hans Peter Freyther3-1/+14
2015-10-12osmux: Remember the allocated CID and make sure it is releasedHolger Hans Peter Freyther2-0/+17
2015-10-12osmux: Allow to enforce using Osmux for the clientHolger Hans Peter Freyther2-14/+35
2015-10-12osmux: Add introspection for osmux.Holger Hans Peter Freyther1-0/+3
2015-10-12osmux: Do not divide the number of bytes by eight.Holger Hans Peter Freyther1-2/+2
2015-10-12osmux: Test cid allocation and de-allocationHolger Hans Peter Freyther1-0/+14
2015-10-08mgcp: Indicate where the sending failedHolger Hans Peter Freyther1-2/+6
2015-09-07osmux: fix show online-helpPablo Neira Ayuso1-1/+1
2015-09-04mgcp: Fix grammar, clean-up return codesHolger Hans Peter Freyther1-7/+6
2015-09-04mgcp: Remove use of hardwired @mgw from endpoint IDs.Michael McTernan1-1/+1
2015-08-20mgcp: Allow to bind to different ports for net/bts portsHolger Hans Peter Freyther1-0/+46
2015-08-20mgcp: Begin to separate network and bts endpointsHolger Hans Peter Freyther2-15/+19
2015-08-19mgcp: Add transcoding from PCMU as wellHolger Hans Peter Freyther2-0/+34
2015-08-19osmux: add option to pad the circuit with dummy messagesPablo Neira Ayuso2-0/+23
2015-08-17mgcp: Avoid crashing when rtpmap is not completeHolger Hans Peter Freyther1-0/+3
2015-08-14mgcp: Allow to enforce that the codecs need to matchHolger Hans Peter Freyther2-3/+26
2015-08-14mgcp: Turn SDP file parsing in a two stage processHolger Hans Peter Freyther1-28/+108
2015-08-14mgcp: Move the SDP handling into a separate file/moduleHolger Hans Peter Freyther3-218/+198
2015-04-28mgcp: Move assignment of src_codec downwardsJacob Erlbeck1-1/+2
2015-04-24mgcp: Allow to disable transcoding for trunksHolger Hans Peter Freyther2-0/+54
2015-04-24mgcp: Ignore the case for finding a codecHolger Hans Peter Freyther1-5/+5
2015-03-29libmgcp: Fail if transcoding can't be configuredHolger Hans Peter Freyther1-10/+14
2015-03-22rtp: Catch up with the removal of the rtp.hHolger Hans Peter Freyther1-1/+1
2015-03-22rtp: Use osmocom/netif/rtp.h for the rtp structure definitionHolger Hans Peter Freyther1-1/+4
2015-01-21mgcp: Honor the rtp IP_TOS settings for OsmuxHolger Hans Peter Freyther3-4/+5
2015-01-02Partial revert "Fix most compiler warnings with gcc-4.9.2"Holger Hans Peter Freyther1-1/+1
2015-01-01Fix most compiler warnings with gcc-4.9.2Harald Welte1-1/+1
2014-11-20mgcp/sdp: Session name must not be empty pick an empty oneHolger Hans Peter Freyther1-0/+1
2014-11-19mgcp: Allow to omit sending the audio name at allHolger Hans Peter Freyther2-1/+53
2014-10-09mgcp: Count the incoming data instead of the modified oneHolger Hans Peter Freyther1-2/+2
2014-10-09mgcp: Do not detect the initial package as a wrap aroundHolger Hans Peter Freyther1-20/+21
2014-10-09mgcp: Move Annex A counting out of patch/count methodHolger Hans Peter Freyther1-41/+63