aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/libmgcp/mgcp_protocol.c
AgeCommit message (Expand)AuthorFilesLines
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-07-11osmux: Add negotiation state so race conditions can't disable osmuxDaniel Willmann1-3/+3
2015-10-12osmux: Allow to listen to a specific addressHolger Hans Peter Freyther1-0/+1
2015-10-12osmux: Remember the allocated CID and make sure it is releasedHolger Hans Peter Freyther1-0/+4
2015-10-12osmux: Allow to enforce using Osmux for the clientHolger Hans Peter Freyther1-0/+4
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: Begin to separate network and bts endpointsHolger Hans Peter Freyther1-3/+2
2015-08-14mgcp: Allow to enforce that the codecs need to matchHolger Hans Peter Freyther1-2/+2
2015-08-14mgcp: Move the SDP handling into a separate file/moduleHolger Hans Peter Freyther1-217/+5
2015-03-29libmgcp: Fail if transcoding can't be configuredHolger Hans Peter Freyther1-10/+14
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 Freyther1-1/+3
2014-09-17osmux: send osmux stats in MGCP DLCX responsesPablo Neira Ayuso1-6/+18
2014-09-02mgcp: Store one more codec/payload type if it is presentHolger Hans Peter Freyther1-7/+18
2014-09-02mgcp: Group codec reset and put it to a separate method.Holger Hans Peter Freyther1-9/+15
2014-09-02mgcp: Move the "codec" params to a structHolger Hans Peter Freyther1-39/+39
2014-08-29osmux: fix unchecked return value in mgcp_parse_osmux_cid()Pablo Neira Ayuso1-2/+4
2014-08-28osmux: add osmux circuit ID management and resolve NAT problemsPablo Neira Ayuso1-36/+47
2014-08-27osmux: move osmux socket initialization out of osmux_enable_endpoint()Pablo Neira Ayuso1-6/+20
2014-08-27osmux: encapsulate for osmux state information in struct mgcp_endpointPablo Neira Ayuso1-2/+3
2014-07-22mgcp: Change API to remove memory management from the nameHolger Hans Peter Freyther1-6/+11
2014-07-08osmux: Make sure to always use the right dummy sending methodHolger Hans Peter Freyther1-6/+11
2014-06-15mgcp: Fix SDP formatting of fmtp_extra (Coverity)Jacob Erlbeck1-2/+1
2014-06-05mgcp: Set net_end audio params in recvonly modeJacob Erlbeck1-3/+38
2014-06-05mgcp: Add packet size (ptime) conversionJacob Erlbeck1-2/+16
2014-06-05mgcp: Only include SDP lines with valid contentJacob Erlbeck1-43/+90
2014-06-05mgcp: Add a function to get media info for MGCP responsesJacob Erlbeck1-5/+14
2014-06-05mgcp: Add audio info fields to struct mgcp_rtp_endJacob Erlbeck1-20/+64
2014-06-05mgcp: Add callbacks for payload processingJacob Erlbeck1-1/+33
2014-05-28mgcp: Address scanf issue already found by cppcheck and now ASANHolger Hans Peter Freyther1-1/+1
2014-05-22mgcp: Add proper length checking for line handlingHolger Hans Peter Freyther1-0/+22
2014-05-22mgcp: add voice muxer supportPablo Neira Ayuso1-5/+37
2014-01-20mgcp: Synchronize conn mode bits and output enabled flagsJacob Erlbeck1-24/+7
2014-01-20mgcp: Disable output enabled on initialisationJacob Erlbeck1-1/+1
2014-01-16mgcp: Send RTP keepalive dummy packets to netJacob Erlbeck1-0/+43
2014-01-16mgcp: Set output_enabled flags based on the MGCP modeJacob Erlbeck1-7/+30
2014-01-16mgcp/rtp: Add flag to disable RTP outputJacob Erlbeck1-0/+2
2013-12-19mgcp/rtp: Only patch timestamp alignment errorsJacob Erlbeck1-2/+2
2013-12-13mgcp: Optionally send ptime in SDPJacob Erlbeck1-1/+22
2013-12-13mgcp: Parse SDP to get rate and packet durationJacob Erlbeck1-6/+47
2013-12-13mgcp: Put local connection options into a structJacob Erlbeck1-5/+28
2013-12-10mgcp/rtp: Refactored packet_duration computationJacob Erlbeck1-3/+21
2013-12-10mgcp/rtp: Only patch SSRC once after MDCX if enabledJacob Erlbeck1-1/+3
2013-12-10mgcp/rtp: Add RTP header patch mode configurationJacob Erlbeck1-1/+20
2013-12-05mgcp: Handle SDP in CRCX received by the MGWJacob Erlbeck1-0/+9
2013-12-05mgcp: NUL-terminate MGCP messageJacob Erlbeck1-1/+15