aboutsummaryrefslogtreecommitdiffstats
path: root/hlr/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'hlr/README.md')
-rw-r--r--hlr/README.md16
1 files changed, 16 insertions, 0 deletions
diff --git a/hlr/README.md b/hlr/README.md
new file mode 100644
index 00000000..a08c03f5
--- /dev/null
+++ b/hlr/README.md
@@ -0,0 +1,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"];
+}
+%}