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.
osmo-ttcn3-hacks/sip
Oliver Smith f8fe1329e2
regen_makefile.sh: set executable name explicitly
1 year ago
..
README.md Update README.md of several TTCN3 test suites 3 years ago
SIP_Tests.cfg More progress on osmo-sip-connector tests 5 years ago
SIP_Tests.default sip: Don't need to set default value of MNNC version 2 years ago
SIP_Tests.ttcn CTRL: Introduce support to run osmocom CTRL server 2 years ago
expected-results.xml update expected-results.xml 2 years ago
gen_links.sh Add Misc_Helpers.ttcn to centralize TTCN3 shutdown handling 4 years ago
osmo-sip-connector.cfg sip: add osmo-sip-connector.cfg 3 years ago
regen_makefile.sh regen_makefile.sh: set executable name explicitly 1 year ago

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