Change in osmo-ttcn3-hacks[master]: pcu: Pass correct fn to ts_PCUIF_DATA_CNF

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

laforge gerrit-no-reply at lists.osmocom.org
Tue Dec 31 16:34:50 UTC 2019


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 <pespin at sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <laforge at osmocom.org>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20191231/2740caf1/attachment.htm>


More information about the gerrit-log mailing list