aboutsummaryrefslogtreecommitdiffstats
path: root/mgw
AgeCommit message (Expand)AuthorFilesLines
2018-08-01mgw: Don't try to send packets while MDCX is underwayDaniel Willmann1-0/+2
2018-07-25MGCP_Test: Test what happens when two ends use different PTPhilipp Maier2-5/+24
2018-07-25MGCP_Test: add function to check for RTP err countersPhilipp Maier1-47/+14
2018-07-24MGCP_Test: check payload type of received RTP packetsPhilipp Maier1-0/+29
2018-07-24Stop tests after failuresDaniel Willmann2-6/+30
2018-07-21MGCP_Test: Make sure PT in RTP-Stream and MGCP match upPhilipp Maier1-1/+21
2018-06-29MGCP_Test: do not use constant IP addressesPhilipp Maier1-4/+4
2018-06-28MGCP_Test: add tests to verify actual RTP flowsPhilipp Maier2-25/+378
2018-06-23MGCP_Test: ts_CRCX_no_lco: check media description instead of media attributePhilipp Maier1-1/+1
2018-06-14Add README.md file for several suitesPau Espin Pedrol1-0/+17
2018-06-06MGCP_Test: Test non LCO crcxPhilipp Maier2-0/+40
2018-06-06MGCP_Test: expect TC_crcx_illegal_double_lco to passPhilipp Maier1-6/+1
2018-05-23Print more self-explanatory error message on bind/connect failuresHarald Welte2-3/+12
2018-04-11mask timestamps and source file nrs in expected-results.xml filesNeels Hofmeyr1-29/+29
2018-04-11fix build: don't clean out expected-results.log: rename to *.xmlNeels Hofmeyr1-0/+0
2018-04-06add compare-results.sh, call from start-testsuite.shNeels Hofmeyr1-0/+36
2018-03-29mgw: Fix mixed-up MGW / local IP addressHarald Welte1-2/+2
2018-03-29mgw: Don't use RTP_Endpoint anymore. We use RTP_Emulation new.Harald Welte1-11/+0
2018-03-29mgw: Add first tests for testing RTP streamsHarald Welte1-0/+164
2018-03-29mgw: Add statistics to RTP_Emulation and link/build it in mgw testHarald Welte2-3/+5
2018-03-16ignore results of .ttcnpp filesNeels Hofmeyr1-0/+2
2018-03-16MGCP_Test: fix config file include pathPhilipp Maier1-1/+1
2018-03-16fix gen_links.sh: don't include source dir as link targetNeels Hofmeyr1-8/+1
2018-03-13remove *.default from [EXECUTE] in *.default filesHarald Welte2-1/+1
2018-02-14re-organize configuration files; add tcpdump integrationHarald Welte2-30/+44
2018-02-05Don't symlink non-existent fileMax1-1/+1
2018-02-02MGCP_Test: test illegal wildcarded DLCX and MDCXPhilipp Maier2-0/+56
2018-02-02MGCP_Test: Clean up after TC_crcx_sdpPhilipp Maier1-0/+4
2018-02-02MCGP_Test: Add tests for wildcarded CRCXPhilipp Maier2-0/+72
2018-02-02mgw: add constants for mgw endpoint and domain namePhilipp Maier2-24/+38
2018-01-17Add "SourceInfoFormat := Single;" to all test configsHarald Welte1-0/+1
2017-12-28MGCP_Test: be more liberal in some of the error codes we expectHarald Welte1-5/+4
2017-12-28MGCP: Add 30 endpoint number test to control sectionHarald Welte1-0/+2
2017-12-28MGCP_Test: Test use of 30 endpoint numbersHarald Welte1-0/+26
2017-12-13move RTP_CodecPort.ttcn to libraryHarald Welte2-62/+1
2017-12-13generalize shared code from regen_makefile.sh into shared helper scriptHarald Welte1-9/+1
2017-12-13regen_makefile.sh: Fix TITAN 6.1.0 supportHarald Welte1-1/+1
2017-12-12Makefile: clone dependencies into 'deps' folderHarald Welte1-1/+1
2017-12-08regen_makefile.sh: Add Regex's for TITAN 6.3.0Harald Welte1-0/+4
2017-11-25Move MGCP_CodecPort to library directoryHarald Welte4-166/+1
2017-11-24Move MGCP_Types.ttcn to library; extract MGCP_Templates.ttcn to libraryHarald Welte3-294/+2
2017-11-19mgw: Use dynamic runtime to allow use with log output pluginsHarald Welte1-2/+2
2017-11-18mgw: Fix SDP transport string "RTP/AVP" (one surplus "A" removed)Harald Welte1-1/+1
2017-11-18mgw: Include mandatory connection-id in MDCXHarald Welte1-2/+3
2017-11-18mgw: Add missing audio codec specification "a:PCMU"Harald Welte1-2/+2
2017-11-18mgw: update comment to reflect implemented testsHarald Welte1-5/+4
2017-11-18mgw: Move f_mgcp_par_append() to top of fileHarald Welte1-5/+5
2017-11-18mgw: Check for 535 in case of invalid packetization periodHarald Welte1-1/+1
2017-11-18mgw: Test for duplicate transmission of DLCXHarald Welte2-0/+30
2017-11-18mgw: Add test cases for invalid DLCX commandsHarald Welte2-3/+42