Osmocom test suites in TTCN-3 (Eclipse Titan)
https://osmocom.org/projects/core-testing-infra
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.
342 B
342 B
-
SIP_Tests.ttcn
-
external interfaces
- MNCC (emulates MSC side)
- SIP (emulates SIP switch)
- VTY
{% dot sip_tests.svg digraph G { rankdir=LR; SIP [label="IUT\nosmo-sip-connector",shape="box"]; ATS [label="ATS\nSIP_Tests.ttcn"];
ATS -> SIP [label="MNCC"]; ATS -> SIP [label="SIP"]; ATS -> SIP [label="VTY"]; } %}