aboutsummaryrefslogtreecommitdiffstats
path: root/Transceiver52M
diff options
context:
space:
mode:
authorkurtis.heimerl <kurtis.heimerl@19bc5d8c-e614-43d4-8b26-e1612bc8e597>2011-11-26 03:17:43 +0000
committerkurtis.heimerl <kurtis.heimerl@19bc5d8c-e614-43d4-8b26-e1612bc8e597>2011-11-26 03:17:43 +0000
commit13074c9d425be4b7fdb02e5a6c3f42b7caa0afce (patch)
treec8cd74827e230f6ce2d98dd51a28a6c1434bcb43 /Transceiver52M
parent187b03d84792e5aa0d60e4fade6d9bfb0c26e054 (diff)
uhd: enable automatic alignment updates
Overnight testing shows that this shouldn't be required in the majority of cases, but shit happens. Enabling this forces transmit timing realignment at one minute intervals. As a fallback method, timing slips not caught by normal checks will be reset at the update. Signed-off-by: Thomas Tsou <ttsou@vt.edu> git-svn-id: http://wush.net/svn/range/software/public/openbts/trunk@2652 19bc5d8c-e614-43d4-8b26-e1612bc8e597
Diffstat (limited to 'Transceiver52M')
-rw-r--r--Transceiver52M/UHDDevice.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Transceiver52M/UHDDevice.cpp b/Transceiver52M/UHDDevice.cpp
index 9ef77a8..5075eff 100644
--- a/Transceiver52M/UHDDevice.cpp
+++ b/Transceiver52M/UHDDevice.cpp
@@ -596,7 +596,7 @@ int uhd_device::writeSamples(short *buf, int len, bool *underrun,
bool uhd_device::updateAlignment(TIMESTAMP timestamp)
{
- /* NOP */
+ aligned = false;
return true;
}