diff --git a/CHANGELOG b/CHANGELOG new file mode 100644 index 000000000..5362b92b1 --- /dev/null +++ b/CHANGELOG @@ -0,0 +1,5 @@ +Change Log for Releases +============================== + +## 001.001.000 +* Added support for BladeRF diff --git a/README.md b/README.md index 69954cce1..96797970b 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,9 @@ srsLTE is a free and open-source LTE library for SDR UE and eNodeB. The library **srsLTE is used by srsUE, a full stack (PHY to IP) implementation of an LTE UE. srsUE is available at https://github.com/srslte/srsue** +*News*: We have just released srsUE 1.1 now supporting the bladeRF hardware. We have also added Paging and improved general stability. + + The srsLTE software license is AGPLv3. Current Features: @@ -28,9 +31,12 @@ Missing Features: Hardware ======== -The library currently uses Ettus Universal Hardware Driver (UHD). Thus, any hardware supported by UHD can be used. There is no sampling rate conversion, therefore the hardware should support 30.72 MHz clock in order to work correctly with LTE sampling frequencies and decode signals from live LTE base stations. We are using the B210 USRP. +The library currently supports the Ettus Universal Hardware Driver (UHD) and the bladeRF driver. Thus, any hardware supported by UHD or bladeRF can be used. There is no sampling rate conversion, therefore the hardware should support 30.72 MHz clock in order to work correctly with LTE sampling frequencies and decode signals from live LTE base stations. -*News*: We have recently added support for the bladeRF in the `next` branch. It's still experimental so any feedback will be very appreciated. +We have tested the following hardware: + * USRP B210 + * USRP X300 + * bladeRF Download & Install Instructions =================================