osmo-ttcn3-hacks/sip
Pau Espin a4cecf5af7 Add README.md file for several suites
Content grabbed from [1] and converted to markdown as it's more probable
to have it displayed correctly on popular git repo hosting platforms.
Syntax for embedded graphviz taken from [2].

[1] http://git.gnumonks.org/laforge-slides/plain/2018/osmodevcon2018-ttcn3_test_suites/osmodevcon2018-ttcn3_test_suites.adoc
[2] https://github.com/stlehmann/markdown-graphviz

Change-Id: I9aad03e605569e9613665a7585d60bf308bcb54f
2018-06-14 18:55:36 +02:00
..
README.md Add README.md file for several suites 2018-06-14 18:55:36 +02:00
SIP_Tests.cfg More progress on osmo-sip-connector tests 2018-03-26 23:11:51 +02:00
SIP_Tests.default *.default: change logging filemask from ERROR | WARNING to += PARALLEL | VERDICTOP 2018-06-12 13:51:14 +02:00
SIP_Tests.ttcn More progress on osmo-sip-connector tests 2018-03-26 23:11:51 +02: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 More progress on osmo-sip-connector tests 2018-03-26 23:11:51 +02:00
regen_makefile.sh sip: Add SIP_Emulation and first osmo-sip-connector test case 2018-03-22 21:16:42 +01: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="SIP\nosmo-sip-connector",shape="box"]; ATS [label="ATS\nSIP_Tests.ttcn"];

ATS -> SIP [label="MNCC"]; ATS -> SIP [label="SIP"]; ATS -> SIP [label="VTY"]; } %}