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/.

pespin gerrit-no-reply at lists.osmocom.org
Mon Dec 23 13:51:11 UTC 2019


pespin has uploaded this change for review. ( 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(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks refs/changes/75/16675/1

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-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20191223/b1d8c373/attachment.htm>


More information about the gerrit-log mailing list