osmo-ttcn3-hacks/sgsn
Alexander Couzens ed61ae81e2 Require to receive RANAP_CommonId after RANAP_SecurityModeComplete
The SGSN will send a CommonId after it has sent SecurityModeComplete
to support paging coordination in the RNC.

Change-Id: I82a05cab2aeea25eec699f726b2f5c4b3eef7560
2019-09-16 17:54:37 +00:00
..
README.md Add README.md file for several suites 2018-06-14 18:55:36 +02:00
SGSN_Tests.cfg sgsn: update configs for running without docker 2019-08-30 13:23:34 +02:00
SGSN_Tests.default sgsn: don't re-use the same NS for all 3 BSSGP 2018-08-28 14:27:08 +02:00
SGSN_Tests.ttcn Require to receive RANAP_CommonId after RANAP_SecurityModeComplete 2019-09-16 17:54:37 +00:00
SGSN_Tests_Iu.ttcn sgsn: replace variable bssgp with ran_index 2019-09-16 13:57:01 +00:00
expected-results.xml sgsn: Introduce test TC_attach_echo_timeout 2019-08-28 19:16:50 +02:00
gen_links.sh sgsn: Integrate RANAP 2019-08-18 17:12:46 +00:00
osmo-sgsn.cfg sgsn: update configs for running without docker 2019-08-30 13:23:34 +02:00
osmo-stp.cfg sgsn: update configs for running without docker 2019-08-30 13:23:34 +02:00
regen_makefile.sh sgsn: Integrate RANAP 2019-08-18 17:12:46 +00: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"]; } %}