pcu: Pass correct fn to ts_PCUIF_DATA_CNF

Change-Id: I68fc0e3dba2cdadbe479017f31868f6dd0dabe9f
This commit is contained in:
Pau Espin 2019-12-23 14:47:44 +01:00
parent 88bf537b35
commit f04ba541c1
1 changed files with 1 additions and 1 deletions

View File

@ -735,7 +735,7 @@ runs on RAW_PCU_Test_CT {
mtc.stop;
}
BTS.send(ts_PCUIF_DATA_CNF(bts_nr := 0, trx_nr := 0, ts_nr := 0, block_nr := 0,
fn := 0, arfcn := 871, sapi := PCU_IF_SAPI_PCH, data := macblock));
fn := pcu_msg.u.data_req.fn, arfcn := 871, sapi := PCU_IF_SAPI_PCH, data := macblock));
}
/* Expect a Paging Request Type 1 from PCU on PCUIF on specified sapi. */