aboutsummaryrefslogtreecommitdiffstats
path: root/mgw/MGCP_Test.ttcn
AgeCommit message (Expand)AuthorFilesLines
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 Welte1-0/+29
2017-11-18mgw: Add test cases for invalid DLCX commandsHarald Welte1-3/+40
2017-11-18mgw: generalize f_dlcx versions, avoiding copy+pasteHarald Welte1-17/+12
2017-11-18mgw: Test DLCX in three diffeent (valid) configurationsHarald Welte1-3/+40
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 Welte1-0/+16
2017-11-18mgw: Prepare for RTP support: Prefix ambiguous functions/variable namesHarald Welte1-6/+6
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 Welte1-0/+25
2017-09-17MGCP: Extend tests significantlyHarald Welte1-5/+389
2017-09-17MGCP: introduce global variable + accessor function for transaction IDHarald Welte1-0/+8
2017-09-16MGCP_Test: Some templates to encode MGCP messagesHarald Welte1-0/+98
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 Welte1-0/+51