An error occurred fetching the project authors.
  1. 24 Sep, 2017 1 commit
  2. 21 Sep, 2017 4 commits
  3. 19 Sep, 2017 1 commit
  4. 16 Sep, 2017 1 commit
  5. 15 Sep, 2017 1 commit
  6. 14 Sep, 2017 1 commit
  7. 17 Aug, 2017 2 commits
  8. 14 Aug, 2017 1 commit
  9. 13 Aug, 2017 1 commit
  10. 08 Aug, 2017 1 commit
  11. 25 Jul, 2017 3 commits
  12. 24 Jul, 2017 1 commit
  13. 19 Jul, 2017 1 commit
  14. 06 Jul, 2017 1 commit
  15. 04 Jun, 2017 1 commit
  16. 19 May, 2017 1 commit
  17. 12 May, 2017 1 commit
    • gabrielC's avatar
      bug fixes from Fujitsu (bug 22) · 34c6805f
      gabrielC authored
      Note: not sure that the code is correct,
      to be checked (Cédric Roux).
      
      ----------------------------------------------------------
      bug 22
      
      Ttile:
      (subframe!=2)||(subframe!=7) is always TRUE. This coding
      is really intended? Operator || should be && instead?
      
      Bug Location:
      ((frame_parms->frame_type==TDD)&&(frame_parms->tdd_config==1)&&((subframe!=2)||(subframe!=7)))) {
      
      Note:
      Detected by CppCheck
      ----------------------------------------------------------
      34c6805f
  18. 25 Apr, 2017 1 commit
  19. 17 Apr, 2017 1 commit
  20. 28 Mar, 2017 1 commit
  21. 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
  22. 21 Mar, 2017 2 commits
  23. 16 Mar, 2017 1 commit
  24. 15 Mar, 2017 2 commits
  25. 14 Mar, 2017 1 commit
  26. 10 Mar, 2017 3 commits
  27. 17 Feb, 2017 1 commit
  28. 13 Feb, 2017 1 commit
  29. 10 Feb, 2017 1 commit
  30. 07 Feb, 2017 1 commit