aboutsummaryrefslogtreecommitdiffstats
path: root/upf/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'upf/README.md')
-rw-r--r--upf/README.md21
1 files changed, 21 insertions, 0 deletions
diff --git a/upf/README.md b/upf/README.md
new file mode 100644
index 00000000..09d8199b
--- /dev/null
+++ b/upf/README.md
@@ -0,0 +1,21 @@
+# UPF_Tests.ttcn
+
+* external interfaces
+ * PFCP
+ * VTY
+ * CTRL
+ * StatsD
+
+{% dot upf_tests.svg
+digraph G {
+ graph [label="UPF_Tests", labelloc=t, fontsize=30];
+ rankdir=LR;
+ UPF [label="IUT\nosmo-upf",shape="box"];
+ ATS [label="ATS\nUPF_Tests.ttcn"];
+
+ UPF <- ATS [label="PFCP"];
+ UPF <- ATS [label="CTRL"];
+ UPF <- ATS [label="VTY"];
+ UPF -> ATS [label="StatsD"];
+}
+%}