[MERGED] osmo-trx[master]: uhd: Add missing B200 sample timing for 4 SPS receive

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

Tom Tsou gerrit-no-reply at lists.osmocom.org
Tue Oct 18 19:16:28 UTC 2016


Tom Tsou has submitted this change and it was merged.

Change subject: uhd: Add missing B200 sample timing for 4 SPS receive
......................................................................


uhd: Add missing B200 sample timing for 4 SPS receive

Only B210 timing was previously set in the timing table.

Change-Id: Idc8d1be8201ad086c57dd9b3d6d72d277306cd2b
---
M Transceiver52M/UHDDevice.cpp
1 file changed, 2 insertions(+), 1 deletion(-)

Approvals:
  Tom Tsou: Looks good to me, approved
  pierre.baudry: Looks good to me, but someone else must approve; Verified
  Jenkins Builder: Verified



diff --git a/Transceiver52M/UHDDevice.cpp b/Transceiver52M/UHDDevice.cpp
index 89ca2a3..47fa0bf 100644
--- a/Transceiver52M/UHDDevice.cpp
+++ b/Transceiver52M/UHDDevice.cpp
@@ -125,7 +125,8 @@
 	{ UMTRX, 1, 1, 9.9692e-5, "UmTRX 1 SPS" },
 	{ UMTRX, 4, 1, 7.3846e-5, "UmTRX 4/1 Tx/Rx SPS" },
 	{ USRP2, 4, 4, 4.6080e-5, "N2XX 4 SPS" },
-	{ B210,  4, 4, B2XX_TIMING_4_4SPS, "B200/B210 4 SPS" },
+	{ B200,  4, 4, B2XX_TIMING_4_4SPS, "B200 4 SPS" },
+	{ B210,  4, 4, B2XX_TIMING_4_4SPS, "B210 4 SPS" },
 	{ UMTRX, 4, 4, 5.1503e-5, "UmTRX 4 SPS" },
 	{ LIMESDR, 4, 4, 16.5/GSMRATE, "STREAM/LimeSDR (4 SPS TX/RX)" },
 };

-- 
To view, visit https://gerrit.osmocom.org/1114
To unsubscribe, visit https://gerrit.osmocom.org/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: Idc8d1be8201ad086c57dd9b3d6d72d277306cd2b
Gerrit-PatchSet: 1
Gerrit-Project: osmo-trx
Gerrit-Branch: master
Gerrit-Owner: Tom Tsou <tom at tsou.cc>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: Tom Tsou <tom at tsou.cc>
Gerrit-Reviewer: pierre.baudry <pierre.baudry at diateam.net>



More information about the gerrit-log mailing list