An error occurred fetching the project authors.
      
    
  - 06 Dec, 2019 1 commit
- 
- 
Francesco Mani authored
 
- 
- 05 Dec, 2019 2 commits
- 
- 
Francesco Mani authored
- 
Raymond Knopp authored
 
- 
- 04 Dec, 2019 4 commits
- 
- 
Raymond Knopp authoredMerge branch 'NR_RRCConfiguration' of https://gitlab.eurecom.fr/oai/openairinterface5g into NR_RRCConfiguration Conflicts: nfapi/open-nFAPI/nfapi/public_inc/nfapi_nr_interface_scf.h 
- 
Francesco Mani authored
- 
Francesco Mani authored
- 
Francesco Mani authored
 
- 
- 03 Dec, 2019 1 commit
- 
- 
Raymond Knopp authored
 
- 
- 02 Dec, 2019 1 commit
- 
- 
Francesco Mani authored
 
- 
- 28 Nov, 2019 3 commits
- 
- 
Sakthivel Velumani authored
- 
Sakthivel Velumani authored
- 
Raymond Knopp authoredConflicts: cmake_targets/CMakeLists.txt executables/nr-gnb.c openair1/PHY/defs_gNB.h openair1/SCHED_NR/fapi_nr_l1.c openair1/SCHED_NR/phy_procedures_nr_common.c openair1/SCHED_NR/phy_procedures_nr_gNB.c openair1/SIMULATION/NR_PHY/dlsim.c openair2/COMMON/platform_constants.h openair2/LAYER2/NR_MAC_gNB/gNB_scheduler.c openair2/LAYER2/NR_MAC_gNB/gNB_scheduler_phytest.c openair2/LAYER2/NR_MAC_gNB/main.c targets/COMMON/openairinterface5g_limits.h 
 
- 
- 27 Nov, 2019 1 commit
- 
- 
Raymond Knopp authored
 
- 
- 26 Nov, 2019 2 commits
- 
- 
Raymond Knopp authoredcompiles, still needs to be tested gNB alone with rf-simulator / RF bench. 
- 
Raphael Defosseux authoredDevelop nr fix multi rru See merge request oai/openairinterface5g!722 
 
- 
- 25 Nov, 2019 1 commit
- 
- 
Florian Kaltenberger authored
 
- 
- 21 Nov, 2019 5 commits
- 
- 
Raymond Knopp authoredStill need to update PDCCH configuration with NR FAPI specifications 
- 
Florian Kaltenberger authoredNr channel estimation and other fixes See merge request oai/openairinterface5g!714 
- 
Raphael Defosseux authoredSigned-off-by:Raphael Defosseux <raphael.defosseux@eurecom.fr> 
- 
Florian Kaltenberger authored
- 
Raphael Defosseux authoredSigned-off-by:Raphael Defosseux <raphael.defosseux@eurecom.fr> 
 
- 
- 20 Nov, 2019 1 commit
- 
- 
Raymond Knopp authored
 
- 
- 19 Nov, 2019 3 commits
- 
- 
Raymond Knopp authored
- 
Raymond Knopp authored
- 
magounak authored
 
- 
- 18 Nov, 2019 2 commits
- 
- 
Raphael Defosseux authoredSigned-off-by:Raphael Defosseux <raphael.defosseux@eurecom.fr> 
- 
Florian Kaltenberger authoredIntegration develop nr 2019w46 See merge request oai/openairinterface5g!716 
 
- 
- 15 Nov, 2019 6 commits
- 
- 
Sakthivel Velumani authored
- 
Sakthivel Velumani authored
- 
Florian Kaltenberger authored
- 
Florian Kaltenberger authoredMerge remote-tracking branch 'origin/fix-nr-rfsim-gNB-notx-slots2to19' into integration-develop-nr-2019w46 
- 
Florian Kaltenberger authored
- 
Francesco Mani authored
 
- 
- 14 Nov, 2019 7 commits
- 
- 
Sakthivel Velumani authored
- 
Sakthivel Velumani authoredMerge branch 'nr-channel-estimation' of https://gitlab.eurecom.fr/oai/openairinterface5g into nr-channel-estimation 
- 
Thomas Schlichter authoredIn 3/4 sampling mode, the OFDM symbol size is _not_ a power of two (e.g. 1536 instead of 2048). In this case it is _not_ OK to calculate the modulus using a binary AND, it _must_ use either the actul modulus operator (%) using an integer division, or a _correct_ if statement or tertianary operator like this: re_offset = (re_offset + 4 >= ue->frame_parms.ofdm_symbol_size) ? (re_offset + 4 - ue->frame_parms.ofdm_symbol_size) : (re_offset + 4); But of course using the actual modulus operator is much more readable and surely not much slower: re_offset = (re_offset + 4) % ue->frame_parms.ofdm_symbol_size; 
- 
Sakthivel Velumani authored
- 
Hongzhi Wang authored
- 
Sakthivel Velumani authored
- 
Hongzhi Wang authored
 
- 
