1. 06 Jan, 2022 1 commit
  2. 05 Jan, 2022 3 commits
  3. 04 Jan, 2022 1 commit
  4. 03 Jan, 2022 1 commit
  5. 24 Dec, 2021 7 commits
  6. 23 Dec, 2021 4 commits
  7. 22 Dec, 2021 5 commits
  8. 21 Dec, 2021 1 commit
  9. 20 Dec, 2021 6 commits
  10. 19 Dec, 2021 5 commits
  11. 17 Dec, 2021 5 commits
  12. 16 Dec, 2021 1 commit
    • Remi Hardy's avatar
      integration_2021_wk50_a · ee3a256b
      Remi Hardy authored
      MR !1354 : Fix msg4 segfault
      - Fix segmentation fault that happens after an uplink failure timeout (gNB removes the UE) and when UE tries to use the same (old) RNTI.
      
      MR !1347 : nr pdcp: introduce a thread to do pdcp_data_ind
      - Before this commit, pdcp_data_ind is done in the realtime PHY/MAC thread, and this may have an impact on realtime performances.
      - introduce a new thread to do the job, freeing the realtime PHY/MAC logic.
      
      MR !1360 : Scope telnet fixes
      -no need for form.h header in telnet 
      -enable double buffering in scope 
      -freeze gNB scope while updating graphs
      
      MR !1363 : CI: a few fixes
      -Increased some timeout 
      -Added missing gNB log file from artifact
      ee3a256b