An error occurred fetching the project authors.
  1. 14 Feb, 2018 1 commit
  2. 12 Feb, 2018 2 commits
  3. 31 Jan, 2018 4 commits
  4. 24 Jan, 2018 1 commit
  5. 28 Nov, 2017 1 commit
  6. 04 Nov, 2017 1 commit
  7. 23 Oct, 2017 1 commit
  8. 19 Oct, 2017 1 commit
    • Cedric Roux's avatar
      remove gcc warnings · f1e8bff3
      Cedric Roux authored
      phy_init_lte_ue_signal was renamed init_lte_ue_signal in openair1/PHY/INIT/defs.h
      maybe it's the opposite that should have been done?
      
      Functions used in one file and defined in another may have been
      declared in the wrong header file.
      f1e8bff3
  9. 06 Oct, 2017 1 commit
  10. 24 Sep, 2017 1 commit
  11. 21 Sep, 2017 2 commits
  12. 14 Sep, 2017 1 commit
  13. 17 Aug, 2017 1 commit
  14. 15 Aug, 2017 1 commit
  15. 13 Aug, 2017 1 commit
  16. 10 Aug, 2017 2 commits
  17. 08 Aug, 2017 1 commit
  18. 24 Jul, 2017 1 commit
  19. 19 Jul, 2017 1 commit
  20. 06 Jul, 2017 1 commit
  21. 25 Apr, 2017 1 commit
  22. 17 Apr, 2017 1 commit
  23. 11 Apr, 2017 1 commit
  24. 28 Mar, 2017 1 commit
  25. 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
  26. 25 Jan, 2017 1 commit
  27. 15 Jan, 2017 1 commit
  28. 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
  29. 07 Dec, 2016 2 commits
  30. 22 Nov, 2016 1 commit
    • Cedric Roux's avatar
      hotfix: correct Msg3 ressource blocks reservation · 6bb69e19
      Cedric Roux authored
      The Msg3 ressource blocks used by random access procedure
      were not correctly handled. The MAC scheduler could wrongly
      allocate a ressource block for both random access Msg3 and
      a regular UE.
      
      This hotfix hopefully fixes the problem.
      
      A new function "set_msg3_subframe" has been added in the
      interface between PHY and MAC.
      6bb69e19
  31. 18 Nov, 2016 1 commit
  32. 14 Nov, 2016 1 commit
  33. 11 Nov, 2016 1 commit