osmo-ttcn3-hacks/gbproxy
Harald Welte 90f1974fb0 NS_Emulation: Support multiple NS-VC within one NSE (NS-VCG)
This is something we need to simulate more complex scenarios,
particularly in the context of frame relay.

Change-Id: If1220852785853f8a5d8de183d5053ddd6ccb958
2020-11-12 20:02:07 +00:00
..
GBProxy_Tests.cfg NS_Emulation: Support multiple NS-VC within one NSE (NS-VCG) 2020-11-12 20:02:07 +00:00
GBProxy_Tests.default Add initial TTCN3 test for GbProxy 2020-10-15 10:51:00 +02:00
GBProxy_Tests.ttcn NS_Emulation: Support multiple NS-VC within one NSE (NS-VCG) 2020-11-12 20:02:07 +00:00
README.md Add initial TTCN3 test for GbProxy 2020-10-15 10:51:00 +02:00
gen_links.sh Add initial TTCN3 test for GbProxy 2020-10-15 10:51:00 +02:00
osmo-gbproxy.cfg Add initial TTCN3 test for GbProxy 2020-10-15 10:51:00 +02:00
regen_makefile.sh Add initial TTCN3 test for GbProxy 2020-10-15 10:51:00 +02: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"]; } %}