tree: 7a65a27a084466cf38bbad00cc43c95add5e812d [path history] [tgz]
  1. gen_links.sh
  2. osmo-stp.cfg
  3. README.md
  4. regen_makefile.sh
  5. STP_Tests.cfg
  6. STP_Tests.default
  7. STP_Tests.ttcn
  8. STP_Tests_Common.ttcn
  9. STP_Tests_IPA.ttcn
  10. 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"]; } %}