aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/tests/mgcp/mgcp_test.c
AgeCommit message (Expand)AuthorFilesLines
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
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
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 Freyther1-0/+51
2014-10-09mgcp: Do not detect the initial package as a wrap aroundHolger Hans Peter Freyther1-0/+40
2014-10-09mgcp: Move Annex A counting out of patch/count methodHolger Hans Peter Freyther1-5/+5
2014-09-02mgcp: Store one more codec/payload type if it is presentHolger Hans Peter Freyther1-2/+124
2014-09-02mgcp: Move the "codec" params to a structHolger Hans Peter Freyther1-7/+7
2014-07-22mgcp: Change API to remove memory management from the nameHolger Hans Peter Freyther1-6/+1
2014-06-15mgcp/test: Add test case using the fmtp_extra infoJacob Erlbeck1-0/+31
2014-06-05mgcp: Set net_end audio params in recvonly modeJacob Erlbeck1-0/+7
2014-05-22mgcp: Add proper length checking for line handlingHolger Hans Peter Freyther1-0/+1
2014-02-03mgcp: Round the frame time otherwise we have porting issuesHolger Hans Peter Freyther1-1/+2
2014-02-03mgcp: transit is a signed variable and should be printed like thisHolger Hans Peter Freyther1-1/+1
2014-02-03mgcp: Use the length modifier for the size_t in the printfHolger Hans Peter Freyther1-1/+1
2014-01-31mgcp/test: Fake wallclock for RTP timing/stats testsJacob Erlbeck1-0/+38
2014-01-31mgcp/test: Only include conn_mode into test outputJacob Erlbeck1-6/+15
2014-01-20mgcp/test: Don't reset conn_mode between messagesJacob Erlbeck1-3/+1
2014-01-20mgcp: Synchronize conn mode bits and output enabled flagsJacob Erlbeck1-7/+26
2014-01-16mgcp/test: Show the number of dummy packets sentJacob Erlbeck1-0/+32
2014-01-16mgcp/test: Reset pkt_period_* after each testJacob Erlbeck1-0/+2
2014-01-16mgcp/test: Test the connection mode parserJacob Erlbeck1-2/+36
2013-12-19mgcp/rtp: Only patch timestamp alignment errorsJacob Erlbeck1-1/+1
2013-12-19mgcp/test: Use differential output for counters and timestampJacob Erlbeck1-4/+20
2013-12-19mgcp/test: Add test cases for constant RTP sequence numberJacob Erlbeck1-1/+21
2013-12-13mgcp: Optionally send ptime in SDPJacob Erlbeck1-4/+15
2013-12-13mgcp: Put local connection options into a structJacob Erlbeck1-1/+8
2013-12-13mgcp/test: Output the packet duration after MGCP parsingJacob Erlbeck1-5/+64
2013-12-12mgcp: Address compiler error for sprintf misusage...Holger Hans Peter Freyther1-1/+1
2013-12-10mgcp/rtp: Use SSRC in proper byte orderingJacob Erlbeck1-1/+1
2013-12-10mgcp/rtp: Add RTP header patch mode configurationJacob Erlbeck1-1/+5
2013-12-05mgcp/rtp: Add more test cases for RTP header patchingJacob Erlbeck1-4/+36
2013-12-05mgcp: Handle SDP in CRCX received by the MGWJacob Erlbeck1-2/+2
2013-12-05mgcp: Add tests for payload types in MGCP messagesJacob Erlbeck1-5/+77
2013-12-05mgcp: Add new for_each_line macro that also returns empty linesJacob Erlbeck1-0/+35
2013-11-25mgcp/rtp: Fix timestamp offset when patching RTP packetsJacob Erlbeck1-5/+11
2013-11-25mgcp/rtp: Add test case for RTP timestamp patching and statsJacob Erlbeck1-0/+106
2013-11-25mgcp/rtp: Add counter for invalid RTP timestamp deltasJacob Erlbeck1-2/+3
2013-04-16nat: We want the remote to respond to our DLCX requestHolger Hans Peter Freyther1-0/+25
2012-12-10mgcp: Test and implement re-transmission handlingHolger Hans Peter Freyther1-5/+54
2012-12-10mgcp: Add testdata for MDCX handlingHolger Hans Peter Freyther1-0/+18
2012-12-10mgcp: Test the second CRCX as a CRCX and not as a re-transmissionHolger Hans Peter Freyther1-2/+13
2012-11-29mgcp: Begin handling of the RQNT message as needed for DTMFHolger Hans Peter Freyther1-0/+58
2012-11-12mgcp: Send the jitter statistics at the end of the callHolger Hans Peter Freyther1-1/+1