- 15 Jan, 2017 1 commit
- 
- 
Raymond Knopp authored
 
- 
- 14 Jan, 2017 4 commits
- 
- 
Raymond.Knopp authored
- 
Raymond Knopp authoredMerge branch 'enhancement-10-harmony' of https://gitlab.eurecom.fr/oai/openairinterface5g into enhancement-10-harmony Conflicts: openair1/SCHED/phy_procedures_lte_eNb.c targets/RT/USER/lte-enb.c 
- 
Raymond Knopp authored
- 
Raymond.Knopp authored
 
- 
- 13 Jan, 2017 4 commits
- 
- 
Raymond Knopp authoredMerge branch 'enhancement-10-harmony' of https://gitlab.eurecom.fr/oai/openairinterface5g into enhancement-10-harmony 
- 
Raymond Knopp authored
- 
Raymond.Knopp authoredMerge branch 'enhancement-10-harmony' of https://gitlab.eurecom.fr/oai/openairinterface5g into enhancement-10-harmony 
- 
Raymond.Knopp authored
 
- 
- 07 Jan, 2017 2 commits
- 
- 
Raymond.Knopp authored
- 
Raymond.Knopp authoredfixes for precoding (turning off if nb_antennas_tx=1), configuration files, timing advance with 3/4 sampling on 20 MHz, logging in MAC 
 
- 
- 06 Jan, 2017 1 commit
- 
- 
Raymond.Knopp authoredMerge branch 'enhancement-10-harmony' of https://gitlab.eurecom.fr/oai/openairinterface5g into enhancement-10-harmony 
 
- 
- 07 Jan, 2017 1 commit
- 
- 
Raymond Knopp authored
 
- 
- 06 Jan, 2017 1 commit
- 
- 
Raymond.Knopp authored
 
- 
- 05 Jan, 2017 2 commits
- 
- 
Raymond.Knopp authoredMerge branch 'enhancement-10-harmony' of https://gitlab.eurecom.fr/oai/openairinterface5g into enhancement-10-harmony Conflicts: openair1/SCHED/phy_procedures_lte_eNb.c 
- 
Raymond Knopp authored
 
- 
- 04 Jan, 2017 1 commit
- 
- 
Raymond Knopp authoredMerge branch 'enhancement-10-harmony' of https://gitlab.eurecom.fr/oai/openairinterface5g into enhancement-10-harmony Conflicts: openair1/PHY/INIT/lte_init.c targets/RT/USER/lte-enb.c targets/RT/USER/lte-softmodem.c targets/SIMU/USER/init_lte.c 
 
- 
- 03 Jan, 2017 1 commit
- 
- 
Raymond Knopp authored
 
- 
- 02 Jan, 2017 1 commit
- 
- 
Raymond.Knopp authored
 
- 
- 28 Dec, 2016 1 commit
- 
- 
Raymond.Knopp authored
 
- 
- 27 Dec, 2016 1 commit
- 
- 
Raymond.Knopp authoredbugfix for DCCH2/SRB2 in eNB_scheduler_dlsch.c, demultiplexing SIMD alignment issue in ulsch_decoding.c, IF5 fronthaul modification in lte-enb.c 
 
- 
- 22 Dec, 2016 2 commits
- 
- 
Raymond.Knopp authoredConflicts: targets/RT/USER/lte-softmodem.c 
- 
Raymond.Knopp authored
 
- 
- 19 Dec, 2016 3 commits
- 
- 
Cedric Roux authoredDevelop integration w50 See merge request !61 
- 
Cedric Roux authoredWe have a crash: Program received signal SIGSEGV, Segmentation fault. [Switching to Thread 0x7fff7387d700 (LWP 1944)] ulsch_decoding (eNB=eNB@entry=0x7fffaf73b010, proc=proc@entry=0x7fffaf73b480, UE_id=UE_id@entry=0 '\000', control_only_flag=control_only_flag@entry=0 '\000', Nbundled=<optimised out>, llr8_flag=<optimised out>) at /roux/merge/openairinterface5g/openair1/PHY/LTE_TRANSPORT/ulsch_decoding.c:1450 1450 *((__m256i *)&ulsch_harq->e[iprime]) = *((__m256i *)&y[j2]); This commit reduces the apparition of the crash, but does not eliminate it completely. To be fixed after integration.
- 
Cedric Roux authored
 
- 
- 16 Dec, 2016 1 commit
- 
- 
Cedric Roux authored
 
- 
- 15 Dec, 2016 2 commits
- 
- 
Florian Kaltenberger authored
- 
gabrielC authored
 
- 
- 14 Dec, 2016 11 commits
- 
- 
gabrielC authoredMerge branch '147-phy-test-mode-error-msg-dl-received-harqretx-round-1' of https://gitlab.eurecom.fr/oai/openairinterface5g into develop_integration_w50 correct issue 147 : --phy-test mode : error msg " DL Received HarqReTx round=1 m 
- 
Benoit ROBERT authoredMerge branch '147-phy-test-mode-error-msg-dl-received-harqretx-round-1' of https://gitlab.eurecom.fr/oai/openairinterface5g into 147-phy-test-mode-error-msg-dl-received-harqretx-round-1 
- 
ROBERT Benoit authoredcorrect issue 147 : --phy-test mode : error msg " DL Received HarqReTx round=1 mcs=28 rballoc=8191 rv=0 " 
- 
gabrielC authoredProblem in DCI NDI : the implementation use 5 HARQ processes, but process 0 N… 
- 
Benoit ROBERT authoredMerge branch '146-phy-test-mode-udate-fill_dci' of https://gitlab.eurecom.fr/oai/openairinterface5g into 146-phy-test-mode-udate-fill_dci 
- 
ROBERT Benoit authored- Problem in DCI NDI : the implementation use 5 HARQ processes, but process 0 NDI never toggled because it was reused on subframe 5 that is not carrying format 1 DCI. Fix -> use 8 harq processes instead of 5. - SI scheduled on every subframe 5 (even and odd frames) instead of only on even frames - Add DLSCH scheduling on subframe 5 for odd frames - change default rballoc from 0x7FFF to 0x1FFFF to support maximum 10MHz throughput 
- 
gabrielC authoredPDCP fix 
- 
Benoit ROBERT authored
- 
gabrielC authored
- 
gabrielC authored
- 
gabrielC authoredMerge branch 'Enhancement-142-OAI_UE_autotest_framework', tag '2016.w49' of https://gitlab.eurecom.fr/oai/openairinterface5g into Enhancement-142-OAI_UE_autotest_framework 
 
- 
