An error occurred fetching the project authors.
  1. 06 Mar, 2020 1 commit
  2. 23 Sep, 2019 1 commit
  3. 14 Jun, 2019 1 commit
  4. 29 Oct, 2018 1 commit
  5. 28 Oct, 2018 1 commit
  6. 17 Oct, 2018 1 commit
  7. 30 Jul, 2018 1 commit
  8. 29 May, 2018 1 commit
  9. 29 Apr, 2018 1 commit
  10. 09 Apr, 2018 1 commit
  11. 08 Apr, 2018 1 commit
  12. 15 Jan, 2018 1 commit
  13. 07 Dec, 2017 1 commit
  14. 28 Nov, 2017 1 commit
  15. 23 Oct, 2017 1 commit
  16. 14 Aug, 2017 1 commit
  17. 08 Aug, 2017 1 commit
  18. 17 Jul, 2017 1 commit
  19. 06 Jul, 2017 1 commit
  20. 21 Jun, 2017 1 commit
  21. 13 Jun, 2017 1 commit
  22. 06 Jun, 2017 1 commit
  23. 03 May, 2017 1 commit
  24. 02 May, 2017 1 commit
  25. 04 Apr, 2017 1 commit
  26. 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
  27. 20 Mar, 2017 2 commits
    • Calisson's avatar
      e2d46f80
    • 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
  28. 15 Mar, 2017 1 commit
  29. 10 Mar, 2017 1 commit
  30. 24 Feb, 2017 1 commit
  31. 13 Feb, 2017 1 commit
  32. 25 Jan, 2017 2 commits
  33. 06 Jan, 2017 1 commit
    • Wilson W.K. Thong's avatar
      fix incorrect PUCCH format causing no SR received by eNB in TDD · 2e7c28a5
      Wilson W.K. Thong authored
      fix incorrect fss_pusch calculation
      fix the incorrrect HARQ-PID checking
      remove incorrect checking on downlink DCI HARQ PID value
      fix incorrect downlink ACK/NACK feedback procedures in TDD
      fix no activating PDSCH decoding when DL-DCI is indicating a downlink retransmission
      
      see issue #176
      2e7c28a5
  34. 03 Jan, 2017 1 commit
  35. 20 Dec, 2016 1 commit
  36. 15 Dec, 2016 1 commit
  37. 20 Oct, 2016 1 commit
  38. 12 Oct, 2016 1 commit