aboutsummaryrefslogtreecommitdiffstats
path: root/stp/README.md
blob: 20a42b522ef8dcff41113b6736abdcab0012bbfb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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"];
}
%}