Xavier Arteaga
cedc32fbb0
Added RI (CQI periodic reporting) send condition function
7 years ago
Xavier Arteaga
0b83ff7d68
Alignement with cherry pick
7 years ago
Xavier Arteaga
8c71c716c9
PDSCH decoder acknowledges TBs/CWs per sepparate and softbuffers are arrays of pointers
7 years ago
Xavier Arteaga
e22a526350
Correction RF module for supporting Rx diversity in the UE
7 years ago
Xavier Arteaga
ecaf84de51
pdsch_test can load MIMO files
7 years ago
Xavier Arteaga
8e81400329
Solved bug: UE DL was not getting into TxDiversity on DCI formats 1 and 1A
7 years ago
Xavier Arteaga
7e9e9a6a7d
Included precoding information (pinfo) in grant and interfaced TM4
7 years ago
Xavier Arteaga
2c07a16189
DL grant parameter are now vectors of MAX_CODEWORDS
7 years ago
Xavier Arteaga
9c9c07a845
Improvement in how PDSCH UE shows downlink statistics.
7 years ago
Xavier Arteaga
ed19a4d200
Removed PDSCH threads and refactored RI/PMI select
7 years ago
Xavier Arteaga
f2db2db81b
Added PMI select C test and solved bugs (golden vectors generated from reference script)
7 years ago
Xavier Arteaga
94325d13d2
Scalable PDSCH with MAX_CODEWORDS PDSCH plus decoding threads for bitrate increase
7 years ago
Xavier Arteaga
48d508aeba
Added srs_lte_cpy for aligned copy which improves a bit performance for aligned data
7 years ago
Xavier Arteaga
a9d9c92205
Added MMSE in SSE and AVX plus subroutines refactor
7 years ago
Xavier Arteaga
d1709e06af
Added algebra SSE, AVX (+FMA) implementatiokns with test
7 years ago
Xavier Arteaga
4007a15581
Merge branch 'next' into next_mimo
7 years ago
Xavier Arteaga
2bf288ff59
Solved infinite loop and/or segmentation fault in the SCH decoder for non-SSE compilation.
7 years ago
Andre Puschmann
9c49e27778
remove unused variable
7 years ago
Xavier Arteaga
1d00e1acaa
Merge with next_with_matlab
7 years ago
Paul Sutton
c58d2a4689
Merge branch 'master' into next due to RRC ASN bug fix
7 years ago
Paul Sutton
12603e4da2
Bugfix for RRC ASN MeasConfig packing
7 years ago
Xavier Arteaga
19bc98081a
PDSCH decoder multi has been modified for future parallel decoding of codewords.
7 years ago
Xavier Arteaga
6142a5f9e5
Merge to next_with_matlab
7 years ago
Andre Puschmann
e16cc4c58b
Merge branch 'next_new_feature' into next
7 years ago
Ismael Gomez
dd5822077b
fix for soapy
7 years ago
Andre Puschmann
00be4a5de7
fix bug with uninitalized number of rx antennas
7 years ago
Andre Puschmann
bb34be24ac
fix bug with uninitalized number of rx antennas
7 years ago
yagoda
8c049b2981
fix for both lime and rtl
7 years ago
yagoda
12d58bbb62
fixing soapy Tx for lime and RTL-SDR
7 years ago
Ismael Gomez
639227557f
fixing small conflicts
7 years ago
Ismael Gomez
c9ced0b2e1
fixing commits
7 years ago
Ismael Gomez
2d0508ab25
fixing conflict
7 years ago
Ismael Gomez
151f219e41
small soapy fix
7 years ago
yagoda
bc337ee281
fixing soapy lime and rtlsdr compatibility
7 years ago
Andre Puschmann
266f1b08fb
rlc_am: print LCID in buffer status msg
7 years ago
Andre Puschmann
e8c41d4620
Revert "Soapy(lime) tx support"
...
This reverts commit 10c0f03f33
.
7 years ago
Ismael Gomez
41edfcc7ab
fixed segfault due to race condition in scrambling sequence pre-generation
7 years ago
Ismael Gomez
711bf23ee2
fixed segfault due to race condition in scrambling sequence pre-generation
7 years ago
Ismael Gomez
5b62859cca
Merge pull request #12 from softwareradiosystems/next_new_feature
...
Soapy(lime) tx support
7 years ago
Ismael Gomez
0737a858f7
Merge pull request #11 from softwareradiosystems/ue_refactor_common_v2
...
UE refactor common v2
7 years ago
Andre Puschmann
1e3b5f553e
fix printf argument
7 years ago
Andre Puschmann
8030778809
fix PDCP initialization in eNB
7 years ago
yagoda
10c0f03f33
Soapy(lime) tx support
7 years ago
Ismael Gomez
d74a9de86d
Merge branch 'next' of github.com:softwareradiosystems/srsLTE into next
7 years ago
Ismael Gomez
3d658cfdd8
fixed number of ports in pdsch tx
7 years ago
Andre Puschmann
7ca0988ea3
refactor RLC to use RAT-agnostic config
7 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.
7 years ago
Andre Puschmann
60da04ef58
make LCID of GW object a parameter
7 years ago
Andre Puschmann
bfa10148f5
fix bug in c-rnti MAC subheader
7 years ago
Ismael Gomez
6c0587e5a4
fixed missing initialization of PUSCH scrambling sequence
7 years ago