osmo-ttcn3-hacks/gbproxy
Harald Welte 585aac84d8 gbproxy: Add GBProxy_Tests_Outage
This test runs TC_BVC_bringup, terminates all components, waits
long enough for all NSVCs to go dead, and then re-starts TC_BVC_bringup
to see if it still recovers.

Change-Id: I421baa83611baf5df9374ef1598f7c37189dd961
2021-04-01 22:58:59 +02:00
..
GBProxy_Tests.cfg gbproxy: Add GBProxy_Tests_Outage 2021-04-01 22:58:59 +02: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: Update config for IP BSS to use SNS 2021-04-01 21:27:33 +02:00
GBProxy_Tests_Outage.ttcn gbproxy: Add GBProxy_Tests_Outage 2021-04-01 22:58:59 +02:00
README.md Add initial TTCN3 test for GbProxy 2020-10-15 10:51:00 +02:00
expected-results.xml update expected-results.xml 2021-01-14 21:40:30 +01:00
gen_links.sh remove unused NS_CodecPort.ttcn/NS_CodecPort_CtrlFunct 2021-01-17 15:59:26 +00:00
osmo-gbproxy.cfg ns/gbproxy/sgsn: Update configs to use logging level lnssignal' 2021-04-01 21:27:33 +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 remove unused NS_CodecPort.ttcn/NS_CodecPort_CtrlFunct 2021-01-17 15:59:26 +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"]; } %}