osmo-ttcn3-hacks/upf
Neels Hofmeyr 11ac91ca1a move f_str_split() from UPF_Tests to Osmocom_VTY_Functions
I want to use it in a new function f_verify_talloc_bytes() added to
Osmocom_VTY_Functions.ttcn in I2948ee6f167369a2252f85b493e9653b93c7e4e9.

Change-Id: I9ddd9977734efd7599481261f04df82620845cef
2023-07-10 15:34:57 +00: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() from UPF_Tests to Osmocom_VTY_Functions 2023-07-10 15:34:57 +00: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 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"]; } %}