osmo-ttcn3-hacks/upf
Pau Espin 601b5cddc9 Move f_str_split() Osmocom_VTY_Functions.ttcn -> Misc_Helpers.ttcn
This is quite a generic string handling function which fits better
in a generic utility file like Misc_Helpers.ttcn.

Change-Id: I54eff3eea60ed0624919baebfe0ff7393414d6b8
2024-04-18 11:07:08 +02:00
..
CPF_ConnectionHandler.ttcn copyright: fix typo: sysmocom s/s.m.f.c./s.f.m.c./ GmbH 2023-05-18 18:58:40 +07: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 UPF_Tests.cfg: fix wrong mp_verify_gtp name 2022-11-28 13:48:15 +00:00
UPF_Tests.default add upf/ to test osmo-upf 2022-09-20 13:32:16 +02:00
UPF_Tests.ttcn Move f_str_split() Osmocom_VTY_Functions.ttcn -> Misc_Helpers.ttcn 2024-04-18 11:07:08 +02:00
expected-results.xml various: update expected-results.xml 2024-03-04 19:09:58 +00:00
gen_links.sh add upf/ to test osmo-upf 2022-09-20 13:32:16 +02:00
osmo-upf.cfg upf: test Session Mod, test Network Instance 2023-01-17 19:46:05 +00: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"]; } %}