pespin has uploaded this change for review. (
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/32283 )
Change subject: ggsn: Speedup tests by lowering retransmission T3,N3 timers
......................................................................
ggsn: Speedup tests by lowering retransmission T3,N3 timers
The params are set in GGSN_Tests.default and not in GGSN_Tests.default,
because those lower values are not really good default ones as per spec.
For instance when running against open5gs-smfd, these values should be
left to the default in code of 5 and 3 seconds, because open5gs-smfd
doesn't support changing the values through cfg file yet.
Related: OS#5485
Change-Id: I3798fba89c2c357afeaa83a73759442c6c433cea
---
M ggsn_tests/GGSN_Tests.cfg
M ggsn_tests/osmo-ggsn.cfg
2 files changed, 23 insertions(+), 0 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks refs/changes/83/32283/1
diff --git a/ggsn_tests/GGSN_Tests.cfg b/ggsn_tests/GGSN_Tests.cfg
index e849ed4..b542108 100644
--- a/ggsn_tests/GGSN_Tests.cfg
+++ b/ggsn_tests/GGSN_Tests.cfg
@@ -13,6 +13,10 @@
[TESTPORT_PARAMETERS]
[MODULE_PARAMETERS]
+# local T3-RESPONSE timeout, seconds:
+GGSN_Tests.mp_t3_response := 1;
+# local N3-REQUESTS counter:
+GGSN_Tests.mp_n3_requests := 2;
[EXECUTE]
GGSN_Tests.control
diff --git a/ggsn_tests/osmo-ggsn.cfg b/ggsn_tests/osmo-ggsn.cfg
index 5fdcf15..28284e7 100644
--- a/ggsn_tests/osmo-ggsn.cfg
+++ b/ggsn_tests/osmo-ggsn.cfg
@@ -45,6 +45,9 @@
ggsn ggsn0
gtp state-dir /tmp
gtp bind-ip 127.0.0.2
+ timer gtp T3 1
+ timer gtp T1003 2
+ timer gtp X3 2
apn internet
gtpu-mode tun
tun-device tun4
--
To view, visit
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/32283
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Change-Id: I3798fba89c2c357afeaa83a73759442c6c433cea
Gerrit-Change-Number: 32283
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pespin(a)sysmocom.de>
Gerrit-MessageType: newchange