You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
osmo-ttcn3-hacks/hnodeb
Pau Espin b54acca15f
hnb: Introduce HNB_Tests testsuite
2 years ago
..
HNBGW_ConnectionHandler.ttcn hnb: Introduce HNB_Tests testsuite 2 years ago
HNB_Tests.cfg hnb: Introduce HNB_Tests testsuite 2 years ago
HNB_Tests.default hnb: Introduce HNB_Tests testsuite 2 years ago
HNB_Tests.ttcn hnb: Introduce HNB_Tests testsuite 2 years ago
README.md hnb: Introduce HNB_Tests testsuite 2 years ago
README.txt hnb: Introduce HNB_Tests testsuite 2 years ago
expected-results.xml hnb: Introduce HNB_Tests testsuite 2 years ago
gen_links.sh hnb: Introduce HNB_Tests testsuite 2 years ago
osmo-hnodeb.cfg hnb: Introduce HNB_Tests testsuite 2 years ago
regen_makefile.sh hnb: Introduce HNB_Tests testsuite 2 years ago

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"]; } %}