1. 01 Feb, 2021 2 commits
  2. 31 Jan, 2021 1 commit
  3. 29 Jan, 2021 1 commit
  4. 25 Jan, 2021 2 commits
  5. 22 Jan, 2021 2 commits
  6. 15 Jan, 2021 1 commit
    • Remi Hardy's avatar
      MR957 : rlc v2: implement SOstart/SOend in NACK reporting · 951fdfef
      Remi Hardy authored
      If we NACK without SOstart/SOend then the other end of the RLC channel will consider all the bytes as NACKed and will have to resend them all. 
      If another status is then reported before all the bytes are sent, and because we don't use SOstart/SOend this status will NACK all the bytes again, then all the bytes are to be sent again. 
      And the cycle repeats. It will end with a max retx reached (which triggers RLF, Radio Link Failure).
      
      MR1010 : NR UE: Fix for error message - no active DLSCH
      - Fixes for the following error message at UE: [PHY] [UE][FATAL] nr_slot_rx 1: no active DLSCH
      
      MR994 : Cleanup softmodem main
      - Introduces --dlsch-parallel command line option to set the number of threads for dlsch decoding. If set to 0 (default) no parallelization. 
      - Some cleanup in tracing and in nr-uesoftmodem.c data.
      
      MR999 : NR FR2 RA
      - Temporary Fix of RA procedure for FR2 (both gNB and UE)
      - Fixes in gold sequence initialization at UE
      - Moves 2nd downlink to slot 3 instead of 2 to avoid clash with UL DCI (only 1 candidate per slot in FR2 currently)
      
      MR988 : SIB1
      Initial implementation of SIB1
      951fdfef
  7. 14 Jan, 2021 1 commit
  8. 11 Jan, 2021 4 commits
  9. 09 Jan, 2021 3 commits
  10. 08 Jan, 2021 4 commits
  11. 07 Jan, 2021 5 commits
  12. 06 Jan, 2021 1 commit
  13. 05 Jan, 2021 2 commits
  14. 02 Jan, 2021 1 commit
  15. 29 Dec, 2020 1 commit
  16. 23 Dec, 2020 1 commit
  17. 22 Dec, 2020 1 commit
  18. 18 Dec, 2020 2 commits
    • rmagueta's avatar
      Merge branch 'develop' of https://gitlab.eurecom.fr/oai/openairinterface5g into develop-sib1 · 0f3629ae
      rmagueta authored
       Conflicts:
      	openair2/LAYER2/NR_MAC_UE/nr_ue_procedures.c
      0f3629ae
    • Remi Hardy's avatar
      Integration 2020 wk51 2 · d23a7e83
      Remi Hardy authored
      MR991: Remove hack in LTE PDCP for noS1 mode  
      - Removes a hack which was used when LTE PDCP was used for NR in noS1 mode
      
      MR993: UL and DL fixes LDPC short codewords 
      - Fix UL & DL LDPC decoding for short LDPC code, e.g. Z_c is not multiple of 8
      - Fix DLSCH data transmission with multiple DMRS symbols per slot
      - small TA fixes on OAI 5G NR UE
      - Implemented CQI measurement at NR UE
      - NR UE cleanup 
      
      MR1000: doc: fix build directory in BASIC_SIM.md
      d23a7e83
  19. 16 Dec, 2020 4 commits
  20. 15 Dec, 2020 1 commit