SUA conformance tests from nplab / Michael Tuexen
Go to file
Harald Welte f69fc380b8 params: Use addresses compatible with libosmo-sccp test scripts 2021-12-15 20:58:31 +01:00
LICENSE.md Update and rename LICENSE to LICENSE.md 2016-08-27 19:25:02 +02:00
README.md Update README.md 2016-08-27 20:54:14 +02:00
common.scm Import from CVS. 2016-08-27 20:47:51 +02:00
dotguile run-sua-test: Avoid having to use a ~/.guile script 2021-12-15 20:58:31 +01:00
run-some-sua-asp-tests Fix copy+paste mistake from m3ua in runner script 2021-12-15 20:52:36 +01:00
run-some-sua-sgp-tests osmocom test config and test suite 2021-12-15 20:58:31 +01:00
run-sua-test.c run-sua-test: Avoid having to use a ~/.guile script 2021-12-15 20:58:31 +01:00
runtest-junitxml.py add runtest-junitxml.py to export junit-xml from test cases 2021-12-15 20:58:31 +01:00
sua-asp-tests.scm Import from CVS. 2016-08-27 20:47:51 +02:00
sua-param-testtool-asp.scm Import from CVS. 2016-08-27 20:47:51 +02:00
sua-param-testtool-sgp.scm params: Use addresses compatible with libosmo-sccp test scripts 2021-12-15 20:58:31 +01:00
sua-sgp-tests.scm Import from CVS. 2016-08-27 20:47:51 +02:00
sua.scm Import from CVS. 2016-08-27 20:47:51 +02:00

README.md

SUA Testtool and Testsuite

A test tool for SUA as specified in RFC 3868 and the ETSI specification ETSI TS 102 143. The tests are based on the ETSI test specification ETSI TS 101 592.

Requirements

This tool uses guile and its extension guile-sctp for SCTP.

Supported Platforms

It runs on Unix operating systems providing kernel SCTP support:

  • FreeBSD.
  • Linux, using the libsctp-devpackage.
  • Mac OS X, using the SCTP-NKE for adding kernel SCTP support.
  • Solaris.