aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/libmgcp
AgeCommit message (Expand)AuthorFilesLines
2014-08-28osmux: remove spamming debug log messagesPablo Neira Ayuso1-28/+0
2014-08-28osmux: use osmux port when specified from vty from enginePablo Neira Ayuso1-3/+3
2014-08-28osmux: print out 'osmux port' when saving configurationPablo Neira Ayuso1-0/+2
2014-08-28osmux: allow to specify the Osmux portPablo Neira Ayuso2-1/+14
2014-08-28osmux: display statistics once osmux input handle is releasedPablo Neira Ayuso1-1/+9
2014-08-28osmux: fix error path in osmux_handle_dummy()Pablo Neira Ayuso1-1/+2
2014-08-28osmux: remove spamming log messagePablo Neira Ayuso1-3/+0
2014-08-28osmux: cleanup osmux input handle on releasePablo Neira Ayuso1-0/+1
2014-08-28osmux: add osmux circuit ID management and resolve NAT problemsPablo Neira Ayuso2-113/+192
2014-08-27osmux: move osmux socket initialization out of osmux_enable_endpoint()Pablo Neira Ayuso2-14/+20
2014-08-27osmux: split osmux_handle_lookup() in several functionsPablo Neira Ayuso1-7/+31
2014-08-27osmux: encapsulate for osmux state information in struct mgcp_endpointPablo Neira Ayuso2-6/+7
2014-07-22osmux: Drop the message in case we don't know the remote yet.Holger Hans Peter Freyther1-0/+7
2014-07-22osmux: Qualify the handle by IPv4 address _and_ portHolger Hans Peter Freyther1-12/+25
2014-07-22osmux: Extract the dummy message, find the endpoint and set rtp portHolger Hans Peter Freyther1-1/+34
2014-07-22osmux: Send the CI as part of the dummy to help to identify a clientHolger Hans Peter Freyther1-2/+7
2014-07-22osmux: Using the "CI" and calling it "CID" is plain wrongHolger Hans Peter Freyther1-1/+1
2014-07-22mgcp: Change API to remove memory management from the nameHolger Hans Peter Freyther2-7/+12
2014-07-22mgcp: Fix/test the case of a time jump and the resyncHolger Hans Peter Freyther1-0/+1
2014-07-22mgcp: Initialise next_time in case the initial timestamp is not 0.Holger Hans Peter Freyther1-2/+4
2014-07-22mgcp: Document transcoding semantic and follow itHolger Hans Peter Freyther1-1/+8
2014-07-22mgcp: Fix/test reading/writing the sequence numberHolger Hans Peter Freyther1-2/+2
2014-07-22mgcp: Patch and Count _after_ the transcodingHolger Hans Peter Freyther1-1/+1
2014-07-22mgcp: Add a comment about the return of the functionHolger Hans Peter Freyther1-0/+5
2014-07-22mgcp: Make the internal state of the transcoder accessibleHolger Hans Peter Freyther1-50/+1
2014-07-22mgcp: Warn when the buffer is being reset due a wrong seq numberHolger Hans Peter Freyther1-2/+5
2014-07-22mgcp: Mention the packet duration in the error messageHolger Hans Peter Freyther1-2/+2
2014-07-22mgcp: Provide more information about configured endpointsHolger Hans Peter Freyther1-13/+26
2014-07-22mgcp: Fix memory leak in the transcoding codeHolger Hans Peter Freyther1-1/+1
2014-07-09osmux: Now that we have IPv4/port we might want to consider to expire handlesHolger Hans Peter Freyther1-0/+1
2014-07-09osmux: Mention where the data was coming fromHolger Hans Peter Freyther1-2/+4
2014-07-09osmux: Be accurate. The label has been already createdHolger Hans Peter Freyther1-1/+1
2014-07-08osmux: Make sure to always use the right dummy sending methodHolger Hans Peter Freyther1-6/+11
2014-07-08osmux: Remove extra newline from the osmux log messageHolger Hans Peter Freyther1-1/+1
2014-07-07mgcp: Verify that the force-ptime is written back to the fileHolger Hans Peter Freyther1-1/+3
2014-07-07mgcp: Fix documentation issue in the force-ptime commandHolger Hans Peter Freyther1-1/+2
2014-07-07rtp: Share the rtp header between the proxy and the mgcp codeHolger Hans Peter Freyther1-36/+1
2014-06-16mgcp: Allow to batch more than four messagesHolger Hans Peter Freyther1-1/+1
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: Move transcoding to libmgcpJacob Erlbeck3-3/+746
2014-06-05mgcp: Add packet size (ptime) conversionJacob Erlbeck3-9/+61
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 Erlbeck2-5/+27
2014-06-05mgcp: Add audio info fields to struct mgcp_rtp_endJacob Erlbeck1-20/+64
2014-06-05mgcp: Add callbacks for payload processingJacob Erlbeck2-4/+50
2014-06-03osmux: Fix the VTY online help in the osmux commandHolger Hans Peter Freyther1-1/+1
2014-05-28mgcp: Address scanf issue already found by cppcheck and now ASANHolger Hans Peter Freyther1-1/+1
2014-05-22osmux: Fix potential memory leak in the msgb handlingHolger Hans Peter Freyther1-0/+2
2014-05-22mgcp: Add proper length checking for line handlingHolger Hans Peter Freyther1-0/+22