tree: 6d77a0ca2a6a04d4d0129d5474d5091e173ff2ab [path history] [tgz]
  1. expected-results.xml
  2. gen_links.sh
  3. HNB_Tests.cfg
  4. HNB_Tests.default
  5. HNB_Tests.ttcn
  6. HNBGW_ConnectionHandler.ttcn
  7. osmo-hnodeb.cfg
  8. README.md
  9. README.txt
  10. regen_makefile.sh
hnodeb/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"]; } %}