aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Chemeris <Alexander.Chemeris@gmail.com>2016-06-18 10:50:11 +0300
committerTom Tsou <tom.tsou@ettus.com>2016-06-22 14:27:38 -0700
commit1ba69e7762327b565b222b9920728de7d3910d40 (patch)
tree64d736d1db9f282ccd71915170442e777cc319ae
parentf931cf226b3ce7a4133f3a49599d4c85a152466f (diff)
uhd: Fix comment.
It's osmo-trx, not OpenBTS anymore. Signed-off-by: Tom Tsou <tom.tsou@ettus.com>
-rw-r--r--Transceiver52M/UHDDevice.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Transceiver52M/UHDDevice.cpp b/Transceiver52M/UHDDevice.cpp
index 1448da0..b3d65a4 100644
--- a/Transceiver52M/UHDDevice.cpp
+++ b/Transceiver52M/UHDDevice.cpp
@@ -170,7 +170,7 @@ static double select_rate(uhd_dev_type type, int sps, bool diversity = false)
}
/*
- Sample Buffer - Allows reading and writing of timed samples using OpenBTS
+ Sample Buffer - Allows reading and writing of timed samples using osmo-trx
or UHD style timestamps. Time conversions are handled
internally or accessable through the static convert calls.
*/