1. 15 Sep, 2021 3 commits
    • 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
    • Melissa Elkadi's avatar
      d2daf8e8
    • Melissa Elkadi's avatar
      Filling UCI after DCI because info is available · 88e1b55f
      Melissa Elkadi authored
      Previously, we thought that filling the UCI ind
      after we got the pdsch payload would stop the
       harq_pid from going inactive, but this was not
      the case. The harq_pid is getting set to inactive
      too early because of the sf_slot ahead value. The
      fix for this will come in the next commit.
      88e1b55f
  2. 14 Sep, 2021 6 commits
  3. 10 Sep, 2021 2 commits
    • Melissa Elkadi's avatar
      Preparing UCIs after we have recevied PDSCH PDU · 3abc7f93
      Melissa Elkadi authored
      In this commit, we introduced a new global to save
      the harq_pid from the PDCCH that comes down in the
      DCI message so that we can use the harq_pid in the
      PDSCH. Now, the UCI ind will be filled after we
      have recevied the PDSCH in the tx_request.
      3abc7f93
    • Remi Hardy's avatar
      integration_2021_wk36 · de553cd1
      Remi Hardy authored
      MR !1252 : Bugfix nr rlc w36
      Fix a bug about segmentation present in both NR RLC AM and NR RLC UM.
      
      MR !1253 : minor: T tracer: be more verbose for DLSCH DCI
      
      MR !1254 : fix for pointa computation in sib1
      Fix computation of pointA in SIB1
      
      MR !1217 : fix-physim-run-script-on-cluster
      oai-nr-dlsim may seem fine but in fact, test21 may or may not be executed. 
      On some run example, we do not have finished message on nr-dlsim pod.
      
      MR !1255 : Attempt to fix nr-dlsim Test 21 (4x4 MIMO, 2 Layers)
      de553cd1
  4. 09 Sep, 2021 7 commits
  5. 08 Sep, 2021 2 commits
  6. 07 Sep, 2021 4 commits
  7. 05 Sep, 2021 1 commit
    • Remi Hardy's avatar
      integration_2021_wk35 · b590cec2
      Remi Hardy authored
      MR !1245: [CI] Improve Iperf packet loss mismatch detection
      -improve the Iperf packet loss detection and flagging when pl target (from xml) is below the test result
      
      MR !1246: patch: remove call to end_configmodule
      - full fix that set properly PARAMFLAG_NOFREE on relevant parameters
      
      MR !1235: Nr msg4 retransmission
      -Retransmission of msg4
      -Some reworking in UE harq DLSCH processing
      
      MR !1214: NR UE SA
      -SIB1 detection part of initial sync at UE
      -Removing a lot of hard-coding in SA procedures
      -SSB start subcarrier from command line at UE
      
      MR !1243: Nr skip mac pdu processing when nack
      -Skipping processing DLSCH MAC PDU at OAI UE when NACK
      
      MR !1229: fix(nr-ue): apply ip rules/route
      -Also added 4G RF sim tests
      b590cec2
  8. 03 Sep, 2021 8 commits
  9. 02 Sep, 2021 7 commits