Andre Puschmann
0380c83175
remove RF device calibration settings from UE/eNB config
...
- this remove RF calibration parameters that were an extra
section in the eNB/UE config but were hardly used (only old bladeRF)
- a better way to pass those parameter would be through the
device args in the normal rf config section
6 years ago
IgnasJ
67c8bf1368
Fixes for srsLTE on ARM ( #229 )
...
* Fix ARM NEON code compilation
Fix LV_HAVE_NEON defintion incorrecly used instead of HAVE_NEON in some places
Replace vqabsq_s32 with vabsq_f32 as vqabsq_s32 requires int type (fails to compile)
Fix missing NEON code path in mat.h in srslte_mat_2x2_mmse_csi_simd()
* Fix timestamp overflow issue on 32-bit systems with Soapy driver
'time_t secs' can be 32-bit on some systems. This causes calculation:
'secs * 1000000000;' to overflow.
6 years ago
wangqiang1588
dfce3ea155
Fix crash if args is NULL ,enable multi rx channels setting ( #198 )
7 years ago
Andre Puschmann
5a0de01905
adding async thread to soapy
7 years ago
Andre Puschmann
d7e4797f3f
add rf error handler in soapy
7 years ago
Andre Puschmann
0fcb27de53
soapy: make soapy log level a device param and fix issue in setting tx bandwidth
7 years ago
Andre Puschmann
ddf7d2b2f7
soapy: rework driver init and add option to load config file
7 years ago
Andre Puschmann
f8fb176ff5
soapy: use log-level error to suppress late warning on console
7 years ago
Andre Puschmann
a68758ab0d
soapy: set RF bandwidth during rate change
7 years ago
Andre Puschmann
937cb4d7a8
rework error handling in Soapy and add statistics
7 years ago
Andre Puschmann
5d2a947aac
soapy: rework rx/tx timing
7 years ago
Andre Puschmann
727d26e75f
init Soapy with LTE rates before creating streams
7 years ago
Andre Puschmann
b8391d20a4
fix tx/rx calibration for Lime
7 years ago
Andre Puschmann
da55c6a71c
expose antenna port selection for soapy through device arguments
7 years ago
David Rupprecht
764c3b574e
Add limeSDR mini devname
7 years ago
Andre Puschmann
2605c9066b
improve lime support for srsUE by stopping/starting rx streaming during rate changes
7 years ago
Xavier Arteaga
301415a00a
Fixed AGC out of bounds gain
7 years ago
Andre Puschmann
a7ced05be5
fix coverity issue in soapy
7 years ago
Andre Puschmann
f2ea8222f9
soapy: make timeout a variable
7 years ago
Andre Puschmann
9be16097bf
lime: add lo_locked sensor read
7 years ago
Ismael Gomez
62c9910b28
Increased timeout for LimeSDR
7 years ago
Ismael Gomez
d428760b20
Merge branch 'next' into mobility
7 years ago
Ismael Gomez
408545dab8
X2 (constant NCC) working
7 years ago
yagoda
cd6ca95cd1
lime additions and resampler optimizations ( #94 )
...
* adding optimizations to fractional resampler
* adding txrx delay for N210 and Lime
* minor corrections to Lime api
* optimization of the fractional resampler
7 years ago
Paul Sutton
935afe6ef3
Minor soapy fix
7 years ago
Andre Puschmann
cfc9432ee2
fix warning
7 years ago
Andre Puschmann
5d5e8167b7
stop radio after radio error
7 years ago
Andre Puschmann
f619f53cc4
fix soapy support
7 years ago
Andre Puschmann
df2bbd4087
fix multi channel tx support in soapy
7 years ago
Andre Puschmann
81b143715b
fix formating
7 years ago
Andre Puschmann
9c49e27778
remove unused variable
8 years ago
Ismael Gomez
dd5822077b
fix for soapy
8 years ago
yagoda
8c049b2981
fix for both lime and rtl
8 years ago
yagoda
12d58bbb62
fixing soapy Tx for lime and RTL-SDR
8 years ago
Ismael Gomez
c9ced0b2e1
fixing commits
8 years ago
Ismael Gomez
2d0508ab25
fixing conflict
8 years ago
Ismael Gomez
151f219e41
small soapy fix
8 years ago
yagoda
bc337ee281
fixing soapy lime and rtlsdr compatibility
8 years ago
Andre Puschmann
e8c41d4620
Revert "Soapy(lime) tx support"
...
This reverts commit 10c0f03f33
.
8 years ago
yagoda
10c0f03f33
Soapy(lime) tx support
8 years ago
Andre Puschmann
9d9d4435e2
Merge remote-tracking branch 'origin/next' into restruct_update
8 years ago
Andre Puschmann
d079d25b2c
rename srslte folder and src subfolder
8 years ago