osmo-ttcn3-hacks/sip
Pau Espin 7011bf47c5 asterisk: Introduce test TC_internal_call_momt
Lots of infrastructure added to allow call establishment and hang up
between 2 users connected to Asterisk.

SIP_Tests is updated to accomodate for necessary changes in
SIP_Templates used by Asterisk_Templates.

Change-Id: Ic5827a3e94b06fbc57f6405bf0f0aa6598c5d1fe
Related: SYS#6782
2024-04-10 14:02:11 +02: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 sip: Don't need to set default value of MNNC version 2021-02-26 13:21:33 +01:00
SIP_Tests.ttcn asterisk: Introduce test TC_internal_call_momt 2024-04-10 14:02:11 +02:00
expected-results.xml various: update expected-results.xml 2024-03-04 19:09:58 +00:00
gen_links.sh asterisk: Implement and test SIP Digest Authorization 2024-04-08 17:36:18 +02:00
osmo-sip-connector.cfg sip: add osmo-sip-connector.cfg 2019-11-28 12:20:44 +01:00
regen_makefile.sh asterisk: Implement and test SIP Digest Authorization 2024-04-08 17:36:18 +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"]; } %}