aboutsummaryrefslogtreecommitdiffstats
path: root/mgw
AgeCommit message (Expand)AuthorFilesLines
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
2017-11-18mgw: generalize f_dlcx versions, avoiding copy+pasteHarald Welte1-17/+12
2017-11-18mgw: Test DLCX in three diffeent (valid) configurationsHarald Welte2-4/+43
2017-11-18mgw: Avoid copy+paste of CRCX_ACK templateHarald Welte1-27/+12
2017-11-18mgw: Delete all connections of EP before starting a test caseHarald Welte1-50/+37
2017-11-18mgw: make f_dlcx_{ok,ignore}() support EP, EP+call_id or EP+call_id+conn_idHarald Welte1-12/+19
2017-11-18mgw: Handle MgcpParameterList more elegantly, less repetitionHarald Welte1-18/+11
2017-11-18mgw: properly clean up endpoint by use of DLCX at end of each testcaseHarald Welte1-19/+110
2017-11-18mgw: Add sockets for RTP packets + code for bind/connect/send RTPHarald Welte3-1/+173
2017-11-18mgw: Prepare for RTP support: Prefix ambiguous functions/variable namesHarald Welte1-6/+6
2017-11-18mgw: Add RTP_CodecPort throguh which we can send/receive RTP+RTCPHarald Welte5-1/+170
2017-11-18MGCP_CodecPort: Update to IPL4asp R.29.A of 2017-Oct-17Harald Welte1-0/+2
2017-11-17Fix TC_crcx_and_dlcx(): Don't assume DLCX returnsConncetionIDHarald Welte1-0/+1
2017-11-17mgw: Ensure that CRCX succeeds only if ConnectionId is present in responseHarald Welte1-3/+3
2017-09-19MGCP_Test: Add comments throughout the code to help readabilityHarald Welte1-2/+24
2017-09-17MGCP: Test for CRCX followed by DLCXHarald Welte2-0/+26
2017-09-17MGCP: Extend tests significantlyHarald Welte3-6/+418
2017-09-17MGCP: introduce global variable + accessor function for transaction IDHarald Welte1-0/+8
2017-09-17MGCP: don't use dec_MGCP_Message to avoid (possible) TITAN bugHarald Welte1-1/+5
2017-09-16MGCP_Test: Some templates to encode MGCP messagesHarald Welte3-2/+124
2017-09-16Introduce MGCP_CodecPort on top of UDP portHarald Welte6-17/+171
2017-09-14mgw: Use official Titan SDP library for encode/decode of SDP in MGCPHarald Welte4-31/+24
2017-09-14mgw: Add missing mandatory "s=" to SDP of c_mdcx4Harald Welte1-0/+1
2017-09-13Add minimal MGCP parser/encoder based on TEXT codecHarald Welte4-0/+192