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.
|
1 year ago | |
---|---|---|
.. | ||
README.md | 3 years ago | |
SIP_Tests.cfg | 5 years ago | |
SIP_Tests.default | 2 years ago | |
SIP_Tests.ttcn | 2 years ago | |
expected-results.xml | 2 years ago | |
gen_links.sh | 4 years ago | |
osmo-sip-connector.cfg | 3 years ago | |
regen_makefile.sh | 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"]; } %}