uhd: only the E100 supports FPGA timestamps and adjustable clock rate

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

git-svn-id: http://wush.net/svn/range/software/public/openbts/trunk@2636 19bc5d8c-e614-43d4-8b26-e1612bc8e597
This commit is contained in:
Kurtis Heimerl
2011-11-26 03:17:00 +00:00
parent 776fe14462
commit 66a5f7c299

View File

@@ -282,8 +282,8 @@ bool uhd_device::open()
{
LOG(INFO) << "creating USRP device...";
// Use the first available USRP2 / N210
uhd::device_addr_t dev_addr("type=usrp2");
// Use the first available USRP E100
uhd::device_addr_t dev_addr("type=usrp-e");
try {
usrp_dev = uhd::usrp::single_usrp::make(dev_addr);
}