tree: 5b8ba70db7d0528279fe4bfc1043ac8fbb030e30 [path history] [tgz]
  1. expected-results.xml
  2. gen_links.sh
  3. MGCP_Test.cfg
  4. MGCP_Test.default
  5. MGCP_Test.ttcn
  6. README.md
  7. regen_makefile.sh
  8. RTP_CodecPort_CtrlFunct.ttcn
  9. RTP_CodecPort_CtrlFunctDef.cc
  10. RTP_Endpoint.ttcn
mgw/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"]; } %}