aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/tests/mgcp
AgeCommit message (Expand)AuthorFilesLines
2017-06-09don't re-implement osmo_talloc_replace_string()Harald Welte1-1/+1
2017-01-23fix strncpy() invocation in vty_interface_layer3.c and 3 testsNeels Hofmeyr1-1/+2
2016-10-13msgb talloc ctx: initialize in all main() scopesNeels Hofmeyr1-0/+1
2016-09-15Consistenly format variables in */Makefile.am filesAlexander Huemer1-20/+62
2016-06-18rm dup: use channel type names from libosmocoreNeels Hofmeyr1-3/+5
2015-11-02mgcp_osmux: available circuit IDs from 0 to 255, not from 0 to 128Pablo Neira Ayuso1-1/+1
2015-10-12osmux: Do not divide the number of bytes by eight.Holger Hans Peter Freyther1-1/+1
2015-10-12osmux: Test cid allocation and de-allocationHolger Hans Peter Freyther1-0/+26
2015-08-17mgcp: Test we don't crash on the NAT dummy MGCP messageHolger Hans Peter Freyther1-0/+22
2015-08-17mgcp: Avoid crashing when rtpmap is not completeHolger Hans Peter Freyther1-3/+3
2015-08-14mgcp: Allow to enforce that the codecs need to matchHolger Hans Peter Freyther1-0/+59
2015-07-02configure: Do not link all applications against libgsmHolger Hans Peter Freyther1-1/+1
2015-06-19Fix build wrt. missing CFLAGS constituentsAndreas Rottmann1-1/+1
2015-04-29mgcp/test: Fix mgcp-transcoding assertion (Coverity)Jacob Erlbeck1-1/+1
2015-03-22rtp: And really catch up and remove all occurences of openbsc/rtp.hHolger Hans Peter Freyther1-1/+3
2014-11-20mgcp/sdp: Session name must not be empty pick an empty oneHolger Hans Peter Freyther1-0/+7
2014-11-19mgcp: Allow to omit sending the audio name at allHolger Hans Peter Freyther2-0/+52
2014-10-09mgcp: Count the incoming data instead of the modified oneHolger Hans Peter Freyther1-36/+36
2014-10-09mgcp: Do not detect the initial package as a wrap aroundHolger Hans Peter Freyther2-0/+41
2014-10-09mgcp: Move Annex A counting out of patch/count methodHolger Hans Peter Freyther2-41/+41
2014-09-05mgcp: Re-load the state after the transcoding changeHolger Hans Peter Freyther1-0/+3
2014-09-02mgcp: Use l16 in the testHolger Hans Peter Freyther2-8/+8
2014-09-02mgcp: Deal with receiving another payload typeHolger Hans Peter Freyther2-0/+62
2014-09-02mgcp: Store one more codec/payload type if it is presentHolger Hans Peter Freyther2-2/+125
2014-09-02mgcp: Move the "codec" params to a structHolger Hans Peter Freyther2-12/+12
2014-07-22mgcp: Change API to remove memory management from the nameHolger Hans Peter Freyther2-7/+2
2014-07-22mgcp: Fix/test the case of a time jump and the resyncHolger Hans Peter Freyther1-0/+47
2014-07-22mgcp: Add a testcase for 160->80 ptime handlingHolger Hans Peter Freyther1-0/+19
2014-07-22mgcp: Initialise next_time in case the initial timestamp is not 0.Holger Hans Peter Freyther1-4/+6
2014-07-22mgcp: Document transcoding semantic and follow itHolger Hans Peter Freyther2-15/+81
2014-07-22mgcp: Fix/test reading/writing the sequence numberHolger Hans Peter Freyther2-7/+59
2014-07-22mgcp: Capture the return value of the of the transcode functionHolger Hans Peter Freyther2-192/+205
2014-07-22mgcp: Do not use errx as finding a test failure is too hardHolger Hans Peter Freyther1-6/+12
2014-07-22mgcp: Re-factor testcase to separate test and setupHolger Hans Peter Freyther1-54/+64
2014-06-15mgcp: Fix SDP formatting of fmtp_extra (Coverity)Jacob Erlbeck1-24/+0
2014-06-15mgcp/test: Add test case using the fmtp_extra infoJacob Erlbeck2-0/+69
2014-06-05mgcp: Set net_end audio params in recvonly modeJacob Erlbeck2-0/+12
2014-06-05mgcp: Move transcoding to libmgcpJacob Erlbeck2-2/+2
2014-06-05mgcp/test: Add test cases for transcoding and repackingJacob Erlbeck3-3/+927
2014-05-22mgcp: Add proper length checking for line handlingHolger Hans Peter Freyther1-0/+1
2014-05-22mgcp: add voice muxer supportPablo Neira Ayuso1-1/+1
2014-02-03mgcp: Round the frame time otherwise we have porting issuesHolger Hans Peter Freyther3-70/+71
2014-02-03mgcp: transit is a signed variable and should be printed like thisHolger Hans Peter Freyther2-89/+89
2014-02-03mgcp: Use the length modifier for the size_t in the printfHolger Hans Peter Freyther1-1/+1
2014-01-31mgcp/rtp: Base jitter calculation on input timestampsJacob Erlbeck1-78/+78
2014-01-31mgcp/rtp: Compute delta timestamp based on wallclockJacob Erlbeck1-8/+8
2014-01-31mgcp/rtp: Fix transit computation unitsJacob Erlbeck1-116/+116
2014-01-31mgcp/test: Fake wallclock for RTP timing/stats testsJacob Erlbeck2-0/+184
2014-01-31mgcp/test: Only include conn_mode into test outputJacob Erlbeck2-15/+24
2014-01-20mgcp/test: Don't reset conn_mode between messagesJacob Erlbeck2-3/+2