tree: de1396d2bd27167283c6c47c84c30667a7375d7b [path history] [tgz]
  1. BSC_MS_ConnectionHandler.ttcn
  2. BSC_MS_Simulation.ttcn
  3. BSCNAT_Tests.cfg
  4. BSCNAT_Tests.default
  5. BSCNAT_Tests.ttcn
  6. bscs.config
  7. gen_links.sh
  8. MGCP_Adapter.ttcn
  9. MSC_ConnectionHandler.ttcn
  10. MSC_Simulation.ttcn
  11. osmo-bsc-nat.cfg
  12. README.md
  13. regen_makefile.sh
bsc-nat/README.md

BSCNAT_Tests.ttcn

  • external interfaces
    • BSSAP/SCCP/IPA (SCCPLite) (emulates BSC-side and MSC-side)
    • MGCP/UDP (emulates MSC-side MSC+MGW)
    • MGCP/IPA (emulates BSC-side BSC+MGW)
    • RTP (emulates BSC-side MGW and MSC-side MGW)
    • Osmux (emulates BSC-side MGW)
    • VTY
    • CTRL

{% dot bscnat_tests.svg digraph G { rankdir=LR; BSCNAT [label="IUT\nosmo-bsc_nat",shape="box"]; ATS [label="ATS\nBSC_Tests.ttcn"];

ATS -> BSCNAT [label="SCCPLite BSC-side"]; BSCNAT -> ATS [label="SCCPLite MSC-side"]; BSCNAT -> ATS [label="MGCP/UDP MSC-side", dir="both"]; BSCNAT -> ATS [label="MGCP/IPA BSC-side"]; ATS -> BSCNAT [label="CTRL"]; ATS -> BSCNAT [label="VTY"]; ATS -> BSCNAT [label="RTP BSC-side", dir="both"]; ATS -> BSCNAT [label="RTP MSC-side", dir="both"]; ATS -> BSCNAT [label="Osmux BSC-side", dir="both"]; } %}