open5gs 125740727e558c7604897eda711d4d40f2906239 changed behavior and is no longer sending the Used-Service-Unit AVP during INITIAL_REQUEST, which makes sense since those values should be only initialized and spec seems to more or less expect it that way, though receiving it at INITIAL time should be accepted too AFAICT. Related: https://github.com/open5gs/open5gs/pull/2721 Change-Id: Ia16a86ff10089974e0b5d49e594467fcd437ce7e |
||
---|---|---|
.. | ||
GGSN_Tests.cfg | ||
GGSN_Tests.default | ||
GGSN_Tests.ttcn | ||
README.md | ||
expected-results.xml | ||
gen_links.sh | ||
osmo-ggsn.cfg | ||
regen_makefile.sh |
README.md
GGSN_Tests.ttcn
- external interfaces
- Gp: GTP (emulates SGSN)
- Gi: IP (emulates Internet)
- VTY
{% dot ggsn_tests.svg digraph G { rankdir=LR; GGSN [label="GGSN\nosmo-ggsn",shape="box"]; ATS [label="ATS\nGGSN_Tests.ttcn"];
ATS -> GGSN [label="Gp (GTP)"]; GGSN -> ATS [label="Gi (IP)"]; ATS -> GGSN [label="VTY"]; } %}