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/mgw
Philipp Maier 1298b09cb4
MGCP_Test: fix TC_dlcx_wildcarded
2 years ago
..
MGCP_Test.cfg MGCP_Test: fix config file include path 5 years ago
MGCP_Test.default MGCP_Test: upgrade expected behavior for TC_dlcx_wildcarded 2 years ago
MGCP_Test.ttcn MGCP_Test: fix TC_dlcx_wildcarded 2 years ago
README.md Update README.md of several TTCN3 test suites 4 years ago
RTP_Endpoint.ttcn Stop tests after failures 5 years ago
expected-results.xml update expected-results.xml files 2 years ago
gen_links.sh MGCP_Test: add control interface to MGW testsuite 2 years ago
osmo-mgw.cfg osmo-mgw.cfg: add missing statsd configuration 2 years ago
regen_makefile.sh regen_makefile.sh: set executable name explicitly 2 years ago

README.md

MGW_Test.ttcn

  • external interfaces
    • MGCP (emulates call agent)
    • RTP (stream source/sink)
    • Osmux (stream source/sink)
    • VTY

{% dot mgw_tests.svg digraph G { rankdir=LR; MGW [label="IUT\nosmo-mgw",shape="box"]; ATS [label="ATS\nMGCP_Test.ttcn"];

ATS -> MGW [label="RTP", dir="both"]; ATS -> MGW [label="Osmux", dir="both"]; ATS -> MGW [label="MGCP"]; ATS -> MGW [label="VTY"]; } %}