aboutsummaryrefslogtreecommitdiffstats
path: root/hlr/README.md
blob: a08c03f5de9ee926d4e7bc5eaef6b5b926989cb2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# 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"];
}
%}