Open source SDR 4G/5G software suite with extNAS/RRCTL support (forked from https://github.com/srsran/srsRAN)
Go to file
ismagom 0737f1e615 Initial commit 2014-01-28 11:41:17 +00:00
cmake Initial commit 2014-01-28 11:41:17 +00:00
examples Initial commit 2014-01-28 11:41:17 +00:00
include Initial commit 2014-01-28 11:41:17 +00:00
lib Initial commit 2014-01-28 11:41:17 +00:00
matlab Initial commit 2014-01-28 11:41:17 +00:00
scripts Initial commit 2014-01-28 11:41:17 +00:00
uhd Initial commit 2014-01-28 11:41:17 +00:00
CMakeLists.txt Initial commit 2014-01-28 11:41:17 +00:00
LICENSE Initial commit 2014-01-28 11:41:17 +00:00
README.md Initial commit 2014-01-28 11:41:17 +00:00

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.