laforge has submitted this change. (
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/16675 )
Change subject: pcu: Pass correct fn to ts_PCUIF_DATA_CNF
......................................................................
pcu: Pass correct fn to ts_PCUIF_DATA_CNF
Change-Id: I68fc0e3dba2cdadbe479017f31868f6dd0dabe9f
---
M pcu/PCU_Tests_RAW.ttcn
1 file changed, 1 insertion(+), 1 deletion(-)
Approvals:
Jenkins Builder: Verified
laforge: Looks good to me, approved
diff --git a/pcu/PCU_Tests_RAW.ttcn b/pcu/PCU_Tests_RAW.ttcn
index ff609fe..c800d43 100644
--- a/pcu/PCU_Tests_RAW.ttcn
+++ b/pcu/PCU_Tests_RAW.ttcn
@@ -735,7 +735,7 @@
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. */
--
To view, visit https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/16675
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Change-Id: I68fc0e3dba2cdadbe479017f31868f6dd0dabe9f
Gerrit-Change-Number: 16675
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <[email protected]>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <[email protected]>
Gerrit-MessageType: merged