aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/tests/mgcp/mgcp_test.c
AgeCommit message (Expand)AuthorFilesLines
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
2012-11-12mgcp: Calculate the packet loss as of Appendix A of RFC 3550Holger Hans Peter Freyther1-3/+57
2012-11-12mgcp: Include statistics at the end of a connectionHolger Hans Peter Freyther1-0/+8
2012-03-16mgcp_test: Add wrong messages as input and check what happensHolger Hans Peter Freyther1-1/+19
2012-03-16mgcp_test: Rename method as it now operates on an array of messagesHolger Hans Peter Freyther1-2/+2
2012-01-27MGCP: Add CRCX test casesHarald Welte1-0/+29
2012-01-27further generalize mgcp testing codeHarald Welte1-19/+30
2012-01-27mgcp_test: remove duplicate codeHarald Welte1-13/+6
2012-01-06mgcp: Print message when the test is finishedHolger Hans Peter Freyther1-2/+8
2011-05-12misc: Use the osmo_init code for signals and loggingHolger Hans Peter Freyther1-5/+2
2011-03-23src: use new library libosmogsm and new path to headers in libosmocorePablo Neira Ayuso1-1/+1
2011-02-28mgcp: Allocate the endpoints for the E1 trunks as well.Holger Hans Peter Freyther1-1/+4
2011-02-28mgcp: Introduce a mgcp_trunk_config enum for endpoint configsHolger Hans Peter Freyther1-1/+1
2011-01-07mgcp: We want to count trunks starting from one.Holger Hans Peter Freyther1-2/+2
2011-01-06mgcp: Parse a Digital Trunk endpoint name.Holger Hans Peter Freyther1-0/+82