1. 01 Feb, 2021 1 commit
    • cig's avatar
      Hack to make FDD compatible with current UL scheduling design · e7cdc47a
      cig authored
      - temporary solution since scheduler does not support FDD
      - modified is_NR_UL_slot to return always 1 when is FDD mode
      - this is necessary because currently the scheduler assumes that is TDD
        and tdd_UL_DL_ConfigurationCommon is always initialied
      e7cdc47a
  2. 29 Jan, 2021 8 commits
  3. 26 Jan, 2021 1 commit
  4. 25 Jan, 2021 1 commit
  5. 22 Jan, 2021 2 commits
  6. 21 Jan, 2021 6 commits
  7. 15 Jan, 2021 4 commits
    • Thomas Schlichter's avatar
    • Thomas Schlichter's avatar
      f323f369
    • Thomas Schlichter's avatar
      Merge remote-tracking branch 'develop' into nr_ul_scfdma · f59784c4
      Thomas Schlichter authored
      Conflicts:
      	openair2/LAYER2/NR_MAC_UE/nr_ue_procedures.c
      f59784c4
    • Remi Hardy's avatar
      MR957 : rlc v2: implement SOstart/SOend in NACK reporting · 3e1808fd
      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
      3e1808fd
  8. 14 Jan, 2021 1 commit
  9. 11 Jan, 2021 4 commits
  10. 10 Jan, 2021 2 commits
  11. 09 Jan, 2021 3 commits
  12. 08 Jan, 2021 5 commits
  13. 07 Jan, 2021 2 commits