osmo-ttcn3-hacks/stp
Vadim Yanitskiy 7b541af164 stp: fix -latest: add missing f_osmo_repo_is() checks
Change-Id: I9b00d3a72c5a2ad669dbaef65eec792a4c91785d
Related: SYS#5424
2024-03-07 12:09:22 +00:00
..
README.md Update README.md of several TTCN3 test suites 2019-11-15 18:49:09 +00:00
STP_Tests.cfg stp/STP_Test.cfg: Add M3UA and IPA tests 2020-08-06 16:48:38 +00:00
STP_Tests.default stp: Introduce STP_Tests*.ttcn for testing OsmoSTP 2019-11-12 13:05:41 +01:00
STP_Tests.ttcn stp: Don't expect a fixed SLS in IPA -> M3UA case 2023-09-01 08:29:01 +00:00
STP_Tests_Common.ttcn stp: Support testing multi-home SCTP features with IPv4+IPv6 2020-08-27 08:13:44 +00:00
STP_Tests_IPA.ttcn stp: wait until IPA handshake is done in f_connect_ipa 2020-10-03 08:16:56 +00:00
STP_Tests_M3UA.ttcn stp: fix -latest: add missing f_osmo_repo_is() checks 2024-03-07 12:09:22 +00:00
expected-results.xml stp: add testcases for M3UA-over-TCP 2024-03-06 23:48:47 +07:00
gen_links.sh stp: Introduce STP_Tests*.ttcn for testing OsmoSTP 2019-11-12 13:05:41 +01:00
osmo-stp-tcp.confmerge stp: prepare for testing M3UA-over-TCP 2024-03-06 03:28:51 +07:00
osmo-stp.cfg stp/osmo-stp.cfg: tune the logging formatting 2024-03-01 11:57:00 +00:00
regen_makefile.sh regen_makefile.sh: set executable name explicitly 2021-10-13 11:12:22 +02:00

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