SUA conformance tests from nplab / Michael Tuexen
Go to file
Harald Welte 37204dcb97 add runtest-junitxml.py to export junit-xml from test cases 2017-08-20 11:46:40 +02: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 2017-05-14 22:23:23 +02:00
run-some-sua-asp-tests Import from CVS. 2016-08-27 20:47:51 +02:00
run-some-sua-sgp-tests run-sua-test: Avoid having to use a ~/.guile script 2017-05-14 22:23:23 +02:00
run-sua-test.c run-sua-test: Avoid having to use a ~/.guile script 2017-05-14 22:23:23 +02:00
runtest-junitxml.py add runtest-junitxml.py to export junit-xml from test cases 2017-08-20 11:46:40 +02: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 2017-05-14 22:57:23 +02: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.