- 09 Jul, 2021 1 commit
-
-
Cedric Roux authored
The problem is that when using those RBs with MCS 28 we may exceed the code rate 0.93 and according to 36.213 7.1.7 the UE may skip decoding PDSCH entirely in this case. This is a hack. The real solution is to check that the code rate is below 0.93 for each scheduling decision and, I don't know, reduce the MCS if the code rate is above, so that in the end it is below. That means that we need a proper resource grid for the configuration of the eNB and this is not an easy thing (at least from my point of view) given all the possible configurations for the eNB, so I prefer not to do it rather than do something incorrect, thus this hack. The problem of this hack is that we won't use all the available RBs for scheduling, potentially reducing the maximum throughput achievable. To be fixed properly at some time, by someone who understands fully the resource grid and all the possible combinations (fdd/tdd, number of antennas, whatever else).
-
- 08 Jul, 2021 1 commit
-
-
Remi Hardy authored
MR !1188 : NR_gNB_initial_MIB_fix This MR fixes a bug for which the gNB would send an empty MIB in the first frames of execution. This is because MIB is generated every 8 frames but the first MIB wouldn't be generated before frame 8 at the beginning of each run. MR !1184 : x2_handle_sctp_shutdown Avoid eNB exiting after gNB tries to reconnect over X2 for NSA
-
- 06 Jul, 2021 1 commit
-
-
hardy authored
-
- 02 Jul, 2021 4 commits
-
-
Laurent THOMAS authored
-
Laurent THOMAS authored
-
Laurent THOMAS authored
Merge branch 'develop' of gitlab.eurecom.fr:oai/openairinterface5g into x2_handle_sctp_shutdown
-
francescomani authored
-
- 01 Jul, 2021 1 commit
-
-
Remi Hardy authored
Initial implementation of NR5G Standalone Access Registration procedures with CN5G.
-
- 29 Jun, 2021 1 commit
-
-
rmagueta authored
-
- 28 Jun, 2021 2 commits
-
-
rmagueta authored
-
Remi Hardy authored
Integration 2021 wk25 MR !1187 : improve UE module control * improve UE module control * make Qlog generation optional * add nsa tests * update jenkins pipeline
-
- 27 Jun, 2021 1 commit
-
-
hardy authored
-
- 24 Jun, 2021 4 commits
-
-
rmagueta authored
-
rmagueta authored
-
luis_pereira87 authored
-
francescomani authored
-
- 23 Jun, 2021 4 commits
-
-
luis_pereira87 authored
-
luis_pereira87 authored
-
Remi Hardy authored
-
luis_pereira87 authored
-
- 22 Jun, 2021 7 commits
-
-
rmagueta authored
-
Remi Hardy authored
-
Remi Hardy authored
-
rmagueta authored
-
Roberto Louro Magueta authored
This reverts commit 0cd35686
-
rmagueta authored
-
Remi Hardy authored
-
- 21 Jun, 2021 6 commits
-
-
rmagueta authored
-
rmagueta authored
-
rmagueta authored
Merge remote-tracking branch 'origin/develop-NR_SA_F1AP_5GRECORDS' into develop-NR_SA_F1AP_5GRECORDS
-
Panos Matzakos authored
-
Laurent THOMAS authored
-
Raymond Knopp authored
small changes for multiple lcid handling in gNB scheduler. PUSCH DTX handling and suspension of scheduling when UL failure is detected
-
- 18 Jun, 2021 6 commits
-
-
rmagueta authored
# Conflicts: # common/utils/system.c
-
hardy authored
-
Remi Hardy authored
MR !1179 : Fix Incorrect Array Size computation MR !1182 : CI NSA test fixes and enhancements MR !1169 : Dataplane bug in L2NFAPI_NOS1
-
Florian Kaltenberger authored
-
hardy authored
-
hardy authored
-
- 17 Jun, 2021 1 commit
-
-
rmagueta authored
-