tree: 4250743910df45d180760da26e27519618e1a7fd [path history] [tgz]
  1. expected-results.xml
  2. gen_links.sh
  3. osmo-stp-tcp.confmerge
  4. osmo-stp.cfg
  5. README.md
  6. regen_makefile.sh
  7. STP_Tests.cfg
  8. STP_Tests.default
  9. STP_Tests.ttcn
  10. STP_Tests_Common.ttcn
  11. STP_Tests_IPA.ttcn
  12. STP_Tests_M3UA.ttcn
stp/README.md

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"]; } %}