You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
osmo-ttcn3-hacks/sgsn
Pau Espin 17e0f8c5a0
break GTP_Templates dependency on Osmo_Gb_Types, BSSGP_Types, NS_Types
1 year ago
..
README.md Update README.md of several TTCN3 test suites 4 years ago
SGSN_Tests.cfg NS_Emulation: Support multiple NS-VC within one NSE (NS-VCG) 3 years ago
SGSN_Tests.default sgsn: don't re-use the same NS for all 3 BSSGP 5 years ago
SGSN_Tests.ttcn break GTP_Templates dependency on Osmo_Gb_Types, BSSGP_Types, NS_Types 1 year ago
SGSN_Tests_Iu.ttcn SGSN_Tests_Iu: Enable Iu tests that made the SGSN crash 3 years ago
SGSN_Tests_NS.ttcn SGSN: Some initial SNS tests for IP-SNS in OsmoSGSN 2 years ago
SGSN_Tests_SNS.cfg SGSN: Some initial SNS tests for IP-SNS in OsmoSGSN 2 years ago
expected-results.xml update expected-results.xml files 2 years ago
gen_links.sh RAW_NS/NS_Provider_IPL4: allow to use the new NSVC interface 2 years ago
osmo-sgsn.cfg sgsn: Introduce test TC_rim_eutran_to_geran 2 years ago
osmo-sgsn.sns.cfg remove deprecated 'logging level all everything' from configs 2 years ago
osmo-stp.cfg remove deprecated 'logging level all everything' from configs 2 years ago
regen_makefile.sh regen_makefile.sh: set executable name explicitly 2 years ago

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"]; } %}