aboutsummaryrefslogtreecommitdiffstats
path: root/sccp
AgeCommit message (Expand)AuthorFilesLines
2022-11-22sccp: add debug output when the expected PDU doesn't matchAlexander Couzens1-2/+11
2022-11-22sccp: fix duplicated beginning of the commentAlexander Couzens1-1/+1
2022-04-12Avoid generating zero-length packetsHarald Welte1-3/+3
2021-10-26sccp: Add TC_process_rx_xudt, verifying reception of SCCP XUDTHarald Welte1-0/+26
2021-10-13regen_makefile.sh: set executable name explicitlyOliver Smith1-1/+3
2021-10-12regen_makefile.sh: files/flags in separate linesOliver Smith1-2/+20
2021-05-13sccp: Add TC_callingparty_ssn_only()Harald Welte1-1/+23
2021-02-11sccp: Add Tests for SCMG SST procedureHarald Welte1-0/+98
2020-01-21sccp: Introduce test TC_it_avoids_tiarPau Espin Pedrol1-3/+77
2020-01-21sccp: verify inactivity timers are not started in TC_udt_without_cr_ccPau Espin Pedrol1-1/+18
2020-01-21sccp: Don't use hardcoded SCCP local referencesPau Espin Pedrol1-10/+23
2020-01-20sccp: Introduce TC_udt_without_cr_ccPau Espin Pedrol1-0/+17
2020-01-20sccp: Introduce test TC_tiar_timeoutPau Espin Pedrol1-50/+74
2020-01-20sccp: Stop test on rx unexpected sccp msgPau Espin Pedrol1-0/+2
2020-01-17sccp: Rename module param sccp_cfg to mp_sccp_cfgPau Espin Pedrol3-10/+10
2020-01-17Add SCCP_Tests_RAW for testing the actual SCCP implementationHarald Welte3-0/+248
2020-01-17sccp: Modify SCCP_tests to be run against sccp_demo_user in srv modePau Espin Pedrol3-16/+12
2020-01-12SCCP_Tests.default: Use "SccpDemoUser" as VTY promptHarald Welte1-2/+2
2019-06-13lib/IPA_Emulation: Build IPA_CTRL conditionally based on definePau Espin Pedrol1-1/+1
2019-05-27cosmetic: Update copyright statement, license notice and SPDXHarald Welte1-0/+2
2018-10-24Add Misc_Helpers.ttcn to centralize TTCN3 shutdown handlingDaniel Willmann1-1/+1
2018-07-27detect VTY TELNET port connection failures (attempt #2)Stefan Sperling1-0/+1
2018-07-27Revert "detect VTY TELNET port connection failures in TTCN3 tests"Neels Hofmeyr1-1/+0
2018-07-27detect VTY TELNET port connection failures in TTCN3 testsStefan Sperling1-0/+1
2018-07-24introduce a TTCN3 test suite for SCCPStefan Sperling5-0/+282