Andre Puschmann
bb34be24ac
fix bug with uninitalized number of rx antennas
8 years ago
yagoda
12d58bbb62
fixing soapy Tx for lime and RTL-SDR
8 years ago
Andre Puschmann
266f1b08fb
rlc_am: print LCID in buffer status msg
8 years ago
Andre Puschmann
e8c41d4620
Revert "Soapy(lime) tx support"
...
This reverts commit 10c0f03f33
.
8 years ago
Ismael Gomez
41edfcc7ab
fixed segfault due to race condition in scrambling sequence pre-generation
8 years ago
Ismael Gomez
5b62859cca
Merge pull request #12 from softwareradiosystems/next_new_feature
...
Soapy(lime) tx support
8 years ago
Ismael Gomez
0737a858f7
Merge pull request #11 from softwareradiosystems/ue_refactor_common_v2
...
UE refactor common v2
8 years ago
Ismael Gomez
14916fdc9a
missing return statement
8 years ago
Andre Puschmann
1e3b5f553e
fix printf argument
8 years ago
Andre Puschmann
8030778809
fix PDCP initialization in eNB
8 years ago
yagoda
10c0f03f33
Soapy(lime) tx support
8 years ago
Ismael Gomez
d74a9de86d
Merge branch 'next' of github.com:softwareradiosystems/srsLTE into next
8 years ago
Ismael Gomez
3d658cfdd8
fixed number of ports in pdsch tx
8 years ago
Andre Puschmann
7ca0988ea3
refactor RLC to use RAT-agnostic config
8 years ago
Andre Puschmann
8dbabb2834
rework bearer/LCID handling
...
This is a larger patch that reworks the LCID handling throughout the
code.
- It first moves the RB/LCID mapping out of common.h into the RRC object
because different RATs may have different mappings.
- It adds a interface to RRC that other objects like RLC/PDCP/etc. may
use to get the bearer name of a specific LCID.
- The patch also introduces a PDCP config class.
8 years ago
Andre Puschmann
60da04ef58
make LCID of GW object a parameter
8 years ago
Andre Puschmann
cbfcb281a9
seperate RAT agnostic bits from various interfaces
8 years ago
Andre Puschmann
c247f1103d
parameterize TTI offset between UL grant and UL tx and UL tx and HARQ rx
8 years ago
Andre Puschmann
20a004a768
add seperate interface for MUX to query BSR procedure
...
- this is also intented to make MUX RAT-agnostic
8 years ago
Andre Puschmann
583aa2d180
move MAC structs shared between multiple RATs out RAT specific interface
8 years ago
Andre Puschmann
bfa10148f5
fix bug in c-rnti MAC subheader
8 years ago
Ismael Gomez
6c0587e5a4
fixed missing initialization of PUSCH scrambling sequence
8 years ago
Ismael Gomez
2a43c9901f
Merge branch 'next' of github.com:softwareradiosystems/srsLTE into next
8 years ago
Paul Sutton
89cc50c7c4
Deallocating buffers for ACKed RLC tx PDUs
8 years ago
Paul Sutton
cec7b95d45
Fix for race condition, fix for window size checks
8 years ago
Ismael Gomez
e92418d2da
minor edit in cmake
8 years ago
Paul Sutton
ce88544d07
Minor fft library tidy-up
8 years ago
Paul Sutton
f48b1f3d66
Adding ability to statically link FFTW
8 years ago
Paul Sutton
769c2c1f6b
Merge branch 'next' of https://github.com/softwareradiosystems/srslte into next
8 years ago
Paul Sutton
776c1bbc9d
Moving fftw checks to top CMakeLists
8 years ago
Ismael Gomez
140cef69e0
Merge branch 'next' of github.com:softwareradiosystems/srsLTE into next
8 years ago
Ismael Gomez
6037a2f2bd
changed logger classes
8 years ago
Paul Sutton
b71f7b7080
Adding support for static builds
8 years ago
Ismael Gomez
12cbf02606
changed name of vector_simd function
8 years ago
Ismael Gomez
c47c4b8b03
fixed overflow in tests
8 years ago
Ismael Gomez
9623081da1
Fixed decoder doing more iterations than necessary
8 years ago
Ismael Gomez
026eecf58d
allow null CB
8 years ago
Ismael Gomez
e717ccf73a
new AVX2 decoder working over the air
8 years ago
Ismael Gomez
f00ea8c8ed
Integrated AVX2 decoder in PDSCH object. Added inter-frame SSE decoder (not working and not integrated)
8 years ago
Ismael Gomez
c1ef9da32a
avx turbo decoder working in tests
8 years ago
Andre Puschmann
eb039ea1f0
fix compile warning
8 years ago
Ismael Gomez
d8069f9364
forced local variable alignment in dot_prod_sss_avx2
8 years ago
Ismael Gomez
215dac6662
fixed some issues with AVX machines
8 years ago
Ismael Gomez
13adbb6fda
restored srslte_phy to static
8 years ago
Ismael Gomez
72a2b06238
Fixed incompatibility with volk1.2 Make pointer type warnings an error
8 years ago
Mikko Markus Torni
d734ef977b
Add comments to many functions
8 years ago
Mikko Markus Torni
3d6a020541
CFI length is wrong for nof_prb == 10
8 years ago
Ismael Gomez
63f6e2dd06
removed link to rf drivers in srslte_phy
8 years ago
Paul Sutton
a278a10634
Link order fix for volk and math
8 years ago
Paul Sutton
94a54f226d
Conditional srslte_rf linking for examples
8 years ago