osmo-ttcn3-hacks/gbproxy
Harald Welte 0d5fceb146 gbproxy: Test for sizes up to 1600 bytes, not just 1024 bytes
The NS specs state up to 1600 bytes "gross NS size" must be supported,
at least by the underlying FR layer. Let's test up to that.  Let's
also speed things up by using 4-byte size increments, and print
the size of the current message.

Change-Id: I76358323e79cfc3d0e9c979c716b7a552f3b8e3b
2020-12-01 11:57:26 +00:00
..
GBProxy_Tests.cfg gbproxy: Fix config file typo 2020-11-15 22:39:30 +01:00
GBProxy_Tests.default Add initial TTCN3 test for GbProxy 2020-10-15 10:51:00 +02:00
GBProxy_Tests.fr.cfg gbproxy: Add test suite cfg and osmo-gbproxy.cfg for FR testing 2020-12-01 11:57:26 +00:00
GBProxy_Tests.ttcn gbproxy: Test for sizes up to 1600 bytes, not just 1024 bytes 2020-12-01 11:57:26 +00:00
README.md Add initial TTCN3 test for GbProxy 2020-10-15 10:51:00 +02:00
gen_links.sh gbproxy: Include support for NS over Frame Relay 2020-11-17 17:42:23 +01:00
osmo-gbproxy.cfg Add initial TTCN3 test for GbProxy 2020-10-15 10:51:00 +02:00
osmo-gbproxy.fr.cfg gbproxy: Add test suite cfg and osmo-gbproxy.cfg for FR testing 2020-12-01 11:57:26 +00:00
regen_makefile.sh gbproxy: /bin/sh cannot do "FILES+=", use /bin/bash 2020-11-18 12:36:42 +01: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"]; } %}