osmo-ttcn3-hacks/gbproxy
Daniel Willmann 172cd6ddb5 gbproxy: Reduce timeout to fix flaky test
The individual timeouts in TC_BVC_bringup_conflicting add up to almost
15.0s (the Tguard timeout) which causes the test to sometimes fail.
Decrease the time waiting for all BVCs to be unblocked from 10s to 5s,
in reality this should be plenty time.

Change-Id: I620ce90f9e6b54cc94b4d36ac123f43d8d809f47
2023-05-09 13:59:28 +00:00
..
GBProxy_Tests.cfg gbproxy: Move different network elements to different IPs 2021-01-18 19:55:03 +01:00
GBProxy_Tests.default fr + gbproxy: Start to use AF_PACKET ENOBUFS work-around 2021-01-30 14:08:16 +00:00
GBProxy_Tests.fr.cfg gbproxy: fix config files 2021-02-04 22:32:03 +01:00
GBProxy_Tests.ttcn gbproxy: Reduce timeout to fix flaky test 2023-05-09 13:59:28 +00:00
README.md Add initial TTCN3 test for GbProxy 2020-10-15 10:51:00 +02:00
expected-results.xml update various expected-results.xml 2022-08-12 02:31:23 +00:00
gen_links.sh {sgsn,gbproxy}: do not link non-existent TCCConversion.hh 2022-11-24 03:56:46 +07:00
osmo-gbproxy.cfg gbproxy: Test routing if an SGSN in a pool is down 2021-05-28 15:16:08 +02:00
osmo-gbproxy.fr.cfg gbproxy: update sns configuration to use ip-sns-bind 2021-02-19 10:42:03 +00:00
regen_makefile.sh {ns,sgsn,gbproxy}: gen_links.sh: do not link unused modules 2022-10-21 10:35:10 +00:00

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