Change in ...osmo-trx[master]: driveTxPriorityQueue(): cosmetic: use proper type for TDMA TN

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
Fri Jul 19 15:16:36 UTC 2019


pespin has submitted this change and it was merged. ( https://gerrit.osmocom.org/c/osmo-trx/+/14785 )

Change subject: driveTxPriorityQueue(): cosmetic: use proper type for TDMA TN
......................................................................

driveTxPriorityQueue(): cosmetic: use proper type for TDMA TN

Change-Id: I8396004616754f84fb465c972fde9e91b18cc49b
---
M Transceiver52M/Transceiver.cpp
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Jenkins Builder: Verified
  laforge: Looks good to me, approved
  pespin: Looks good to me, approved



diff --git a/Transceiver52M/Transceiver.cpp b/Transceiver52M/Transceiver.cpp
index b73e698..1e0339b 100644
--- a/Transceiver52M/Transceiver.cpp
+++ b/Transceiver52M/Transceiver.cpp
@@ -935,7 +935,7 @@
   }
 
   int timeSlot = (int) buffer[0];
-  uint64_t frameNum = 0;
+  uint32_t frameNum = 0;
   for (int i = 0; i < 4; i++)
     frameNum = (frameNum << 8) | (0x0ff & buffer[i+1]);
 

-- 
To view, visit https://gerrit.osmocom.org/c/osmo-trx/+/14785
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-trx
Gerrit-Branch: master
Gerrit-Change-Id: I8396004616754f84fb465c972fde9e91b18cc49b
Gerrit-Change-Number: 14785
Gerrit-PatchSet: 4
Gerrit-Owner: fixeria <axilirator at gmail.com>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <laforge at gnumonks.org>
Gerrit-Reviewer: pespin <pespin at sysmocom.de>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20190719/7462ad66/attachment.htm>


More information about the gerrit-log mailing list