tree: f04afd374c1b7d35936c16d9a46ee72e606e1e60 [path history] [tgz]
  1. expected-results.xml
  2. gen_links.sh
  3. HLR_EUSE.ttcn
  4. HLR_Tests.cfg
  5. HLR_Tests.default
  6. HLR_Tests.ttcn
  7. README.md
  8. regen_makefile.sh
hlr/README.md

HLR_Tests.ttcn

  • external interfaces
    • GSUP (emulates VLR/SGSN side)
    • VTY

{% dot hlr_tests.svg digraph G { rankdir=LR; HLR [label="IUT\nosmo-hlr",shape="box"]; ATS [label="ATS\nHLR_Tests.ttcn"];

ATS -> HLR [label="GSUP"]; ATS -> HLR [label="VTY"]; } %}