1. 22 Dec, 2021 1 commit
  2. 21 Dec, 2021 1 commit
  3. 20 Dec, 2021 3 commits
  4. 17 Dec, 2021 1 commit
  5. 16 Dec, 2021 3 commits
    • francescomani's avatar
    • francescomani's avatar
      xml file that works, thanks to Cedric · 220e568c
      francescomani authored
      220e568c
    • 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
  6. 14 Dec, 2021 8 commits
  7. 13 Dec, 2021 3 commits
  8. 10 Dec, 2021 2 commits
  9. 09 Dec, 2021 5 commits
  10. 08 Dec, 2021 4 commits
  11. 07 Dec, 2021 6 commits
  12. 06 Dec, 2021 3 commits
    • luis_pereira87's avatar
    • luis_pereira87's avatar
    • Remi Hardy's avatar
      integration_2021_wk49_a · 142451e7
      Remi Hardy authored
      MR !1336 : Handle Msg3 carrying a DCCH or DTCH message
      This MR implements the procedures for gNB to handle a Msg3 carrying a DCCH or DTCH message. 
      For example, when a new RA happens and the UE is already known by the network.
      
      MR !1337 : Fix build warning
      Fix a build warning in develop related with a comparison between ‘X2AP_ResetRequest_IEs__value_PR’ {aka ‘enum X2AP_ResetRequest_IEs__value_PR’} and ‘enum X2AP_Cause_PR’
      
      MR !1330 : nr rlc: speedup buffer status computation
      TX and ReTX should be faster now (for RLC AM, UM and TM).
      RLC AM Status (function nr_rlc_entity_am.c:status_size()) was not modified, so its CPU usage is the same as before
      
      MR !1276 : NR ACKNACK improvements
      This MR improves acknack_scheduling, includes in config file min delay for acknack feedback and fixes bugs in acknack procedures at UE
      142451e7