aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Chemeris <Alexander.Chemeris@gmail.com>2016-06-18 10:50:11 +0300
committerAlexander Chemeris <Alexander.Chemeris@gmail.com>2016-06-18 15:49:21 +0300
commit2ad7101d44abdd16495a466d9326568d071151a0 (patch)
treef1ecde8f1f60921818cc0ea705ec064d066ba644
parentf7e0eb153d8ea6874001072d9aa07c45a623d2f3 (diff)
uhd: Fix comment.
It's osmo-trx, not OpenBTS anymore.
-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.
*/