From c307e689b4a3e9249844eb253cc79839e2fc3030 Mon Sep 17 00:00:00 2001 From: Stefan Sperling Date: Thu, 14 Jun 2018 15:15:46 +0200 Subject: introduce a TTCN3 test suite for SCCP This test suite acts as an SCCP server on top of M3UA. SCCP tests are run against the sccp_demo_user program which can be found in libosmo-sccp/examples. This program must be started in client mode: sccp_demo_user -c The SCCP test suite should then work out of the box with the provided SCCP_Tests.cfg file and this additional change to sccp_demo_user default point codes: https://gerrit.osmocom.org/#/c/libosmo-sccp/+/9652/ There is currently only one test, for the libosmo-sccp crash reported as issue OS#2666. The implementation of this test is currently using an ugly workaround due to shortcomings of the M3UA Emulation layer (see source code comments). Whether a better solution is feasible is still to be determined. The test requires a patch to the SCCP Protocol Emulation which has been submitted upstream: https://git.eclipse.org/r/#/c/124552/ Change-Id: I03f5e8b282a7396b45417495c88d8fb81b26cda8 Related: OS#2666 --- bsc/BSC_Tests.ttcn | 1 + 1 file changed, 1 insertion(+) (limited to 'bsc/BSC_Tests.ttcn') diff --git a/bsc/BSC_Tests.ttcn b/bsc/BSC_Tests.ttcn index d71d3dc4..94122510 100644 --- a/bsc/BSC_Tests.ttcn +++ b/bsc/BSC_Tests.ttcn @@ -46,6 +46,7 @@ import from MobileL3_Types all; import from L3_Templates all; import from GSM_RR_Types all; +import from SCCP_Templates all; import from BSSMAP_Templates all; const integer NUM_BTS := 3; -- cgit v1.2.3