1. 01 Oct, 2021 1 commit
  2. 30 Sep, 2021 6 commits
  3. 29 Sep, 2021 4 commits
  4. 28 Sep, 2021 3 commits
  5. 27 Sep, 2021 1 commit
  6. 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
  7. 24 Sep, 2021 7 commits
  8. 23 Sep, 2021 5 commits
  9. 22 Sep, 2021 1 commit
  10. 21 Sep, 2021 5 commits
  11. 20 Sep, 2021 1 commit
  12. 16 Sep, 2021 3 commits
  13. 15 Sep, 2021 2 commits
    • Melissa Elkadi's avatar
      Only filtering tx_requests if RAR has been rx'd · 5ae3c891
      Melissa Elkadi authored
      But, we are not going to process the tx_request
      unless we are waiting for the RAR OR if the RNTI
      from the previous DCI matches.
      5ae3c891
    • Melissa Elkadi's avatar
      Filtering tx_requests based on prev DCI RNTI · 54e231bf
      Melissa Elkadi authored
      In this commit, we create a new flag in the MAC
      instance which is set to true if the recevied
      DL DCI PDU's RNTI value matches the current UEs
      RNTI value. If the RNTI value does not match,
      then we should not process the recevied tx_request.
      This check should only take place after the CFRA
      procedure is complete.
      54e231bf