mirror of
https://github.com/RangeNetworks/openbts.git
synced 2025-11-02 12:53:15 +00:00
uhd: Move timestamp calculations to use UHD API
Update to minimally use the UHD driver 003.005.004 API version and set base version requirement. In effect, this uses internal UHD timestamp conversion calls and makes stream operations dependent on the stream instead of the base device. Signed-off-by: Tom Tsou <tom.tsou@ettus.com>
This commit is contained in:
@@ -88,7 +88,7 @@ AS_IF([test "x$with_usrp1" = "xyes"], [
|
||||
])
|
||||
|
||||
AS_IF([test "x$with_uhd" = "xyes"],[
|
||||
PKG_CHECK_MODULES(UHD, uhd >= 003.004.000)
|
||||
PKG_CHECK_MODULES(UHD, uhd >= 003.005.004)
|
||||
AC_DEFINE(USE_UHD, 1, Define to 1 if using UHD)
|
||||
AX_EXT
|
||||
])
|
||||
|
||||
Reference in New Issue
Block a user