tree: 49aef18b52c42aa84696ccb6982fae8362aac0fb [path history] [tgz]
  1. expected-results.xml
  2. gen_links.sh
  3. HLR_Tests.cfg
  4. HLR_Tests.default
  5. HLR_Tests.ttcn
  6. README.md
  7. 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"]; } %}