1. 28 Mar, 2025 6 commits
  2. 27 Mar, 2025 2 commits
  3. 26 Mar, 2025 10 commits
    • francescomani's avatar
      replace L2_NR dependency in f1ap with GTPV1U · 39199866
      francescomani authored
      The above is necessary to not compile as many gNB dependencies into the
      UE. RLC only uses GTP, which was satisfied by L2_NR, but that's not
      necessary. However, only that change results in
      
          /usr/bin/ld: openair2/E2AP/RAN_FUNCTION/libe2_ran_func_cuup.a(ran_func_rc.c.o): in function `get_list_for_report_style':
          openair2/E2AP/RAN_FUNCTION/O-RAN/ran_func_rc.c:596:(.text+0xbe7): undefined reference to `cp_e2sm_rc_event_trigger'
          /usr/bin/ld: openair2/E2AP/RAN_FUNCTION/O-RAN/ran_func_rc.c:596:(.text+0xc5b): undefined reference to `cp_e2sm_rc_event_trigger'
          /usr/bin/ld: openair2/E2AP/RAN_FUNCTION/O-RAN/ran_func_rc.c:596:(.text+0xd3b): undefined reference to `cp_e2sm_rc_event_trigger'
          /usr/bin/ld: openair2/E2AP/RAN_FUNCTION/O-RAN/ran_func_rc.c:596:(.text+0xd9d): undefined reference to `cp_e2sm_rc_event_trigger'
          /usr/bin/ld: openair2/E2AP/RAN_FUNCTION/O-RAN/ran_func_rc.c:596:(.text+0xded): undefined reference to `cp_e2sm_rc_event_trigger'
          /usr/bin/ld: openair2/E2AP/RAN_FUNCTION/libe2_ran_func_cuup.a(ran_func_rc.c.o):openair2/E2AP/RAN_FUNCTION/O-RAN/ran_func_rc.c:596: more undefined references to `cp_e2sm_rc_event_trigger' follow
          /usr/bin/ld: openair2/E2AP/RAN_FUNCTION/libe2_ran_func_cuup.a(ran_func_rc_subs.c.o): in function `remove_rc_subs_data':
          openair2/E2AP/RAN_FUNCTION/O-RAN/ran_func_rc_subs.c:60:(.text+0xbe): undefined reference to `find_if'
          /usr/bin/ld: openair2/E2AP/RAN_FUNCTION/O-RAN/ran_func_rc_subs.c:62:(.text+0xca): undefined reference to `free_e2sm_rc_event_trigger'
      
      nr-cuup previously satisfied these dependencies by depending on L2_NR
      which links in e2_ran_func_du_cucp_cuup. However, the nr-cuup E2 RAN
      functions are in e2_ran_func_cuup. In the latter, the file rc_data_ie.c
      was missing (for cp_e2sm_rc_event_trigger), which in turn needs
      e2sm_rc_ir_obj. Finally, find_if comes through alg.
      Co-authored-by: default avatarRobert Schmidt <robert.schmidt@openairinterface.org>
      39199866
    • francescomani's avatar
      remove f1ap from NR_L2_UE · c1d02c13
      francescomani authored
      c1d02c13
    • francescomani's avatar
    • francescomani's avatar
      prevent possible segfault in functions to compute csi report type bitlen · ec423281
      francescomani authored
      also improving formatting of the same functions
      ec423281
    • francescomani's avatar
      c4ef8931
    • francescomani's avatar
      remove include mac_proto in f1ap file · 45fffcff
      francescomani authored
      45fffcff
    • francescomani's avatar
      38fe30ba
    • francescomani's avatar
      2269f1e4
    • francescomani's avatar
      159f06cb
    • Robert Schmidt's avatar
      Merge branch 'integration_2025_w12' into 'develop' · 1d479b2a
      Robert Schmidt authored
      Integration: `2025.w12`
      
      Closes #920 and #915
      
      See merge request oai/openairinterface5g!3325
      
      * !3301 Remove unused NR UE PHY unit tests
      * !3319 Disable EPS NAS security algorithms in 5GMM UE capabilities
      * !3315 SCTP: avoid assert on partial SCTP message
      * !3323 Fix long RACH regression
      * !3311 Harmonize and update Frequency Range computation to the current values specified by the standard
      * !3320 Miscelaneous improvements in PHY simulators
      * !3286 Add support for ARM build pipeline
      * !3308 remove ul_ch_estimates_time to save memory
      * !3310 remove globale llr_layers to save memory, improve CPU, simplify code
      * !3274 Add initial support for RedCap
      * !3328 Fix ULSCH ID type to handle large max_nb_pusch values (ULSCH procedures)
      * !3329 NR build improvements
      * !3285 Update FHI 7.2 documentation, minor code cleanup
      1d479b2a
  4. 25 Mar, 2025 8 commits
  5. 24 Mar, 2025 14 commits