osmo-ttcn3-hacks/mgw
Philipp Maier 21c1cffcec MGCP_Test: test DLCX request to non existant endpoint
Since we now support wildcarded DLCX request, which so not necessarly
require a specific endpoint (the trunk is enough). We should also check
what happens when we send a DLCX request to a non existent endpoint. The
situation would be very similar. osmo-mgw will be unable to resolve the
endpoint, but the trunk will be resolved. However eventually the request
is not wildcarded and we expect that osmo-mgw is rejecting it.

Change-Id: I3d8c6f84404c1c95f97f113813528175523d36b8
Related: SYS#5535
2021-08-03 17:16:04 +02:00
..
MGCP_Test.cfg MGCP_Test: fix config file include path 2018-03-16 13:46:40 +01:00
MGCP_Test.default MGCP_Test: upgrade expected behavior for TC_dlcx_wildcarded 2021-08-03 17:16:04 +02:00
MGCP_Test.ttcn MGCP_Test: test DLCX request to non existant endpoint 2021-08-03 17:16:04 +02:00
README.md Update README.md of several TTCN3 test suites 2019-11-15 18:49:09 +00:00
RTP_Endpoint.ttcn Stop tests after failures 2018-07-24 14:19:42 +02:00
expected-results.xml update expected-results.xml files 2021-07-05 13:11:14 +02:00
gen_links.sh MGCP_Test: upgrade expected behavior for TC_dlcx_wildcarded 2021-08-03 17:16:04 +02:00
osmo-mgw.cfg mgw: osmo-mgw config should not try to set DSCP > 63 2021-04-28 19:27:37 +02:00
regen_makefile.sh MGCP_Test: upgrade expected behavior for TC_dlcx_wildcarded 2021-08-03 17:16:04 +02: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"]; } %}