osmo-ttcn3-hacks/gbproxy
Harald Welte 1e834f3230 gbproxy: Register IMSI + TLLI with BSSGP_Emulation
If we don't do that, the BSSGP code will not know what to route to us
and what not.

Change-Id: Ife8b8918f0eb69c6dc502d67d2566e78975c9f91
2020-11-16 19:14:24 +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.ttcn gbproxy: Register IMSI + TLLI with BSSGP_Emulation 2020-11-16 19:14:24 +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"]; } %}