1. 12 Oct, 2023 1 commit
    • Rúben Soares da Silva's avatar
      Fix memory leak and improve convert_csirs_pdu() · 80a6a3e8
      Rúben Soares da Silva authored
      - Remove calloc from convert_csirs_pdu function, change return value
        from 'nfapi_nr_dl_tti_csi_rs_pdu_rel15_t *' to
        'nfapi_nr_dl_tti_csi_rs_pdu_rel15_t' to not require call to 'free()'
      - Set parameter pointer as const as it's not modified
      - Remove cast to fapi_nr_dl_config_csirs_pdu_rel15_t in csi_rx.c as
        ue->csirs_vars[gNB_id]->csirs_config_pdu is already of type
        fapi_nr_dl_config_csirs_pdu_rel15_t.
      - Remove casted parameter in call to convert_csirs_pdu and replace with
        csirs_config_pdu obtained earlier from
        ue->csirs_vars[gNB_id]->csirs_config_pdu.
      80a6a3e8
  2. 10 Oct, 2023 1 commit
    • Robert Schmidt's avatar
      Merge branch 'integration_2023_w40' into 'develop' · bba14188
      Robert Schmidt authored
      integration_2023_w40
      
      See merge request oai/openairinterface5g!2381
      
      * !2345 fix bug for IE cause in pdu session accept
      * !2361 Fix Msg3 MAC CE C-RNTI
      * !2371 fix(ci): printing the warning and error lines for CI purposes
      * !2374 Fix SSB ARFCN: wrong ARFCNs in FDD
      * !2379 fix the selection of DCI candidates at UE
      * !2369 Add bwp_size and bwp_start fields to CSI_RS PDU struct at NR UE
      * !2349 E2AP Version 1,2,3 and KPM version 2, 3
      * !2375 increase the max fd of rfsim, that have been shorten to tightly for cpu saving
      * !2367 chore(ci): improve GitLab <-> Jenkins contributor experience
      * !2378 F1AP: correct message handling
      * !2370 NR PDCP RB suspend
      * !2107 Compute RI based on SRS up to 4
      * !2339 PUCCH power computation
      * !2382 Remove dead code in NR UE
      * !2229 PUSCH LLR 128/256 SIMDe routines for ARM/x86
      bba14188
  3. 09 Oct, 2023 2 commits
  4. 08 Oct, 2023 12 commits
  5. 06 Oct, 2023 10 commits
  6. 05 Oct, 2023 3 commits
  7. 04 Oct, 2023 10 commits
  8. 03 Oct, 2023 1 commit