An error occurred fetching the project authors.
  1. 04 Apr, 2017 1 commit
  2. 28 Mar, 2017 3 commits
  3. 24 Mar, 2017 13 commits
  4. 23 Mar, 2017 1 commit
    • Cedric Roux's avatar
      RRC Rel14 · 4fcb6272
      Cedric Roux authored
      - import RRC ASN.1 defintions from the specifications
        (file openair2/RRC/LITE/MESSAGES/asn1c/ASN1_files/RRC-e10.asn)
        contrary to rel8/10, all modules have been imported, maybe it's too much
        to refine in case of problems
      - deal with rel14 in fix_asn1
      - all code that was for Rel10 is now for Rel10/Rel14
      - some incompatible changes (mostly in naming) were resolved in favor
        of rel14, see in openair2/RRC/LITE/defs.h
      - unsure about the rlc layer, some arrays have changed (values appended),
        I only changed the definition and in tests in the code, I changed
        the index limit, maybe it's not enough
      
      Rel14 is the default compilation mode.
      4fcb6272
  5. 21 Mar, 2017 1 commit
  6. 20 Mar, 2017 3 commits
    • 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
    • gabrielC's avatar
      Remove to frequent log in 20 MHz · 1e2f952a
      gabrielC authored
      1e2f952a
  7. 17 Mar, 2017 1 commit
  8. 16 Mar, 2017 3 commits
  9. 15 Mar, 2017 1 commit
  10. 14 Mar, 2017 2 commits
  11. 13 Mar, 2017 2 commits
  12. 10 Mar, 2017 3 commits
  13. 09 Mar, 2017 1 commit
  14. 08 Mar, 2017 5 commits