osmo-ttcn3-hacks/gbproxy
Harald Welte 7c29536975 gbproxy: Properly capture HDLC/FR traffic in addition to ethernet
We cannot use "-i all" but must list each interface separately,
which is only supported by dumpcap.  We also must write pcapng
files.

Change-Id: Id412af3bb6bcad5e0f2cf40a6dc497d7e4f3d948
2020-12-11 15:32:08 +01:00
..
GBProxy_Tests.cfg gbproxy: Fix config file typo 2020-11-15 22:39:30 +01:00
GBProxy_Tests.default gbproxy: Properly capture HDLC/FR traffic in addition to ethernet 2020-12-11 15:32:08 +01:00
GBProxy_Tests.fr.cfg gbproxy: Fix syntax error in GBProxy_Tests.fr.cfg 2020-12-09 15:30:52 +01:00
GBProxy_Tests.ttcn gbproxy: Fix log messages in timeout situations 2020-12-11 11:00:08 +01: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: Change osmo-gbproxy.cfg so it works on libosmocore master 2020-12-07 13:05:35 +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"]; } %}