1. 31 Mar, 2023 1 commit
    • Robert Schmidt's avatar
      GTP: when creating a tunnel, tell which functions to use · d1fc95a8
      Robert Schmidt authored
      The GTP module is common for 4G and 5G. It hardcodes the functions to
      call when creating S1U and NGU tunnels. The S1U case is both applicable
      for LTE and NR (NSA), which until now was not a problem as the PDCP data
      forwarding functions where called pdcp_data_req. The issue is that in this
      branch, the NR PDCP functions have changed to nr_pdcp_data_req_drb().
      
      When setting up a GTP tunnel, we now pass the PDCP data forwarding
      functions into GTP, since the caller knows whether it is in 4G or 5G,
      but GTP itself does not.
      d1fc95a8
  2. 27 Mar, 2023 6 commits
  3. 26 Mar, 2023 1 commit
    • Robert Schmidt's avatar
      Merge branch 'integration_2023_w12' into 'develop' · 342ea088
      Robert Schmidt authored
      integration_2023_w12
      
      See merge request oai/openairinterface5g!2030
      
      * !1957 UL improvements for 2-layers
      * !2016 int32_t to c16_t conversion
      * !2028 Fix ue capability config files
      * !2022 NR dlsim pmi input
      * !2027 limiting SR periodicity according to scs
      * !1985 Correct F1 RRC Message Transfer
      * !2024 harmonize mac_CellGroupConfig RRC configuration
      * !2026 Fix build by installing nrscope dependencies
      342ea088
  4. 24 Mar, 2023 4 commits
  5. 23 Mar, 2023 7 commits
  6. 22 Mar, 2023 5 commits
  7. 21 Mar, 2023 2 commits
  8. 20 Mar, 2023 14 commits