osmo-ttcn3-hacks/mgw
Daniel Willmann 4541187978 WIP: Switch to RXONLY before deleting the flow
Change-Id: I859e4b876eb64f11710dfb450412619fd4ebff32
2020-01-21 18:44:44 +01:00
..
MGCP_Test.cfg MGCP_Test: fix config file include path 2018-03-16 13:46:40 +01:00
MGCP_Test.default MGCP_Test: Add VTY access 2019-02-20 17:00:33 +01:00
MGCP_Test.ttcn WIP: Switch to RXONLY before deleting the flow 2020-01-21 18:44:44 +01:00
README.md Update README.md of several TTCN3 test suites 2019-11-15 18:49:09 +00: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: Drop unneeded mp_enable_conn_timeout_test 2020-01-05 11:21:07 +00: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)
    • 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"]; } %}