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/gbproxy
Daniel Willmann 116d8b5feb
gbproxy: Test BVC bringup with conflicting BVCs
1 year ago
..
GBProxy_Tests.cfg gbproxy: Move different network elements to different IPs 2 years ago
GBProxy_Tests.default fr + gbproxy: Start to use AF_PACKET ENOBUFS work-around 2 years ago
GBProxy_Tests.fr.cfg gbproxy: fix config files 2 years ago
GBProxy_Tests.ttcn gbproxy: Test BVC bringup with conflicting BVCs 1 year ago
README.md Add initial TTCN3 test for GbProxy 3 years ago
expected-results.xml gbproxy: Update expected-results.xml 2 years ago
gen_links.sh RAW_NS/NS_Provider_IPL4: allow to use the new NSVC interface 2 years ago
osmo-gbproxy.cfg gbproxy: Test routing if an SGSN in a pool is down 2 years ago
osmo-gbproxy.fr.cfg gbproxy: update sns configuration to use ip-sns-bind 2 years ago
regen_makefile.sh regen_makefile.sh: set executable name explicitly 2 years ago

README.md

GBProxy_Tests.ttcn

  • external interfaces
    • Gb (emulates PCU side NS/BSSGP)
    • Gb (emulates SGSN side NS/BSSGP)
    • VTY

{% dot gbproxy_tests.svg digraph G { rankdir=LR; GBP [label="IUT\nosmo-gbproxy",shape="box"]; ATS [label="ATS\nGBProxy_Tests.ttcn"];

ATS -> GBP [label="Gb (from SGSN)"]; GBP -> ATS [label="Gb (from PCU)"]; ATS -> SGSN [label="VTY"]; } %}