Version: $Id$
Generated with T3Doc 2.0 on Fri Sep 05 17:01:24 CEST 2008.
Configuration
Specific requirements:
- REG:
- ARQ supported
- UL SF:
- ARQ enabled
- ARQ window size set to 128
- ARQ block size set to 16
Description
Test Strategy:
- TS sends more than 256 Echo requests, which will cause IUTto send more than 2048 ARQ blocks
(8 blocks per Echo Reply). TS sends acknoledgement after each echo reply.
- On receiving the echo replies, check that bsn is correctly incremented, modulo ARQ_BSN_MODULUS
(done in function f_checkIutSendsArqDataAndVerify).
Purpose
TP/SS/ARQ/TXD/BV-H004
TP version: 0.0.9
Initial condition: The IUT is a transmitter on an ARQ-enabled connection where ARQ_WINDOW_SIZE is <= ARQ_BSN_MODULUS/2.
UL ARQ-enabled data is in process. Packing is OFF.
Test purpose: Check that: The IUT transmits in non packed MAC PDUs ARQ blocks with contiguous BSNs normalized
by the following: bsn' = (bsn - BSN_base) mod ARQ_BSN_MODULUS.