You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
1 year ago | |
---|---|---|
.. | ||
GBProxy_Tests.cfg | 2 years ago | |
GBProxy_Tests.default | 2 years ago | |
GBProxy_Tests.fr.cfg | 2 years ago | |
GBProxy_Tests.ttcn | 1 year ago | |
README.md | 3 years ago | |
expected-results.xml | 2 years ago | |
gen_links.sh | 2 years ago | |
osmo-gbproxy.cfg | 2 years ago | |
osmo-gbproxy.fr.cfg | 2 years ago | |
regen_makefile.sh | 2 years ago |
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"]; } %}