osmo-ttcn3-hacks/hnodeb
Oliver Smith 7bb63cf0a8 library: deduplicate f_logp
Change-Id: Ie84a8a75e9f162fcbef0d07d0bc75e47a5303fa3
2023-10-23 09:10:33 +00:00
..
HNBGW_ConnectionHandler.ttcn copyright: fix typo: sysmocom s/s.m.f.c./s.f.m.c./ GmbH 2023-05-18 18:58:40 +07:00
HNB_Tests.cfg hnb: Introduce HNB_Tests testsuite 2021-11-24 17:52:49 +00:00
HNB_Tests.default hnodeb: Add initial infra to emulate HNB LL socket iface 2021-12-15 14:23:23 +00:00
HNB_Tests.ttcn library: deduplicate f_logp 2023-10-23 09:10:33 +00:00
README.md hnb: Introduce HNB_Tests testsuite 2021-11-24 17:52:49 +00:00
README.txt hnb: Introduce HNB_Tests testsuite 2021-11-24 17:52:49 +00:00
expected-results.xml update various expected-results.xml 2022-08-12 02:31:23 +00:00
gen_links.sh hnodeb: Add gtp SAPI 2021-12-15 14:23:23 +00:00
osmo-hnodeb.cfg hnb: Introduce HNB_Tests testsuite 2021-11-24 17:52:49 +00:00
regen_makefile.sh hnodeb: Add gtp SAPI 2021-12-15 14:23:23 +00:00

README.md

HNB_Tests.ttcn

  • external interfaces
    • Iuh side (emulates HNBGW-side)
      • SCTP/HNBAP
      • SCTP/RUA/RANAP
    • RTP side: emulates MGW
    • GTP-U side: emulates GGSN
    • UE side
    • VTY
    • CTRL
    • StatsD

{% dot hnb_tests.svg digraph G { graph [label="HNB_Tests", labelloc=t, fontsize=30]; rankdir=LR; { rank=same; ATS; HNB; }; HNB [label="IUT\nosmo-bsc",shape="box"]; ATS [label="ATS\nHNB_Tests.ttcn"];

HNB <- ATS [label="Uu (or some intermediate lower layer)"]; HNB -> ATS [label="Iuh"]; HNB -> ATS [label="RTP"]; HNB -> ATS [label="GTP-U"]; HNB <- ATS [label="CTRL"]; HNB <- ATS [label="VTY"]; HNB -> ATS [label="StatsD"]; } %}