From 0361193a555b288c42a7a599ab5692fd5ddd7397 Mon Sep 17 00:00:00 2001 From: Pau Espin Pedrol Date: Fri, 15 Nov 2019 16:36:48 +0100 Subject: Update README.md of several TTCN3 test suites Some stuff was wrong and some was missing after new features being implemented in tests over time. Change-Id: I7a279592a68ffc76408a8e728e76151534265cc0 --- stp/README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 stp/README.md (limited to 'stp') diff --git a/stp/README.md b/stp/README.md new file mode 100644 index 00000000..20a42b52 --- /dev/null +++ b/stp/README.md @@ -0,0 +1,18 @@ +# STP_Tests.ttcn + +* external interfaces + * M3UA/SCTP (can emulate both client and server side) + * IPA (can emulate both client and server side) + * VTY + +{% dot sip_tests.svg +digraph G { + rankdir=LR; + STP [label="IUT\nosmo-stp",shape="box"]; + ATS [label="ATS\nSTP_Tests.ttcn"]; + + ATS -> STP [label="M3UA", dir="both"]; + ATS -> STP [label="IPA", dir="both"]; + ATS -> STP [label="VTY"]; +} +%} -- cgit v1.2.3