osmo-ttcn3-hacks/asterisk
Pau Espin 05eaa1a531 asterisk: Implement and test SIP Digest Authorization
Related: SYS#6782
Change-Id: Ib469f1906927a3f246876040086ff115fbf4c032
2024-04-08 17:36:18 +02:00
..
Asterisk_Tests.cfg Introduce Asterisk_Tests testsuite 2024-04-02 08:22:08 +00:00
Asterisk_Tests.default Introduce Asterisk_Tests testsuite 2024-04-02 08:22:08 +00:00
Asterisk_Tests.ttcn asterisk: Implement and test SIP Digest Authorization 2024-04-08 17:36:18 +02:00
README.md Introduce Asterisk_Tests testsuite 2024-04-02 08:22:08 +00:00
expected-results.xml Introduce Asterisk_Tests testsuite 2024-04-02 08:22:08 +00:00
gen_links.sh asterisk: Implement and test SIP Digest Authorization 2024-04-08 17:36:18 +02:00
regen_makefile.sh asterisk: Implement and test SIP Digest Authorization 2024-04-08 17:36:18 +02:00

README.md

  • Asterisk_Tests.ttcn

  • external interfaces

    • SIP (emulates SIP UAs)
    • VoLTE (emulates IMS server)

{% dot sip_tests.svg digraph G { rankdir=LR; Asterisk [label="IUT\nAsterisk",shape="box"]; ATS [label="ATS\nAsterisk_Tests.ttcn"];

ATS -> Asterisk [label="SIP"]; ATS -> Asterisk [label="VoLTE (IMS)"]; } %}