dexter has uploaded this change for review. ( https://gerrit.osmocom.org/13746
Change subject: BTS_Tests: default value for mp_ipa_up_timeout too low
......................................................................
BTS_Tests: default value for mp_ipa_up_timeout too low
The default value for the module parameter mp_ipa_up_timeout is set to
10 sec. Given that the sysmobts needs around 10-11 sec. to perform one
restart cycle this is to low and causes tests to fail occasionally. Lets
increase the default value to 15 sec to get reliable.
Change-Id: I5bb290d00a02a25672305688352a03f3bf484ff3
Related: OS#3863
---
M bts/BTS_Tests.ttcn
1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks
refs/changes/46/13746/1
diff --git a/bts/BTS_Tests.ttcn b/bts/BTS_Tests.ttcn
index e617323..63372d4 100644
--- a/bts/BTS_Tests.ttcn
+++ b/bts/BTS_Tests.ttcn
@@ -64,7 +64,7 @@
integer mp_ms_actual_ta_exp := 0;
integer mp_timing_offset_256syms_exp := 512;
/* Time to wait for RSL conn from BTS during startup of test */
- float mp_ipa_up_timeout := 10.0;
+ float mp_ipa_up_timeout := 15.0;
}
type record of RslChannelNr ChannelNrs;
--
To view, visit https://gerrit.osmocom.org/13746
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I5bb290d00a02a25672305688352a03f3bf484ff3
Gerrit-Change-Number: 13746
Gerrit-PatchSet: 1
Gerrit-Owner: dexter <[email protected]>