mirror of https://github.com/pvnis/srsRAN_4G.git
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.
25 lines
707 B
Markdown
25 lines
707 B
Markdown
11 years ago
|
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.
|