1. 08 Mar, 2021 3 commits
    • cig's avatar
      Update ssPBCH_BlockPower value in the conf file to match actual outpur power · 77c1ccdf
      cig authored
      - currently, -25 dBm/RE is the maximum measured power from USRP
        corresponding to att_tx = 0 dB, therefore ssPBCH_BlockPower has been
        updated accordingly
      - this param is used at UE side for the pathloss computation, which now
        seems to match measurements observed during lab testing
      77c1ccdf
    • cig's avatar
      NR gNB UL power measurements · 5d8d478f
      cig authored
      - new function has been introduced for the computation of UL SNR
      - minor bugfix to noise power computation
      - FAPI data type for referenceSignalPower has been updated to reflect the
        range of values for the SSB power
      5d8d478f
    • cig's avatar
      Fixes to NR UE power measurements · 76ef9b42
      cig authored
      - pathloss, RSSI, RSRP and Noise measurements have been reviewed and wrong
        implementation has been fixed
      - referenceSignalPower type in the FAPI struct has been changed to int
        has its range include negative values
      76ef9b42
  2. 11 Feb, 2021 1 commit
    • Raphael Defosseux's avatar
      * MR 1015: Multi-UE + more slots · 39ab3c1e
      Raphael Defosseux authored
      This MR adds a multi-UE scheduler (proportional fair) for multiple UEs. Tested for two UEs, but should work for more. Additionally, it enables 12 DL slots and 2 UL slots (still fixed, will be read from the configuration file in a clean-up/follow-up MR).
      
      * MR 1019: NASMESH: support for kernel version >= 5.6.0
      he syntax for ndo_tx_timeout in Linux Kernel has changed since 5.6.0 i.e it has changed
      
      * MR 1033: ue fixes
      1. Write tx data to radio unit only on tx slots.
      2. Fixed a bug in DL HARQ.
      3. Disabled UE and some gNB side logs which were enabled (maybe by mistake) in previous MRs.
      4. In UE, check if NDI toggled before reading SDU for PUSCH.
      39ab3c1e
  3. 09 Feb, 2021 4 commits
  4. 08 Feb, 2021 3 commits
  5. 07 Feb, 2021 29 commits