uhd: fix timestamp conversion bug on 32-bit architectures

Type size_t was used in the UHD time_spec_t to integer
conversion, which would overflow at roughly 4 and a half
hours causing the sample buffer to error on timestamp
validity. Builds where size_t takes on 64-bits were not
affected by this bug.

Signed-off-by: Thomas Tsou <ttsou@vt.edu>

git-svn-id: http://wush.net/svn/range/software/public/openbts/trunk@2646 19bc5d8c-e614-43d4-8b26-e1612bc8e597
1 file changed
tree: f8dd509c9b77d987588caf4859571f70e34126bc
  1. CommonLibs/
  2. Transceiver52M/