osmo-ttcn3-hacks/hlr
Vadim Yanitskiy a2afacc905 library/IPA: use tr_ASP_IPA_EV instead of inline templates
This way we can easily add new parameters to ASP_IPA_Event.

Change-Id: Icc37286fcb4d43836d56a26424ecb9dcba58d1f1
2020-05-18 21:16:35 +07:00
..
HLR_EUSE.ttcn library/IPA: use tr_ASP_IPA_EV instead of inline templates 2020-05-18 21:16:35 +07:00
HLR_Tests.cfg hlr: add TC_MSLookup_mDNS_service_other_home 2020-02-06 16:21:47 +00:00
HLR_Tests.default hlr: add TC_MSLookup_mDNS_service_other_home 2020-02-06 16:21:47 +00:00
HLR_Tests.ttcn library/IPA: use tr_ASP_IPA_EV instead of inline templates 2020-05-18 21:16:35 +07:00
README.md Add README.md file for several suites 2018-06-14 18:55:36 +02:00
expected-results.xml hlr: update expected-results.xml 2019-07-08 12:25:57 +00:00
gen_links.sh hlr: add TC_MSLookup_GSUP_proxy 2020-02-06 16:21:47 +00:00
osmo-hlr.cfg hlr: add osmo-hlr.cfg 2019-06-09 06:52:18 +00:00
regen_makefile.sh hlr: add TC_MSLookup_mDNS_service_other_home 2020-02-06 16:21:47 +00:00

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