Change in osmocom-bb[master]: layer23/l23sap.c: fix: use host byte order for dl->frame_nr

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

Vadim Yanitskiy gerrit-no-reply at lists.osmocom.org
Sat Oct 6 09:45:00 UTC 2018


Vadim Yanitskiy has uploaded this change for review. ( https://gerrit.osmocom.org/11252


Change subject: layer23/l23sap.c: fix: use host byte order for dl->frame_nr
......................................................................

layer23/l23sap.c: fix: use host byte order for dl->frame_nr

Change-Id: Ic72b04b4bb6990413578b1e9f4499fe98acf5d85
---
M src/host/layer23/src/common/l23sap.c
1 file changed, 1 insertion(+), 1 deletion(-)



  git pull ssh://gerrit.osmocom.org:29418/osmocom-bb refs/changes/52/11252/1

diff --git a/src/host/layer23/src/common/l23sap.c b/src/host/layer23/src/common/l23sap.c
index fbdc75c..e41e8ce 100644
--- a/src/host/layer23/src/common/l23sap.c
+++ b/src/host/layer23/src/common/l23sap.c
@@ -73,7 +73,7 @@
 			 * - select correct paging block that is for us.
 			 * - initialize ds_fail according to BS_PA_MFRMS.
 			 */
-			if ((dl->frame_nr % 51) != 6)
+			if ((meas->last_fn % 51) != 6)
 				break;
 			if (!meas->ds_fail)
 				break;

-- 
To view, visit https://gerrit.osmocom.org/11252
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: osmocom-bb
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: Ic72b04b4bb6990413578b1e9f4499fe98acf5d85
Gerrit-Change-Number: 11252
Gerrit-PatchSet: 1
Gerrit-Owner: Vadim Yanitskiy <axilirator at gmail.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20181006/ccb2d3a0/attachment.htm>


More information about the gerrit-log mailing list