1. 05 Oct, 2021 2 commits
    • Melissa Elkadi's avatar
      47e96132
    • Melissa Elkadi's avatar
      def_dci_pdu_rel15 fix. · 1b2d8b52
      Melissa Elkadi authored
      In this commit we were trying to understand why
      the memset of the def_dci_pdu_rel15 array in the NRUE
      was casuing the NR UE to crash. This was happening
      becuase some of the members of the def_dci_pdu_rel15
      array canont be zero in NSA mode. This was happening
      because sometimes, we would recevied two DCI indications
      in a row, after the first one, we would be memesetting
      the array to all 0s and then try to process the second
      DCI. The fix we have implemnted is to call the configure_dci()
      prior to processing ANY DCI, to ensure we have properly
      configured the UE to handle these DCIs.
      
      Also, in the gNB, it was not able to find the UL scheduled
      slot for the feedback harq because it was not accounting for
      the slot wrapping.
      1b2d8b52
  2. 01 Oct, 2021 5 commits
  3. 30 Sep, 2021 7 commits
  4. 29 Sep, 2021 3 commits
  5. 28 Sep, 2021 14 commits
  6. 27 Sep, 2021 5 commits
  7. 26 Sep, 2021 1 commit
    • Remi Hardy's avatar
      integration_2021_wk37 · 314760ac
      Remi Hardy authored
      MR !1272 : \[DOC\] NR feature set update  
      MR !1244 : \[DOC\] Update SA tutorial  
      MR !1269 : \[CI\] dashboard creds and executor change  
      MR !1262 : \[CI\] jenkins pipe to write test results to mysql  
      MR !1250 : NR_NSA_no_msg3_retransmission  
      MR !1264 : NR_UE_IF_FREQ (IF frequency command line option at OAI UE)
      314760ac
  8. 24 Sep, 2021 3 commits