osmo-ttcn3-hacks/gbproxy
Harald Welte 77218d0990 gbproxy: Start to allocate NRIs to SGSNs
We change the osmo-gbproxy.cfg to use NRI 3 for SGSN-0 (NSEI 101) and
NRI 4 for SGSN-1 (NSEI 102).

We also add the capability to GBProxy_Tests to allocate P-TMSI with
a specific NRI and default to the first NRI of SGSN-0 so all tests
written still for a single-SGSN-non-pool scenario pass without any
modification.

Related: OS#4472, SYS#5002
Change-Id: I15f78dca5ac31a1c71f086d3e92a70e900eae250
2021-01-16 22:50:57 +01:00
..
GBProxy_Tests.cfg gbproxy: Configure a Second SGSN 2021-01-16 22:50:09 +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: Enable IP-SNS towards SGSN 2021-01-11 13:11:04 +00:00
GBProxy_Tests.ttcn gbproxy: Start to allocate NRIs to SGSNs 2021-01-16 22:50:57 +01: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 gbproxy: Include support for NS over Frame Relay 2020-11-17 17:42:23 +01:00
osmo-gbproxy.cfg gbproxy: Start to allocate NRIs to SGSNs 2021-01-16 22:50:57 +01:00
osmo-gbproxy.fr.cfg gbproxy: Start to allocate NRIs to SGSNs 2021-01-16 22:50:57 +01: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"]; } %}