From 86bceb4efdf733e30a3e890ba5d3663d8a694013 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20T=C3=BCxen?= Date: Sat, 17 Sep 2016 10:16:21 +0200 Subject: Update README.md --- README.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7ce592f..41eaa86 100644 --- a/README.md +++ b/README.md @@ -38,5 +38,17 @@ cp dotguile ~/.guile ``` ## Configuration - +The test tool is configured by editing the file `m3ua-param-testtool.scm`. You can change +the IP-address and SCTP port numbers used by the test tool and the system under test by +modifying the entries: +``` +(define sut-addr "127.0.0.1") +(define sut-port 0) +``` +and +``` +(define tester-addr "127.0.0.1") +(define tester-port m3ua-port) +``` +Further down, you can also define point codes, routing contexts and even parameters sent in the M3UA handshake. ## Usage -- cgit v1.2.3