aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2023-11-02 12:48:06 +0100
committerOliver Smith <osmith@sysmocom.de>2023-11-09 11:02:52 +0100
commitd3711e67103691171d7ed3e224c050e78c1f5bc4 (patch)
tree1b40bcba681da181de7d5a2f1b1fb341931530c9
parent843b38e81ddcf464ab26830d822ee82dcec6b381 (diff)
ttcn3-hnbgw: Use new module param mp_hnbgw_timer_x31
-rw-r--r--ttcn3-hnbgw-test/HNBGW_Tests.cfg2
1 files changed, 2 insertions, 0 deletions
diff --git a/ttcn3-hnbgw-test/HNBGW_Tests.cfg b/ttcn3-hnbgw-test/HNBGW_Tests.cfg
index a76d5fd..9a7e1b9 100644
--- a/ttcn3-hnbgw-test/HNBGW_Tests.cfg
+++ b/ttcn3-hnbgw-test/HNBGW_Tests.cfg
@@ -109,6 +109,8 @@ HNBGW_Tests.mp_cn_cfg := {
}
};
HNBGW_Tests.mp_validate_talloc_asn1 := true;
+# keep in sync with osmo-hnbgw.cfg "timer hnbgw x31":
+HNBGW_Tests.mp_hnbgw_timer_x31 := 5;
[MAIN_CONTROLLER]