osmo-ttcn3-hacks/mgw
Oliver Smith 1ec1d3bc5b WIP: mgw: conn timeout tests
Change-Id: I020b682b347045818fd28de240daa0aa33fe43b4
2019-06-26 10:45:55 +02:00
..
MGCP_Test.cfg WIP: mgw: conn timeout tests 2019-06-26 10:45:55 +02:00
MGCP_Test.default MGCP_Test: Add VTY access 2019-02-20 17:00:33 +01:00
MGCP_Test.ttcn WIP: mgw: conn timeout tests 2019-06-26 10:45:55 +02:00
README.md Add README.md file for several suites 2018-06-14 18:55:36 +02:00
RTP_CodecPort_CtrlFunct.ttcn mgw: Add RTP_CodecPort throguh which we can send/receive RTP+RTCP 2017-11-18 13:28:07 +01:00
RTP_CodecPort_CtrlFunctDef.cc mgw: Add RTP_CodecPort throguh which we can send/receive RTP+RTCP 2017-11-18 13:28:07 +01:00
RTP_Endpoint.ttcn Stop tests after failures 2018-07-24 14:19:42 +02:00
expected-results.xml Add Osmux support and tests for MGW 2019-05-27 09:56:51 +00:00
gen_links.sh Add Osmux support and tests for MGW 2019-05-27 09:56:51 +00:00
osmo-mgw.cfg mgw: add osmo-mgw.cfg 2019-06-25 13:45:25 +02:00
regen_makefile.sh Add Osmux support and tests for MGW 2019-05-27 09:56:51 +00:00

README.md

== MGW_Test.ttcn

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

{% 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"]; ATS -> MGW [label="MGCP"]; MGW -> ATS [label="RTP"]; } %}