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.
|
2 years ago | |
---|---|---|
.. | ||
HLR_EUSE.ttcn | 3 years ago | |
HLR_Tests.cfg | 2 years ago | |
HLR_Tests.default | 3 years ago | |
HLR_Tests.ttcn | 2 years ago | |
README.md | 5 years ago | |
expected-results.xml | 3 years ago | |
gen_links.sh | 3 years ago | |
osmo-hlr.cfg | 4 years ago | |
regen_makefile.sh | 2 years ago |
README.md
HLR_Tests.ttcn
- external interfaces
- GSUP (emulates VLR/SGSN side)
- VTY
{% dot hlr_tests.svg digraph G { rankdir=LR; HLR [label="IUT\nosmo-hlr",shape="box"]; ATS [label="ATS\nHLR_Tests.ttcn"];
ATS -> HLR [label="GSUP"]; ATS -> HLR [label="VTY"]; } %}