1. 14 Nov, 2025 3 commits
    • Robert Schmidt's avatar
      Update log header format to improve visual alignment · ea1aa382
      Robert Schmidt authored
      The new format left-aligns the component name and enforces a minimum width
      of 7 (log component) characters, padding shorter names with spaces after
      the closing "]".
      
      Example output:
      
          [14:05:43.395376] [E1AP]   I releasing UE 1
          [14:05:43.395400] [GTPU]   I [91] UE ID 1: Delete all tunnels (1 tunnels)
          [14:05:43.395414] [NR_RRC] A [DL] (cellID bc614e, UE ID 1 RNTI 8e27) Send RRC Release
          [14:05:43.395431] [RRC]    I UE 1: received bearer release complete
          [14:05:43.424551] [RLC]    W Remove UE 36391
          [14:05:43.424597] [NR_RRC] I removed UE CU UE ID 1/RNTI 8e27
          [14:05:43.424773] [NR_RRC] A [--] (cellID bc614e, UE ID 1 RNTI 8e27) Remove UE context
          [14:05:43.425205] [NR_MAC] I Remove NR rnti 0x8e27
          [14:05:43.582158] [HW]     W Lost socket
          ^C
          ** Caught SIGTERM, shutting down
          Returned from ITTI signal handler
          [14:05:43.948721] [GNB_APP] I stopping nr-softmodem
          [14:05:43.948746] [PHY]    I Killing gNB 0 processing threads
          [14:05:44.574818] [PHY]    I Stopping RU 0 processing threads
          [14:05:44.575000] [PHY]    I RU 0 RF device stopped
          [14:05:44.575006] [GNB_APP] I turned off RU rfdevice
      ea1aa382
    • Robert Schmidt's avatar
      log: Only print one space if no level selected · 7f570191
      Robert Schmidt authored
      Prior to this change, when no "level" option is given to the logging
      module, we see
      
          [PHY]   RU 0 RF started cpu_meas_enabled 0
          [HW]   No connected device, generating void samples...
      
      with three spaces, which is too much. This change reduces the amount of
      spaces to 1 without log level.
      Co-authored-by: default avatarRobert Schmidt <robert.schmidt@openairinterface.org>
      7f570191
    • Robert Schmidt's avatar
      Simplify logging UTC option to only show time · 090cf00c
      Robert Schmidt authored
      We probably almost never care about the date, but it takes a lot of
      space. Remove it; if somebody needs the full time stamp including the
      date, we could still add it with a new option.
      090cf00c
  2. 06 Nov, 2025 8 commits
  3. 05 Nov, 2025 10 commits
  4. 04 Nov, 2025 2 commits
    • alexjiao's avatar
      NR UE: fix PDCCH LLR indexing for different search space RB sizes · 7655604d
      alexjiao authored
      When multiple search spaces have different CORESET configurations
      (different number of RBs), the LLR buffer stride must be calculated
      based on the maximum RB size across all search spaces, not the
      current search space's RB size.
      
      The LLR buffer is allocated with size based on get_pdcch_max_rbs(),
      but the demapping function was using coreset_nbr_rb (current search
      space) for symbol stride calculation, causing incorrect LLR extraction
      when search spaces have different RB configurations.
      7655604d
    • Chieh-Chun Chen's avatar
      Bugfix: save old tunnel info to remain the user plane connection while rolling... · 579d263a
      Chieh-Chun Chen authored
      Bugfix: save old tunnel info to remain the user plane connection while rolling back to source DU due to F1 handover failure
      579d263a
  5. 03 Nov, 2025 12 commits
  6. 31 Oct, 2025 5 commits