Change in osmo-ttcn3-hacks[master]: pcu: Fix f_dl_block_ack_fn for Dl EGPRS data block

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
Thu Nov 12 20:10:53 UTC 2020


pespin has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/21126 )


Change subject: pcu: Fix f_dl_block_ack_fn for Dl EGPRS data block
......................................................................

pcu: Fix f_dl_block_ack_fn for Dl EGPRS data block

Change-Id: I012b18ef084df0faa4cce79c4778e793af39b199
---
M pcu/GPRS_Components.ttcn
1 file changed, 1 insertion(+), 1 deletion(-)



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

diff --git a/pcu/GPRS_Components.ttcn b/pcu/GPRS_Components.ttcn
index 0f46490..2686ba3 100644
--- a/pcu/GPRS_Components.ttcn
+++ b/pcu/GPRS_Components.ttcn
@@ -1017,7 +1017,7 @@
 
 	/* The argument must be either a GPRS or EGPRS data block */
 	if (ischosen(dl_block.data_egprs)) {
-		rrbp_valid := true; /* always valid */
+		rrbp_valid := dl_block.data_egprs.mac_hdr.esp != '00'B;
 		rrbp := dl_block.data_egprs.mac_hdr.rrbp;
 	} else if (ischosen(dl_block.data)) {
 		rrbp_valid := dl_block.data.mac_hdr.mac_hdr.rrbp_valid;

-- 
To view, visit https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/21126
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: I012b18ef084df0faa4cce79c4778e793af39b199
Gerrit-Change-Number: 21126
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/20201112/913b34a9/attachment.htm>


More information about the gerrit-log mailing list