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 <axilira...@gmail.com>

Reply via email to