aboutsummaryrefslogtreecommitdiffstats
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
2015-07-21tests: osmux: iterate 64 times in osmo_test_loop()Pablo Neira Ayuso1-1/+1
2015-07-21tests: compile tests with debugging symbols, ie. -gPablo Neira Ayuso1-1/+1
2015-07-21tests: osmux: fix msgb leaksPablo Neira Ayuso1-0/+2
2015-07-21tests: osmux: test circuit reopening after closurePablo Neira Ayuso1-0/+7
2015-07-21tests: osmux: validate dummy padding with no voice data interactionPablo Neira Ayuso1-0/+4
2015-07-21tests: osmux: test online deactivation of dummy paddingPablo Neira Ayuso1-0/+4
2015-07-21tests: osmux: factor out main test loopPablo Neira Ayuso1-28/+36
2015-07-21tests: osmux: adapt it to use the new circuit APIPablo Neira Ayuso1-0/+13
2014-10-02build: remove all_includesJan Engelhardt1-1/+1
2014-10-02build: put dependency libraries in the right place in MakefilesJan Engelhardt1-1/+1
2014-05-22misc: Fix distcheck and refer to the right file0.0.3Holger Hans Peter Freyther3-4/+5
2013-12-16tests: osmux: no need to skip RTP message anymorePablo Neira Ayuso1-6/+4
2013-12-16tests: osmux: test multi-batch supportPablo Neira Ayuso1-5/+9
2013-05-27tests: osmux-test: double timing validation thresholdPablo Neira Ayuso1-1/+1
2013-05-24tests: osmux_test: exercise osmux_replay_lost_packetsPablo Neira Ayuso1-2/+10
2013-05-24tests: osmux_test: deadline after 10 secondsPablo Neira Ayuso1-0/+14
2013-05-24tests: Use the libosmonetif we just built for the testsHolger Hans Peter Freyther1-1/+1
2013-05-24add testsuite infrastructure and osmux testPablo Neira Ayuso4-0/+216
2013-02-12fix osmux_test with pcap filePablo Neira Ayuso1-5/+5
2012-10-20osmux: remove generic functions to register and get ccidPablo Neira Ayuso1-4/+45
2012-10-15osmux: release of batch message is controled by callerPablo Neira Ayuso1-0/+1
2012-08-06osmux: support two concurrent calls in output pathPablo Neira Ayuso1-4/+2
2012-08-06osmux: add infrastructure to map RTP SSRC and osmux CCIDPablo Neira Ayuso1-0/+9
2012-08-06osmux: batching factor can be explicitly configured by callerPablo Neira Ayuso1-0/+1
2012-08-06osmux: store internal batching information in struct osmux_in_handlePablo Neira Ayuso1-1/+1
2012-08-04osmux: remove timeval parameter from osmux_tx_schedPablo Neira Ayuso1-4/+1
2012-08-04osmux: cleanup tx pathPablo Neira Ayuso1-20/+5
2012-08-04fix wrong delta between two RTP messagesPablo Neira Ayuso1-1/+1
2012-08-02osmux: major rework to reduce batch message size (add counter field)Pablo Neira Ayuso1-0/+10
2012-08-02tests: osmux: initialize input handler before first runPablo Neira Ayuso1-2/+2
2012-08-02tests: osmo-pcap: callback control the release of the emulated packetPablo Neira Ayuso1-2/+0
2012-08-02tests: osmo-pcap: cleanup for osmux test receiver loopPablo Neira Ayuso1-11/+7
2012-07-19tests: osmo-pcap: use logging infrastructurePablo Neira Ayuso1-0/+26
2012-07-19tests: osmo-pcap: split packet replay from osmux_test codePablo Neira Ayuso4-118/+189
2012-07-19tests: osmo-pcap: adapt it to use new osmux_tx_schedPablo Neira Ayuso1-3/+19
2012-07-12tests: osmo-pcap: test osmux functionsPablo Neira Ayuso1-4/+45
2012-07-12osmo-pcap-test: add -g compilation for debugging (valgrind) and use -losmonetifPablo Neira Ayuso2-2/+3
2012-07-04tests: osmo-pcap: fix bad UDP header calculationPablo Neira Ayuso1-3/+1
2012-06-28test: add osmo-pcap-test infrastructurePablo Neira Ayuso12-0/+498