osmo-ttcn3-hacks/sip
Pau Espin 0361193a55 Update README.md of several TTCN3 test suites
Some stuff was wrong and some was missing after new features being
implemented in tests over time.

Change-Id: I7a279592a68ffc76408a8e728e76151534265cc0
2019-11-15 18:49:09 +00:00
..
README.md Update README.md of several TTCN3 test suites 2019-11-15 18:49:09 +00:00
SIP_Tests.cfg More progress on osmo-sip-connector tests 2018-03-26 23:11:51 +02:00
SIP_Tests.default detect VTY TELNET port connection failures (attempt #2) 2018-07-27 17:20:38 +02:00
SIP_Tests.ttcn cosmetic: Update copyright statement, license notice and SPDX 2019-05-27 10:00:06 +00:00
expected-results.xml mask timestamps and source file nrs in expected-results.xml files 2018-04-11 19:32:01 +02:00
gen_links.sh Add Misc_Helpers.ttcn to centralize TTCN3 shutdown handling 2018-10-24 15:10:13 +02:00
regen_makefile.sh lib/IPA_Emulation: Build IPA_CTRL conditionally based on define 2019-06-13 16:33:49 +02:00

README.md

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