You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
osmo-ttcn3-hacks/hlr
Oliver Smith f8fe1329e2
regen_makefile.sh: set executable name explicitly
2 years ago
..
HLR_EUSE.ttcn library/IPA: use tr_ASP_IPA_EV instead of inline templates 3 years ago
HLR_Tests.cfg hlr: Get rid of module param mp_hlr_supports_dgsm 2 years ago
HLR_Tests.default hlr: add TC_MSLookup_mDNS_service_other_home 3 years ago
HLR_Tests.ttcn hlr: Get rid of module param mp_hlr_supports_dgsm 2 years ago
README.md Add README.md file for several suites 5 years ago
expected-results.xml update expected results 3 years ago
gen_links.sh hlr: add TC_MSLookup_GSUP_proxy 3 years ago
osmo-hlr.cfg hlr: add osmo-hlr.cfg 4 years ago
regen_makefile.sh regen_makefile.sh: set executable name explicitly 2 years ago

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"]; } %}