osmo-ttcn3-hacks/gbproxy
Harald Welte d05a4a99a4 gbproxy: Move different network elements to different IPs
* SGSN0: 127.0.0.10
* SGSN1: 127.0.0.11
* PCU0:  127.0.1.1
* PCU1:  127.0.2.1
* PCU3:  127.0.3.1

Change-Id: I1762bfc237e679ee21d0446596f2c4f56f735a9d
2021-01-18 19:55:03 +01:00
..
GBProxy_Tests.cfg gbproxy: Move different network elements to different IPs 2021-01-18 19:55:03 +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: Move different network elements to different IPs 2021-01-18 19:55:03 +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 remove unused NS_CodecPort.ttcn/NS_CodecPort_CtrlFunct 2021-01-17 15:59:26 +00:00
osmo-gbproxy.cfg gbproxy: Move different network elements to different IPs 2021-01-18 19:55:03 +01:00
osmo-gbproxy.fr.cfg gbproxy: Start to allocate NRIs to SGSNs 2021-01-16 22:50:57 +01:00
regen_makefile.sh remove unused NS_CodecPort.ttcn/NS_CodecPort_CtrlFunct 2021-01-17 15:59:26 +00: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"]; } %}