osmo-ttcn3-hacks/gbproxy
Alexander Couzens 2efeb61139 gbproxy: update sns configuration to use ip-sns-bind
With libosmocore commit the SNS configuration requires a ip-sns-bind vty configuration
to define the binds which should be use.

Related: SYS#5354
Depends-on: I9ab8092bf286e7d90e92f5702a5404425e959c84 (libosmocore)
Change-Id: If86fe463199bc5089db80a0dcc01f9e94e23e9b9
2021-02-19 10:42:03 +00:00
..
GBProxy_Tests.cfg gbproxy: Move different network elements to different IPs 2021-01-18 19:55:03 +01:00
GBProxy_Tests.default fr + gbproxy: Start to use AF_PACKET ENOBUFS work-around 2021-01-30 14:08:16 +00:00
GBProxy_Tests.fr.cfg gbproxy: fix config files 2021-02-04 22:32:03 +01:00
GBProxy_Tests.ttcn gbproxy: Increase timeouts for dl/ul unitdata tests 2021-02-11 15:17:14 +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: update sns configuration to use ip-sns-bind 2021-02-19 10:42:03 +00:00
osmo-gbproxy.fr.cfg gbproxy: update sns configuration to use ip-sns-bind 2021-02-19 10:42:03 +00: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"]; } %}