1. 10 Mar, 2021 1 commit
  2. 09 Mar, 2021 6 commits
  3. 08 Mar, 2021 1 commit
  4. 07 Mar, 2021 1 commit
  5. 06 Mar, 2021 1 commit
  6. 05 Mar, 2021 4 commits
  7. 04 Mar, 2021 3 commits
  8. 03 Mar, 2021 5 commits
  9. 02 Mar, 2021 2 commits
    • Florian Kaltenberger's avatar
      Update TESTING_GNB_W_COTS_UE.md · fdc818bc
      Florian Kaltenberger authored
      fdc818bc
    • Cedric Roux's avatar
      T tracer: add gnb tracer · 95b659ab
      Cedric Roux authored
      Minimalist gnb tracer to trace (for the moment) rxdataF when some
      decoding for PUCCH or PUSCH has been done.
      
      Important: T_BUFFER_MAX and T_CACHE_SIZE have been changed. T_BUFFER_MAX
      is twice as big as before. T_CACHE_SIZE has been devided by two. Globally,
      the memory usage of the T tracer is the same, but since we divided by two
      the number of buffers in the cache, we may hit some realtime problems if
      all the buffers are busy at some point. The simple solution would be to
      use 8192*2 for T_CACHE_SIZE as it was, but then we double the memory usage
      of the T tracer. This, or another solution, to be defined.
      95b659ab
  10. 01 Mar, 2021 1 commit
    • Remi Hardy's avatar
      Integration 2021 wk09 · a494950b
      Remi Hardy authored
      MR1029 : Benetel driver update  
      This MR fixes an issue with the driver for the 4G Benetel RRUs.
      Power levels on the 5G side were adapted to avoid saturation of the signals. 
      5G performance is now the same as with USRP. 
      Support for 2 antennas for both 4G and 5G was added
      
      MR1062 : fixing the RE offset for each Rx antenna in pusch channel estimation
      a494950b
  11. 26 Feb, 2021 2 commits
  12. 25 Feb, 2021 1 commit
  13. 24 Feb, 2021 2 commits
    • Remi Hardy's avatar
      Integration 2021 wk08 · 17d4c5c2
      Remi Hardy authored
      MR1046 : Add support for NR UL SC-FDMA up to 100 MHz
      
      MR1053Nr : pdcp nea2 security
      
      MR1049 : improve rfsim
      -Fix a regression 
      Earlier parameter reading was moved to an external thread,  
      Eventually the check at the end of the main was too early, 
      Declaration of  some extra parameters are now on command line
      -Enhancement: 
      use the rfsim as a server on UE side, so we can connect two xNB to one UE
      -Simplification: 
      remove rfsim flags that have been made for convergence with replay function in usrp driver, but this is useless as they changed their code
      -Fix a bug in ubuntu 20.04 (now the code is ready in whole OAI)
      
      
      MR1056 : Bugfix: NR BSR calculation
      Fixes a bug in the scheduler for BSR calculation. 
      Before, we might wrongly track the BSR of a UE and not schedule it anymore although it has data. 
      Should be fixed now and improve UL throughput. 
      
      MR963 : Nr mac multi rach global edge
      -Handling of Multiple Users triggering RACH request in different RACH Occasions in same slot
      -Providing Random Access Response according to RACH request
      
      17d4c5c2
    • Saankhya's avatar
      following coding guideline · 37a2ce7d
      Saankhya authored
      fixing the RE offset for each Rx antenna in pusch channel estimation
      37a2ce7d
  14. 23 Feb, 2021 6 commits
  15. 21 Feb, 2021 1 commit
  16. 19 Feb, 2021 3 commits