1. 06 Oct, 2021 1 commit
    • Melissa Elkadi's avatar
      Reverting change that that forces DCI config before handling · 98bc149e
      Melissa Elkadi authored
      By reverting this change, we will see the NRUE2 crash
      because the DCI wont be configured before handling.
      This will get fixed in the next commit by adding
      queues for the nFAPI messages, therefore forcing
      us to handle the nfapi messages only after we have
      processes the corresponding slot indication.
      98bc149e
  2. 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
  3. 01 Oct, 2021 5 commits
  4. 30 Sep, 2021 7 commits
  5. 29 Sep, 2021 3 commits
  6. 28 Sep, 2021 14 commits
  7. 27 Sep, 2021 5 commits
  8. 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
  9. 24 Sep, 2021 2 commits