osmo-ttcn3-hacks/hlr
Harald Welte 4b61204e85 hlr: Don't attempt to find AUTN in 2G-only tuple
In Change-Id I40c6cf7e28ad9331e6c27fe7acafa3f9e277eedf we introduced
a patch that verifies the AMF separation bit for 3G/3G vs 4G
authentication.  However, the test ignored the fact that AUTN cannot
be present in pure 2G tuples.

This makes TC_gsup_sai pass again.

Change-Id: I9b61e62a58b583461dd5e67dd12119be282cae21
2019-12-03 20:08:57 +01:00
..
HLR_EUSE.ttcn cosmetic: Update copyright statement, license notice and SPDX 2019-05-27 10:00:06 +00:00
HLR_Tests.cfg remove *.default from [EXECUTE] in *.default files 2018-03-13 14:30:55 +01:00
HLR_Tests.default detect VTY TELNET port connection failures (attempt #2) 2018-07-27 17:20:38 +02:00
HLR_Tests.ttcn hlr: Don't attempt to find AUTN in 2G-only tuple 2019-12-03 20:08:57 +01: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 Add Misc_Helpers.ttcn to centralize TTCN3 shutdown handling 2018-10-24 15:10:13 +02:00
osmo-hlr.cfg hlr: add osmo-hlr.cfg 2019-06-09 06:52:18 +00:00
regen_makefile.sh hlr: Link required libraries for USSD / SS messages 2018-08-07 23:32:32 +02: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"]; } %}