aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2019-12-23 14:47:44 +0100
committerPau Espin Pedrol <pespin@sysmocom.de>2019-12-23 14:47:44 +0100
commitf04ba541c17a6b66f323f3f078e3105ced77db41 (patch)
treefb1dab9b093f12f70e6f2ae098af275a0c93dbfd
parent88bf537b3538a5ee94a10e5e96ead7b2857b4594 (diff)
pcu: Pass correct fn to ts_PCUIF_DATA_CNF
-rw-r--r--pcu/PCU_Tests_RAW.ttcn2
1 files changed, 1 insertions, 1 deletions
diff --git a/pcu/PCU_Tests_RAW.ttcn b/pcu/PCU_Tests_RAW.ttcn
index ff609fe9..c800d43d 100644
--- a/pcu/PCU_Tests_RAW.ttcn
+++ b/pcu/PCU_Tests_RAW.ttcn
@@ -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. */