Change in osmocom-bb[master]: layer23/l1ctl.c: fix: use host byte order for TDMA fn

2018-10-29 Thread Harald Welte
Harald Welte has posted comments on this change. ( 
https://gerrit.osmocom.org/11477 )

Change subject: layer23/l1ctl.c: fix: use host byte order for TDMA fn
..


Patch Set 1: Code-Review+2


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

Gerrit-Project: osmocom-bb
Gerrit-Branch: master
Gerrit-MessageType: comment
Gerrit-Change-Id: Iad00eebf03b38b9c4fc2d7ed66697d23a953d8b2
Gerrit-Change-Number: 11477
Gerrit-PatchSet: 1
Gerrit-Owner: Vadim Yanitskiy 
Gerrit-Reviewer: Harald Welte 
Gerrit-Reviewer: Jenkins Builder (102)
Gerrit-Comment-Date: Mon, 29 Oct 2018 23:19:22 +
Gerrit-HasComments: No
Gerrit-HasLabels: Yes


Change in osmocom-bb[master]: layer23/l1ctl.c: fix: use host byte order for TDMA fn

2018-10-29 Thread Harald Welte
Harald Welte has submitted this change and it was merged. ( 
https://gerrit.osmocom.org/11477 )

Change subject: layer23/l1ctl.c: fix: use host byte order for TDMA fn
..

layer23/l1ctl.c: fix: use host byte order for TDMA fn

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

Approvals:
  Jenkins Builder: Verified
  Harald Welte: Looks good to me, approved



diff --git a/src/host/layer23/src/common/l1ctl.c 
b/src/host/layer23/src/common/l1ctl.c
index b3f73a8..96db52f 100644
--- a/src/host/layer23/src/common/l1ctl.c
+++ b/src/host/layer23/src/common/l1ctl.c
@@ -180,7 +180,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/11477
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: osmocom-bb
Gerrit-Branch: master
Gerrit-MessageType: merged
Gerrit-Change-Id: Iad00eebf03b38b9c4fc2d7ed66697d23a953d8b2
Gerrit-Change-Number: 11477
Gerrit-PatchSet: 1
Gerrit-Owner: Vadim Yanitskiy 
Gerrit-Reviewer: Harald Welte 
Gerrit-Reviewer: Jenkins Builder (102)


Change in osmocom-bb[master]: layer23/l1ctl.c: fix: use host byte order for TDMA fn

2018-10-26 Thread Vadim Yanitskiy
Vadim Yanitskiy has uploaded this change for review. ( 
https://gerrit.osmocom.org/11477


Change subject: layer23/l1ctl.c: fix: use host byte order for TDMA fn
..

layer23/l1ctl.c: fix: use host byte order for TDMA fn

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



  git pull ssh://gerrit.osmocom.org:29418/osmocom-bb refs/changes/77/11477/1

diff --git a/src/host/layer23/src/common/l1ctl.c 
b/src/host/layer23/src/common/l1ctl.c
index b3f73a8..96db52f 100644
--- a/src/host/layer23/src/common/l1ctl.c
+++ b/src/host/layer23/src/common/l1ctl.c
@@ -180,7 +180,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/11477
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: Iad00eebf03b38b9c4fc2d7ed66697d23a953d8b2
Gerrit-Change-Number: 11477
Gerrit-PatchSet: 1
Gerrit-Owner: Vadim Yanitskiy