An error occurred fetching the project authors.
  1. 29 Aug, 2018 1 commit
  2. 24 Aug, 2018 2 commits
  3. 10 Aug, 2018 1 commit
  4. 25 Jul, 2018 1 commit
  5. 30 Jun, 2018 1 commit
  6. 13 Jun, 2018 1 commit
  7. 29 May, 2018 1 commit
  8. 25 May, 2018 1 commit
  9. 18 Mar, 2018 1 commit
  10. 06 Mar, 2018 1 commit
  11. 23 Feb, 2018 1 commit
  12. 29 Jan, 2018 1 commit
  13. 24 Jan, 2018 1 commit
  14. 19 Jan, 2018 1 commit
  15. 18 Jan, 2018 1 commit
  16. 16 Jan, 2018 1 commit
  17. 10 Jan, 2018 1 commit
  18. 08 Jan, 2018 1 commit
  19. 04 Jan, 2018 1 commit
  20. 25 Dec, 2017 1 commit
  21. 20 Dec, 2017 1 commit
  22. 07 Dec, 2017 1 commit
  23. 29 Nov, 2017 1 commit
  24. 28 Nov, 2017 1 commit
  25. 23 Nov, 2017 1 commit
  26. 18 Oct, 2017 1 commit
  27. 16 Oct, 2017 2 commits
  28. 13 Oct, 2017 1 commit
  29. 06 Oct, 2017 1 commit
  30. 28 Jul, 2017 1 commit
  31. 22 May, 2017 1 commit
  32. 12 May, 2017 1 commit
    • gabrielC's avatar
      bug fixes from Fujitsu (bug 29) · 893f36e8
      gabrielC authored
      ```-------------------------------------------------------
      bug 29
      
      Ttile:
      FDD should be TDD.
      
      Bug Location:
        switch (oai_emulation.info.frame_type[0]) {
        case FDD:
          frame_type = "FDD";
          break;
      
        case TDD:
          frame_type = "FDD";
          break;
        }
      ```
      
      -------------------------------------------------------
      893f36e8
  33. 24 Mar, 2017 4 commits
  34. 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
  35. 13 Mar, 2017 1 commit