1. 16 Jul, 2026 1 commit
    • Noemi Giustini's avatar
      Rework CARR.PDSCHMCSDist metric · 23ef597c
      Noemi Giustini authored
      CARR.PDSCHMCSDist (3GPP TS 28.552 §5.1.1.12.1) and its du_stats histogram
      already existed, but the metric was never collected and the reader indexed
      the histogram incorrectly. Rework it into a correct PRB-weighted 3D
      histogram over (rank, MCS-table, MCS-index).
      
      - gNB_scheduler_dlsch.c: add the missing collection hook in the DL
        scheduling path; increment the (rank, MCS-table, MCS) bin by the number of
        scheduled PRBs on each PDSCH. mcsTableIdx is 0-based (0..2), so it is used
        directly to index the MCS-table axis of the histogram.
      - ran_func_kpm_subs.c: make fill_CARR_PDSCHMCSDist() fully label-driven;
        reject with NO_VALUE if any of distBinX/Y/Z is absent. distBinX (rank) and
        distBinY (MCS table) are 1-based on the wire and converted to 0-based
        indices; distBinZ (MCS index) is already 0-based and used directly, reading
        du_stats->pdsch_mcs_dist[rank-1][table-1][mcs].
      
      Carried as E2SM-KPM Style 1 measurement (Indication Message Format 1) with
      standard MeasurementLabel fields distBinX/Y/Z (INTEGER 1..65535).
      Advertised by DU and monolithic gNB node types.
      Signed-off-by: default avatarNoemi Giustini <giustini.n@northeastern.edu>
      23ef597c
  2. 12 Jun, 2026 1 commit
    • Robert Schmidt's avatar
      Merge remote-tracking branch 'origin/integration_2026_w24' into develop · f3589d97
      Robert Schmidt authored
      Integration: `2026.w24`
      
      - #145 RLC data req: Use API to fill multiple RLC PDUs at gNB
      - #160 ci: maintainer approval for additional file changes and update maintainer's contact
      - #146 Unit tests for bit functions
      - #142 UE DL Channel compensation and LLR optimization
      - #166 CI OCUDU configuration changes
      - #170 fix(fhi72): add observability to the O-DU
      - #173 fix(f1): DRB Information has criticality ignore
      - #171 Local ssb detection
      f3589d97
  3. 11 Jun, 2026 19 commits
  4. 10 Jun, 2026 17 commits
  5. 09 Jun, 2026 2 commits