For 12+ days, suspend/resume related SGSN + PCU TTCN3 tets have been failing. It was the introduction of the BSSGP_CT:GLOBAL test port in I40d973d80709f5d56f59247e8647b52754f09bc8 + I805372f3024a0ec2491a24422e02c0bc6dc669d2 which caused the related PDUs now to no longer show up where they used to. Change-Id: I1977302fef4868dc1c330bc6f48f6a6608949393 Closes: OS#4902 |
||
---|---|---|
.. | ||
README.md | ||
SGSN_Tests.cfg | ||
SGSN_Tests.default | ||
SGSN_Tests.ttcn | ||
SGSN_Tests_Iu.ttcn | ||
SGSN_Tests_NS.ttcn | ||
expected-results.xml | ||
gen_links.sh | ||
osmo-sgsn.cfg | ||
osmo-stp.cfg | ||
regen_makefile.sh |
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"]; } %}