osmo-ttcn3-hacks/hlr
Pau Espin a16a6b667b Move f_addrstr2addr() to library/Misc_Helpers.ttcn
This function can easily be reused in other testsuites supporting both
IPv4 and IPv6 addresses.

Change-Id: I4243ec5551f128629b6504ccc59efeb456a6855d
2024-03-22 11:27:19 +01:00
..
HLR_EUSE.ttcn Move templates from GSUP_Types.ttcn to GSUP_Templates.ttcn 2024-01-18 20:22:34 +01:00
HLR_Tests.cfg hlr: Get rid of module param mp_hlr_supports_dgsm 2021-02-26 13:21:39 +01:00
HLR_Tests.default hlr: add TC_MSLookup_mDNS_service_other_home 2020-02-06 16:21:47 +00:00
HLR_Tests.ttcn Move templates from GSUP_Types.ttcn to GSUP_Templates.ttcn 2024-01-18 20:22:34 +01:00
README.md Add README.md file for several suites 2018-06-14 18:55:36 +02:00
expected-results.xml various: update expected-results.xml 2024-03-04 19:09:58 +00:00
gen_links.sh Move f_addrstr2addr() to library/Misc_Helpers.ttcn 2024-03-22 11:27:19 +01:00
osmo-hlr.cfg hlr: add osmo-hlr.cfg 2019-06-09 06:52:18 +00:00
regen_makefile.sh Move f_addrstr2addr() to library/Misc_Helpers.ttcn 2024-03-22 11:27:19 +01: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"]; } %}