1. 25 Dec, 2025 1 commit
    • Robert Schmidt's avatar
      Merge branch 'integration_2025_w52' into 'develop' · 9b0bb594
      Robert Schmidt authored
      Integration: `2025.w52`
      
      * !3809 [FHI72] Fix the PRACH FFT size
      * !3829 Hotfix for handling the case where the number of physical antennas is larger than the number of logical antennas
      * !3663 NR UE: calculate DL and UL Doppler based on SIB19 information in NTN mode, fixing LEO reestablishment
      * !3819 CORESET start multiple of 6 fix
      * !3641 automatic selection of SIB1 TDA
      * !3804 gNB: apply new NR_CellGroupConfig when RRCReconfiguration is acknowledged
      * !3833 Add missing CMakeLists entries for test_nr_frame_params
      * !3656 Rfsimulator beam reception/transmission
      
      Closes #1037 and #1002
      
      See merge request oai/openairinterface5g!3830
      9b0bb594
  2. 24 Dec, 2025 1 commit
    • Robert Schmidt's avatar
      Merge remote-tracking branch 'origin/beams-to-rf-board' into integration_2025_w52 (!3656) · aaaaa35d
      Robert Schmidt authored
      Rfsimulator beam reception/transmission
      
      A simplified beam switching simulation for rfsimulator. This works
      mainly in 1 gNB - N UEs scenarios. This is not a real beamformer with
      antenna, channel and propagation model. The way it works is that the
      peers inform each other about the beams they transmit in, and on
      reception before channel modelling, the beam data is combined based on
      preconfigured rx_beam/tx_beam gain matrix.
      
      Usage:
      
      - Add --rfsimulator.enable_beams to enable beam simulation
      
      - Add --rfsimulator.beam_gains .
      
          Example list: 0,-5,-10
      
          Resulting matrix:
      
          [[0, -5, -10] [-5, 0, -5]] [-10, -5, 0]]
      
      - Add --telnetsrv if you want to control the beams manually. The command
        in telnet is "rfsimu setbeam <beam_map>", where beam_map is a uint64_t
        controling the reception beam and transmission beam. If the
        application is switching the beams automatically the beams will be
        overwritten as soon as the application chooses to switch beams.
      
      Supports up to 64 concurrent TX and RX beams.
      aaaaa35d
  3. 23 Dec, 2025 23 commits
  4. 22 Dec, 2025 6 commits
  5. 20 Dec, 2025 2 commits
  6. 19 Dec, 2025 7 commits