laforge
/
openbts-osmo
Archived
1
0
Fork 0

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>
This commit is contained in:
Thomas Tsou 2011-05-23 18:19:39 -07:00
parent 6ddbc257c8
commit 99a1466155
2 changed files with 2 additions and 2 deletions

View File

@ -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;
}

View File

@ -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;
}