An error occurred fetching the project authors.
  1. 24 Jul, 2017 1 commit
  2. 19 Jul, 2017 1 commit
  3. 06 Jul, 2017 1 commit
  4. 04 Jun, 2017 1 commit
  5. 22 May, 2017 2 commits
  6. 18 May, 2017 2 commits
    • Cedric Roux's avatar
      minor: warnings removal · dcfdd761
      Cedric Roux authored
      It seems that ciphering_algorithm is "unsigned int" in RRC Rel10
      and "unsigned long" in RRC Rel14 (as processed by asn1c)
      
      Let's force it to unsigned long in the log to avoid compilation-time
      warnings.
      dcfdd761
    • Cedric Roux's avatar
      warnings removal in LOG_X · 9d65f4dd
      Cedric Roux authored
      those popped up thanks to previous commit
      9d65f4dd
  7. 15 May, 2017 1 commit
  8. 25 Apr, 2017 1 commit
  9. 17 Apr, 2017 1 commit
  10. 28 Mar, 2017 1 commit
  11. 24 Mar, 2017 1 commit
  12. 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
  13. 21 Mar, 2017 1 commit
  14. 20 Mar, 2017 1 commit
  15. 14 Mar, 2017 1 commit
  16. 10 Mar, 2017 1 commit
  17. 08 Mar, 2017 2 commits
  18. 17 Feb, 2017 1 commit
  19. 16 Feb, 2017 1 commit
  20. 13 Feb, 2017 1 commit
  21. 11 Feb, 2017 1 commit
  22. 07 Feb, 2017 1 commit
  23. 05 Feb, 2017 1 commit
  24. 30 Jan, 2017 1 commit
  25. 25 Jan, 2017 1 commit
  26. 20 Jan, 2017 1 commit
    • Cedric Roux's avatar
      attempting at fixing RRC · 89445da9
      Cedric Roux authored
      RRC does not work very well when one UE goes away and comes
      back in some situations.
      
      This commit is an attempt at making things work better.
      
      It is probably not the end of the story.
      89445da9
  27. 19 Jan, 2017 2 commits
  28. 12 Jan, 2017 1 commit
    • Cedric Roux's avatar
      fix compilation of RRH GW · ab7a3e8e
      Cedric Roux authored
      I am not sure this is the correct solution.
      
      The problem seems to be that the RRH GW does not use ITTI
      and thus the type 'as_nas_info_t' is not defined, and then
      the compilation fails.
      
      The simple fix is to include 'as_message.h' in
      'openair2/RRC/LITE/defs.h' if ENABLE_ITTI is not
      defined. Maybe it's not good. RRH GW compiles with this fix.
      ab7a3e8e
  29. 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
  30. 05 Jan, 2017 1 commit
  31. 28 Dec, 2016 1 commit
  32. 21 Dec, 2016 1 commit
  33. 08 Dec, 2016 1 commit
  34. 09 Nov, 2016 1 commit
  35. 04 Nov, 2016 1 commit
  36. 03 Nov, 2016 1 commit