1. 24 Mar, 2017 34 commits
  2. 23 Mar, 2017 1 commit
  3. 22 Mar, 2017 1 commit
  4. 20 Mar, 2017 4 commits
    • Cedric Roux's avatar
      Merge branch 'develop_integration_w11' into 'develop' · bd173433
      Cedric Roux authored
      Develop integration w11
      
      Summary of changes:
      
      - bug fixes
      - RCC/RRU in automatic test setup
      - more work on UE/MIMO
      - LimeSDR support (5/10MHz)
      - compilation under ubuntu 16.04, in particular kernel modules (nasmesh, ue_ip)
      
      See merge request !148
      bd173433
    • Cedric Roux's avatar
      hotfix: put back "system" for UE to setup its IP settings · d0a51bec
      Cedric Roux authored
      We'll need to to do it in a separate thread/process.
      To be done. In the meantime, put it back. It impacts
      oaisim.
      d0a51bec
    • Cedric Roux's avatar
      hotfix: LLR was calling qam64_qam16_avx2 instead of qam64_qam64_avx2 · e2350103
      Cedric Roux authored
      Not sure of this one, to be checked by TCL.
      e2350103
    • Cedric Roux's avatar
      bugfix: fix dump_dlsch2 · 1218cc8f
      Cedric Roux authored
      the argument 'coded_bits_per_codeword' has to be an array in
      case of several codewords.
      
      The calling sites have been adapted.
      
      Today, only the first index is used, so calling sites where
      'coded_bits_per_codeword' is an integer pass the address
      of it. It is expected that 'dump_dlsch2' will check in the
      future that there is one or two codewords and only access
      'coded_bits_per_codeword[1]' when it's sure there are
      really two codewords.
      1218cc8f