1. 21 Jul, 2021 2 commits
    • Cedric Roux's avatar
      bugfix: fix allocation of RBGs for retransmission · 4a2c0b1e
      Cedric Roux authored
      When there is a retransmission, we want to use the same number of RBs.
      
      The RBs are allocated by groups (RBGs).
      
      In some cases (like a cell with 25 PRBs), the last RBG contains less RBs.
      So in case of a retransmission, if this last RBG was used before we need
      to reuse it to have the same number of RBs. If not, we will use more RBs
      for the retransmission than the previous transmission.
      
      In an experiment with two UEs (quectel modules) it was seen that when a
      retransmission happens with a different number of RBs then the UE is not
      happy at all, leading to way more NACKs in the harq processes than should
      happen (actually the first NACK was not a NACK at all, but the eNB did
      interpret it as a NACK; so the next transmission should simply be discarded
      by the UE that successfully received the first transmission; instead the UE
      fails to decode the data and sends a NACK, a real one this time).
      
      Maybe it's not the correct solution, but it improve things, there are
      much less NACKs.
      4a2c0b1e
    • hardy's avatar
      [CI] for gNB Phy test : update of the execution timings ref values, according... · 59f4cfd9
      hardy authored
      [CI] for gNB Phy test : update of the execution timings ref values, according to the latest developments
      59f4cfd9
  2. 18 Jul, 2021 4 commits
  3. 17 Jul, 2021 1 commit
  4. 16 Jul, 2021 1 commit
  5. 15 Jul, 2021 2 commits
  6. 13 Jul, 2021 3 commits
  7. 12 Jul, 2021 1 commit
  8. 08 Jul, 2021 1 commit
    • Remi Hardy's avatar
      integration_2021_wk27 · ca8106ea
      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
      ca8106ea
  9. 07 Jul, 2021 1 commit
  10. 06 Jul, 2021 1 commit
  11. 05 Jul, 2021 2 commits
  12. 02 Jul, 2021 4 commits
  13. 01 Jul, 2021 1 commit
  14. 29 Jun, 2021 1 commit
  15. 28 Jun, 2021 2 commits
  16. 27 Jun, 2021 1 commit
  17. 24 Jun, 2021 8 commits
  18. 23 Jun, 2021 4 commits