An error occurred fetching the project authors.
  1. 30 Apr, 2018 1 commit
  2. 29 Mar, 2018 1 commit
  3. 27 Mar, 2018 1 commit
  4. 20 Mar, 2018 1 commit
  5. 27 Feb, 2018 1 commit
  6. 07 Feb, 2018 2 commits
  7. 06 Feb, 2018 2 commits
  8. 30 Jan, 2018 2 commits
  9. 22 Jan, 2018 1 commit
  10. 21 Jan, 2018 1 commit
  11. 18 Jan, 2018 1 commit
  12. 15 Jan, 2018 1 commit
  13. 14 Jan, 2018 1 commit
  14. 12 Jan, 2018 1 commit
  15. 11 Jan, 2018 2 commits
  16. 04 Jan, 2018 1 commit
  17. 03 Jan, 2018 2 commits
  18. 25 Dec, 2017 1 commit
  19. 23 Dec, 2017 1 commit
  20. 20 Dec, 2017 1 commit
  21. 23 Nov, 2017 1 commit
  22. 14 Nov, 2017 1 commit
  23. 06 Nov, 2017 1 commit
  24. 04 Nov, 2017 1 commit
  25. 02 Nov, 2017 1 commit
  26. 28 Oct, 2017 1 commit
    • matzakos's avatar
      Added remaining fill_harq indication functions + the functionality to handle... · 4757a1b6
      matzakos authored
      Added remaining fill_harq indication functions + the functionality to handle ul_config request pdus arriving from nfapi-vnf: trigger the appropriate UE_MAC and fill_indication functions to prepare the UL_indications which will be put into the socket for transfer back to vnf. Main changes within phy_stub_UE().
      4757a1b6
  27. 23 Oct, 2017 1 commit
  28. 04 Sep, 2017 1 commit
  29. 06 Jul, 2017 1 commit
  30. 19 May, 2017 1 commit
    • gabrielC's avatar
      UE logging change : · fe350d5b
      gabrielC authored
      --ue-trace : Enabling UE trace for debug
      --ue-timing : Enabling UE timing trace
      --ue-no-log : Disabling all LOG_X traces
      fe350d5b
  31. 28 Mar, 2017 1 commit
  32. 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
  33. 16 Feb, 2017 2 commits
  34. 11 Jan, 2017 1 commit
    • Cedric Roux's avatar
      fix LOG_X macros · f2f32f53
      Cedric Roux authored
      Some of them might not be correctly handled.
      I put /* TODO: XXX */ where I didn't know if
      the fix was correct.
      f2f32f53