- 31 Oct, 2020 1 commit
-
-
Parminder Singh authored
- fixed channel compensation by choosing most recent DMRS symbol ina slot - Removed code to find nearest DMRS symbol for channle compensation - Updated TBS calculation in DLSIM - Added debug prints in PTRS CPE estimation for DMRS symbol
-
- 29 Oct, 2020 1 commit
-
-
Parminder Singh authored
- -U 2 0 [0-2], can be used to update DMRS configurations - update check for additional position 3 in dlsch decoding
-
- 28 Oct, 2020 1 commit
-
-
Parminder Singh authored
- Added PTRS extraction and estimation for DL - Added processing for whole slot wrt PTRS estimates - DLSIM is updated to used -T flag to enable PTRS - DMRS compensated signal is further compensated with PTRS estimation
-
- 26 Oct, 2020 7 commits
-
-
Parminder Singh authored
- LLR calculations are moved inside a static function and done for a slot in last symbol processing
-
Parminder Singh authored
- Added PTRS variables in transport UE header file - Added DMRS inline symbol check function in refsig.h - Added PTRS estimation and other related structures in defs_nr_UE.h file
-
Parminder Singh authored
- Based upon ptrs bitmap, ptrs symbols are added in DL - Mac ptrs validation condition is updated
-
Parminder Singh authored
-
Parminder Singh authored
- Get RRC values from dedicated bandwidth part and process it - Validate all settings in MAC layer and enable PTRS processing in PHY
-
Parminder Singh authored
- PTRSPortIndex, PTRSTimeDensity, PTRSFreqDensity, PTRSReOffset, nEpreRatioOfPDSCHToPTRS - mcs_table : to calculate MCS table in MAC layer and pass tp PHY - pduBitmap : same as used in DL FAPI interface, to enable or disable PTRS processing
-
Parminder Singh authored
- Added a function to add PTRS values in RRC context. - This function can be used to overwrite the PTRS values also. - When RRC config file contains PTRS values then this function can be used respectively in RRC context.
-
- 21 Oct, 2020 1 commit
-
-
Raphael Defosseux authored
Develop Integration Branch: 2020 wk42 The following Merge Requests were included: * MR 913 : Flexran Base Station Apps * MR 875 : Nr mac ssb ro global edge * MR 897 : python framework cleanup (CI) * MR 924 : C-RNTI as TC-RNTI * MR 911 : Cce indexing fix * MR 922 : fixes mac sched nfapi
-
- 19 Oct, 2020 10 commits
-
-
Raphael Defosseux authored
Signed-off-by: Raphael Defosseux <raphael.defosseux@eurecom.fr>
-
Raphael Defosseux authored
Signed-off-by: Raphael Defosseux <raphael.defosseux@eurecom.fr>
-
Francesco Mani authored
-
Raphael Defosseux authored
Signed-off-by: Raphael Defosseux <raphael.defosseux@eurecom.fr>
-
hardy authored
Conflicts: ci-scripts/reportTestLocally.sh Kept new RA test disabled
-
hardy authored
Solved Conflicts in: openair2/LAYER2/NR_MAC_gNB/gNB_scheduler_RA.c openair2/LAYER2/NR_MAC_gNB/gNB_scheduler_primitives.c openair2/LAYER2/NR_MAC_gNB/gNB_scheduler_ulsch.c openair2/LAYER2/NR_MAC_gNB/nr_mac_gNB.h
-
hardy authored
-
hardy authored
-
hardy authored
-
hardy authored
-
- 18 Oct, 2020 1 commit
-
-
Raphael Defosseux authored
develop integration branch : 2020 week 41 * MR909 small-bugfixes-wk40 (Cedric Roux) * MR919 docker and openshift initial support
-
- 17 Oct, 2020 2 commits
-
-
Raphael Defosseux authored
Signed-off-by: Raphael Defosseux <raphael.defosseux@eurecom.fr>
-
Raphael Defosseux authored
Signed-off-by: Raphael Defosseux <raphael.defosseux@eurecom.fr>
-
- 16 Oct, 2020 3 commits
-
-
Florian Kaltenberger authored
-
hardy authored
-
hardy authored
-
- 15 Oct, 2020 6 commits
-
-
Florian Kaltenberger authored
Merge branch 'NR_MAC_SSB_RO_GlobalEdge' of https://gitlab.eurecom.fr/oai/openairinterface5g into NR_MAC_SSB_RO_GlobalEdge
-
Remi Hardy authored
-
Francesco Mani authored
-
Raphael Defosseux authored
Signed-off-by: Raphael Defosseux <raphael.defosseux@eurecom.fr>
-
kn.raju authored
-
Francesco Mani authored
This reverts commit 1a5874d4.
-
- 13 Oct, 2020 7 commits
-
-
Florian Kaltenberger authored
-
Robert Schmidt authored
-
Robert Schmidt authored
-
Robert Schmidt authored
Various mutexes are present in the phy_stub_UE.c file. However, it will only be run in a single thread; the multiple-thread implementation also runs the higher layers concurrently, which leads to races and segfaults. Therefore, remove these mutexes, as we don't need them.
-
Robert Schmidt authored
-
Robert Schmidt authored
-
Robert Schmidt authored
-