tree: 76b5676e1c8e272300b50897ddf2aa4e2df6770f [path history] [tgz]
  1. expected-results.xml
  2. gen_links.sh
  3. osmo-sgsn.cfg
  4. osmo-sgsn.sns.cfg
  5. osmo-stp.cfg
  6. README.md
  7. regen_makefile.sh
  8. SGSN_Tests.cfg
  9. SGSN_Tests.default
  10. SGSN_Tests.ttcn
  11. SGSN_Tests_Iu.ttcn
  12. SGSN_Tests_NS.ttcn
  13. SGSN_Tests_SNS.cfg
sgsn/README.md

SGSN_Tests.ttcn

  • external interfaces
    • Gb (emulates PCU side NS/BSSGP + MS)
    • Iu (emulates HNBGW side IuPS)
    • Gp: GTP (emulates GGSN)
    • GSUP (emulates HLR)
    • VTY

{% dot sgsn_tests.svg digraph G { rankdir=LR; SGSN [label="IUT\nosmo-sgsn",shape="box"]; ATS [label="ATS\nSGSN_Tests.ttcn"]; STP [label="STP\nosmo-stp"];

ATS -> SGSN [label="Gb"]; SGSN-> ATS [label="Gp (GTP)"]; SGSN -> STP [label="Iu (IuPS)"]; ATS -> STP [label="Iu (IuPS)"]; SGSN -> ATS [label="GSUP"]; ATS -> SGSN [label="VTY"]; } %}