You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
osmo-ttcn3-hacks/stp
Pau Espin 74d5dadc8a
stp: Fix sporadic failure in TC_ipa_to_m3ua_ni
10 months ago
..
README.md Update README.md of several TTCN3 test suites 3 years ago
STP_Tests.cfg stp/STP_Test.cfg: Add M3UA and IPA tests 3 years ago
STP_Tests.default stp: Introduce STP_Tests*.ttcn for testing OsmoSTP 3 years ago
STP_Tests.ttcn stp: Fix sporadic failure in TC_ipa_to_m3ua_ni 10 months ago
STP_Tests_Common.ttcn stp: Support testing multi-home SCTP features with IPv4+IPv6 3 years ago
STP_Tests_IPA.ttcn stp: wait until IPA handshake is done in f_connect_ipa 2 years ago
STP_Tests_M3UA.ttcn Avoid generating zero-length packets 11 months ago
gen_links.sh stp: Introduce STP_Tests*.ttcn for testing OsmoSTP 3 years ago
osmo-stp.cfg stp: Introduce TC_tmt_override 3 years ago
regen_makefile.sh regen_makefile.sh: set executable name explicitly 1 year ago

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