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