osmo-ttcn3-hacks/hnodeb
Harald Welte cb3e2d75b8 Iuh_Emulation: Introduce Iuh_ConnHdlr component type
Like RAN_ConnHdlr, this contains the ports required for
a ConnHdlr attaching to Iuh_Emulaiton

Change-Id: Icbffedceb65f791306fde74f3bc5b8fe964148b9
2022-02-11 15:27:11 +01:00
..
HNBGW_ConnectionHandler.ttcn Iuh_Emulation: Introduce Iuh_ConnHdlr component type 2022-02-11 15:27:11 +01: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 hnodeb: Updates in HNBLLIF and HNBGW_COnnectioNHandler to support and test IuUP 2021-12-23 15:12:47 +01: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 hnb: Introduce HNB_Tests testsuite 2021-11-24 17:52:49 +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"]; } %}