osmo-ttcn3-hacks/sgsn
Pau Espin bcddb8c9b8 sgsn: Fix TC_attach_pdp_act_user_deact_mt
Expect to receive a TearDown Indicator.

Change-Id: I37dafb5e93ac06b3bd9cab2c06aa3735a8429f2f
2018-07-16 13:24:10 +02:00
..
README.md Add README.md file for several suites 2018-06-14 18:55:36 +02:00
SGSN_Tests.default *.default: change logging filemask from ERROR | WARNING to += PARALLEL | VERDICTOP 2018-06-12 13:51:14 +02:00
SGSN_Tests.ttcn sgsn: Fix TC_attach_pdp_act_user_deact_mt 2018-07-16 13:24:10 +02:00
expected-results.xml sgsn: Fix TC_attach_pdp_act_user_deact_mt 2018-07-16 13:24:10 +02:00
gen_links.sh ignore results of .ttcnpp files 2018-03-16 18:25:58 +01:00
regen_makefile.sh IPA_Emulation: Make dependencies to RSL/MGCP/SCCP/GSUP conditional 2018-02-20 16:17:17 +01:00

README.md

SGSN_Tests.ttcn

  • external interfaces
    • Gb (emulates PCU side NS/BSSGP + MS)
    • GSUP (emulates HLR)
    • VTY

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

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