osmo-ttcn3-hacks/hlr
Harald Welte ed380d135d hlr: Port HLR tests to use GSUP_Emulation
Going via GSUP_Emulation (rather than using GSUP_CodecPort directly)
adds many benefits, such as:
* ability to have multiple transactions in parallel
* no silent discard/ignore of unexpected GSUP messages, like those
  for IMSIs we don't expect.

Change-Id: Id2ddd6b81c374ad6350b62fcc5442436757d66cd
2018-06-15 17:59:40 +02:00
..
HLR_Tests.cfg remove *.default from [EXECUTE] in *.default files 2018-03-13 14:30:55 +01:00
HLR_Tests.default remove *.default from [EXECUTE] in *.default files 2018-03-13 14:30:55 +01:00
HLR_Tests.ttcn hlr: Port HLR tests to use GSUP_Emulation 2018-06-15 17:59:40 +02: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 2018-06-11 22:23:10 +02:00
gen_links.sh hlr: Port HLR tests to use GSUP_Emulation 2018-06-15 17:59:40 +02:00
regen_makefile.sh hlr: Integrate VTY and CTRL support 2018-03-01 10:21:56 +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"]; } %}