osmo-ttcn3-hacks/upf
Neels Hofmeyr 2d29274f32 add upf/ to test osmo-upf
So far testing only PFCP interaction without real GTP traffic.

Related: SYS#5599
Change-Id: If67819dea785597841f21d8c444cb4866cfde571
2022-09-20 13:32:16 +02:00
..
CPF_ConnectionHandler.ttcn add upf/ to test osmo-upf 2022-09-20 13:32:16 +02:00
README.md add upf/ to test osmo-upf 2022-09-20 13:32:16 +02:00
README.txt add upf/ to test osmo-upf 2022-09-20 13:32:16 +02:00
UPF_Tests.cfg add upf/ to test osmo-upf 2022-09-20 13:32:16 +02:00
UPF_Tests.default add upf/ to test osmo-upf 2022-09-20 13:32:16 +02:00
UPF_Tests.ttcn add upf/ to test osmo-upf 2022-09-20 13:32:16 +02:00
expected-results.xml add upf/ to test osmo-upf 2022-09-20 13:32:16 +02:00
gen_links.sh add upf/ to test osmo-upf 2022-09-20 13:32:16 +02:00
osmo-upf.cfg add upf/ to test osmo-upf 2022-09-20 13:32:16 +02:00
regen_makefile.sh add upf/ to test osmo-upf 2022-09-20 13:32:16 +02:00

README.md

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"]; } %}