laforge has submitted this change. (
https://gerrit.osmocom.org/c/docker-playground/+/35000?usp=email )
Change subject: ttcn3-dia2gsup-test/osmo_dia2gsup: set connect timer to 200 ms
......................................................................
ttcn3-dia2gsup-test/osmo_dia2gsup: set connect timer to 200 ms
Related: OS#5657
Change-Id: I22839cdf76120bb6152b32059822001cbd7979d8
---
M ttcn3-dia2gsup-test/osmo_dia2gsup.config
1 file changed, 11 insertions(+), 0 deletions(-)
Approvals:
Jenkins Builder: Verified
laforge: Looks good to me, approved
diff --git a/ttcn3-dia2gsup-test/osmo_dia2gsup.config
b/ttcn3-dia2gsup-test/osmo_dia2gsup.config
index dc0b876..4403935 100644
--- a/ttcn3-dia2gsup-test/osmo_dia2gsup.config
+++ b/ttcn3-dia2gsup-test/osmo_dia2gsup.config
@@ -5,6 +5,7 @@
{diameter_ip, "172.18.10.20"},
{diameter_port, 3868},
{diameter_proto, sctp},
+ {diameter_connect_timer, 200},
{origin_host, "hss.localdomain"},
{origin_realm, "localdomain"},
--
To view, visit
https://gerrit.osmocom.org/c/docker-playground/+/35000?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: docker-playground
Gerrit-Branch: master
Gerrit-Change-Id: I22839cdf76120bb6152b32059822001cbd7979d8
Gerrit-Change-Number: 35000
Gerrit-PatchSet: 1
Gerrit-Owner: lynxis lazus <lynxis(a)fe80.eu>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <laforge(a)osmocom.org>
Gerrit-MessageType: merged