m3ua-testtool/README.md

1.2 KiB

M3UA Testtool and Testsuite

A test tool for M3UA as specified in RFC 3332, which is obsoleted by RFC 4666, and the ETSI specification ETSI TS 102 142. The tests are based on the ETSI test specification ETSI TS 102 381.

This tool uses guile and its extension guile-sctp for adding SCTP support. Please see README for installation instructions.

Installation

For downloading the tool and the tests run

git clone https://github.com/nplab/m3ua-testtool.git
cd m3ua-testtool

Then run

cc -o runm3uatest runm3uatest.c
sudo cp runm3uatest /usr/bin

to compile and install the runm3uatest tool.

Finally change the line in dotguile

(define dir "/Users/tuexen/Documents/m3ua-testtool/")

to reflect the location of the m3ua-testtool directory and run

cp dotguile ~/.guile

Configuration

Usage