osmo-ttcn3-hacks/hnodeb
Neels Hofmeyr 13b83db5db update various expected-results.xml
Change-Id: I850b79526145307246bca40c70ed8e4d586d8c68
2022-08-12 02:31:23 +00:00
..
HNBGW_ConnectionHandler.ttcn hnodeb: Update primitives to audio SAPI version 1 2022-06-13 20:52:15 +00: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: Test passing unordered list of RFCIs 2022-06-13 20:52:15 +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"]; } %}