SUA conformance tests from nplab / Michael Tuexen
Go to file
Harald Welte 61838bbff3 run-sua-test: Avoid having to use a ~/.guile script
Rather, we can specify the path in which the sua-testtool files are
located using the '-d ...' command line argument of run-sua-test.
2017-05-14 22:23:23 +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
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 osmocom test config and test suite 2017-04-17 10:38:54 +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.