pcu: TC_n3103_max_t3169: Send TLLI in UL blocks

Otherwise MS is not behaving correctly and newer versions of PCU (more
strict checking TLLI and behaving better) may not accept it and make the
test fail.

Related: OS#1940
Change-Id: I2efa5ce97bf2c82727efcbdebdc0a0b686664e12
This commit is contained in:
Pau Espin 2021-05-11 15:58:26 +02:00 committed by laforge
parent 1ac1398d9f
commit 93ae4527bf
1 changed files with 1 additions and 1 deletions

View File

@ -1405,7 +1405,7 @@ testcase TC_n3103_max_t3169() runs on RAW_PCU_Test_CT {
/* Establish an Uplink TBF */
f_ms_establish_ul_tbf(ms);
f_ms_tx_ul_data_block_multi(ms, 5);
f_ms_tx_ul_data_block_multi(ms, 5, with_tlli := true);
exp_ul_ack_sub := tr_UlAckNackGprs(*, tr_AckNackDescription('1'B), *);
exp_ul_ack := tr_RLCMAC_UL_ACK_NACK_GPRS(ms.ul_tbf.tfi, exp_ul_ack_sub);