mirror of
https://github.com/fairwaves/openbts-2.8.git
synced 2025-11-14 10:57:47 +00:00
Adding MultiARFCN support to RAD1 radio.
git-svn-id: http://wush.net/svn/range/software/public/openbts/trunk@3689 19bc5d8c-e614-43d4-8b26-e1612bc8e597
This commit is contained in:
@@ -74,7 +74,7 @@ int usbMsg (struct libusb_device_handle *udh,
|
||||
if (ret < 0) {
|
||||
// we get EPIPE if the firmware stalls the endpoint.
|
||||
if (ret != LIBUSB_ERROR_PIPE) {
|
||||
LOG(ALERT) << "libusb_control_transfer failed: " << _get_usb_error_str(ret);
|
||||
LOG(ERR) << "libusb_control_transfer failed: " << _get_usb_error_str(ret);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user