1. 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
  2. 14 Dec, 2021 6 commits
  3. 13 Dec, 2021 2 commits
    • Cedric Roux's avatar
      nr pdcp: introduce a thread to do pdcp_data_ind · d67b46a1
      Cedric Roux authored
      Before this commit, pdcp_data_ind is done in the realtime PHY/MAC
      thread, and this may have an impact on realtime performances.
      
      Let's introduce a new thread to do the job, freeing the realtime
      PHY/MAC logic.
      
      This is not a minor change. It may have positive and/or negative
      effects. To be tested carefully.
      d67b46a1
    • Remi Hardy's avatar
      integration_2021_wk49_b · e19460a9
      Remi Hardy authored
      MR !1333: Docker: reduce the number of layers in target images. 
       
      MR !1345: small fixes for nr rlc
      -trigger status report when t-reassembly expires
      -reduce "buffer full" log
      e19460a9
  4. 09 Dec, 2021 3 commits
  5. 08 Dec, 2021 3 commits
  6. 07 Dec, 2021 4 commits
  7. 06 Dec, 2021 9 commits
  8. 04 Dec, 2021 2 commits
  9. 03 Dec, 2021 7 commits
  10. 02 Dec, 2021 3 commits