Menu

Tree [9ee8a7] master /
 History

HTTPS access


File Date Author Commit
 examples 2013-12-04 ismagom ismagom [9ee8a7] Merge branch 'master' of https://github.com/ism...
 include 2013-12-04 ismagom ismagom [9ee8a7] Merge branch 'master' of https://github.com/ism...
 lib 2013-12-04 ismagom ismagom [9ee8a7] Merge branch 'master' of https://github.com/ism...
 scripts 2013-12-03 ismagom ismagom [16bc33] Initial commit. PSS/SSS signal detection
 CMakeLists.txt 2013-12-03 ismagom ismagom [16bc33] Initial commit. PSS/SSS signal detection
 LICENSE 2013-10-24 Ismael Gómez-Miguelez Ismael Gómez-Miguelez [36d050] Initial commit
 README.md 2013-12-04 ismagom ismagom [9ee8a7] Merge branch 'master' of https://github.com/ism...
 lte_signal.txt 2013-12-03 ismagom ismagom [372b78] Merge branch 'master' of https://github.com/ism...

Read Me

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.