aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2017-11-23BSSMAP_Templates: fix unbound rR_Cause member in Assignment CompleteHarald Welte1-0/+2
2017-11-23BSSMAP_Emulation: Fix handling of userDataHarald Welte1-8/+10
2017-11-23BSSMAP_Templates: Correct name is AssignmentReq, not AssignmentCmdHarald Welte3-4/+4
2017-11-23ipa: First version that emulates both MSC and BSC up to ASSIGNMENT REQHarald Welte9-85/+581
2017-11-23IPA/MSC/BSC Emulation: Framework for handling multiple SCCP connectionsHarald Welte4-2/+365
2017-11-22ipa: Pull everything together: L3->BSSAP->SCCP->IPAHarald Welte6-57/+421
2017-11-22Expand IPA emulaitpn code + example to include CCM and SCCP bindingHarald Welte5-16/+326
2017-11-21initial import of new IPA test portHarald Welte8-0/+283
2017-11-20msc_tests: Initial skeleton for osmo-msc testing over SCCP/M3UAHarald Welte3-0/+388
2017-11-19Remove BSSAPP, BSSGP, BSSMAP, GTP, GTPv2, ISUP, LLC, MobileL3, NS, SNDCPHarald Welte67-34090/+2
2017-11-19Add ASP_ConnId_ReadyToRelease in all translation ports using IPL4aspHarald Welte3-0/+8
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-21ggsn_tests: Remove incomplete user plane testing codeHarald Welte2-162/+6
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
2017-09-07ggsn: Extend IPCP PDP IPv4 test with another PCO protocol beyond IPCPHarald Welte1-0/+3
2017-08-26sysinfo: Fix the TC_telnet test case VTY command orderHarald Welte16-37/+688
2017-08-25GGSN_Tests: Fix IPv4 PCODNS matchingHarald Welte1-2/+2
2017-08-25LAPDm_RAW_PT: Use default L1CTL socketHarald Welte1-2/+1
2017-08-20sysinfo: Use ttcn3-parallel (to unify with other test suiets)Harald Welte1-1/+1
2017-08-20sysinfo: build dynamic to enable use of junit-xml logfile pluginHarald Welte1-2/+2