Skip to content
Success

Changes

Summary

  1. pcu: Fix dummy DL block received due to timer race conditions (details)
Commit 7c66363f06a2131ee96bbb39a02a40f86f07db95 by Pau Espin Pedrol
pcu: Fix dummy DL block received due to timer race conditions

Timer X2002, which manages delay at PCU between sending DL TBF Ass over
CCCH and start transmitting for it over PDCH, is clock-time based.
As a result, timer at PCU process and ttcn3 process may time out
slightly differently. Hence, it can happen that we request a DL block
immediatelly *before* the timer triggers at the PCU. In that scenario,
PCU transmits a dummy block instead of a data block.
Account for this race condition in several tests; some tests already
used this formula.

Change-Id: Ic2bb953483cd1f678cbe32c7a94e177f79ecb4e4
The file was modifiedpcu/PCU_Tests.ttcn