pespin has uploaded this change for review.

View Change

WIP

Change-Id: Idd821049315ae4d0cf83f551d5fc1f2961545291
---
M pcu/PCU_Tests.ttcn
1 file changed, 10 insertions(+), 1 deletion(-)

git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks refs/changes/35/34535/1
diff --git a/pcu/PCU_Tests.ttcn b/pcu/PCU_Tests.ttcn
index 012a0be..6917404 100644
--- a/pcu/PCU_Tests.ttcn
+++ b/pcu/PCU_Tests.ttcn
@@ -1953,7 +1953,7 @@
var GprsMS ms;
const integer N3105_MAX := 2;
var integer N3105 := 0;
- timer T_3195 := 1.0;
+ timer T_3195 := 1.0 + 0.1; /* 0.1: some extra time to avoid race conditions between test and IUT */
var integer num_poll_recv := 0;
var template RlcmacDlBlock dl_block_exp;


To view, visit change 34535. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Change-Id: Idd821049315ae4d0cf83f551d5fc1f2961545291
Gerrit-Change-Number: 34535
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pespin@sysmocom.de>
Gerrit-MessageType: newchange