Fork of SRS repository `srsRAN_4G`. Branch fix_cqi to fix srsUE issues.
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
ismagom 0737f1e615 Initial commit 11 years ago
cmake Initial commit 11 years ago
examples Initial commit 11 years ago
include Initial commit 11 years ago
lib Initial commit 11 years ago
matlab Initial commit 11 years ago
scripts Initial commit 11 years ago
uhd Initial commit 11 years ago
CMakeLists.txt Initial commit 11 years ago
LICENSE Initial commit 11 years ago
README.md Initial commit 11 years ago

README.md

osld-lib

OSLD-lib is a free and open-source LTE library for SDR UE and eNodeB. The library does not rely on any external dependencies or frameworks.

The project contains a set of Python tools for the automatic code generation of modules for popular SDR frameworks, including GNURadio, ALOE++, IRIS, and OSSIE. These tools are easy to use and adapt for generating targets for specific platforms or frameworks.

The DSP modules are based on OSLD (https://github.com/flexnets/aloe).

Examples

Currently, only PSS/SSS decoding is available:

' mkdir build cd build cmake ../ make examples/synch_test -i ../lte_signal.txt -N 0 '

Searches for an N_id_2 PSS/SSS signal in the provided file.