aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKeith <keith@rhizomatica.org>2020-03-23 14:22:36 -0500
committerKeith <keith@rhizomatica.org>2020-03-23 14:22:36 -0500
commit3629017b0d3fbe0f79debf06d5f0d10c5505e3ca (patch)
treea834b45212b0814d70a5b2a925fac5b7ff678371
parent6d496c8e1515a4b52a399fb4be9911cc1b1a619e (diff)
Add 4/4 Tx/Rx SPS definition for OCR01whytek/ocsdr
-rw-r--r--Transceiver52M/device/uhd/UHDDevice.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/Transceiver52M/device/uhd/UHDDevice.cpp b/Transceiver52M/device/uhd/UHDDevice.cpp
index 62a8d2d..228e166 100644
--- a/Transceiver52M/device/uhd/UHDDevice.cpp
+++ b/Transceiver52M/device/uhd/UHDDevice.cpp
@@ -122,6 +122,7 @@ static const std::map<dev_key, dev_desc> dev_param_map {
{ std::make_tuple(LIMESDR, 4, 4), { 1, GSMRATE*32, GSMRATE, 8.9e-5, "LimeSDR 4 SPS" } },
{ std::make_tuple(B2XX_MCBTS, 4, 4), { 1, 51.2e6, MCBTS_SPACING*4, B2XX_TIMING_MCBTS, "B200/B210 4 SPS Multi-ARFCN" } },
{ std::make_tuple(OCR01, 4, 1), { 2, 26e6, GSMRATE, B2XX_TIMING_4SPS, "OCR01 4/1 Tx/Rx SPS"} },
+ { std::make_tuple(OCR01, 4, 4), { 2, 26e6, GSMRATE, B2XX_TIMING_4_4SPS, "OCR01 4/4 Tx/Rx SPS"} },
};
void *async_event_loop(uhd_device *dev)