An error occurred fetching the project authors.
  1. 11 Jul, 2016 1 commit
    • Cedric Roux's avatar
      hotfix: better management of s-tmsi reconnect · d48c3369
      Cedric Roux authored
      The code was changing the rnti in the red-black tree without
      removing/reinserting the context. This is wrong because the
      rnti is a key of the red-black tree and you cannot change the
      key in a stored item at will.
      
      There are also modifications of the function mac_eNB_rrc_ul_failure
      which has to remove the UE in any case.
      
      And rrc_mac_remove_ue has been changed for the case where
      the UE is not found.
      d48c3369
  2. 24 Jun, 2016 1 commit
  3. 07 Jun, 2016 1 commit
  4. 30 May, 2016 1 commit
  5. 28 Mar, 2016 1 commit
  6. 19 Feb, 2016 3 commits
  7. 15 Feb, 2016 1 commit
  8. 14 Feb, 2016 1 commit
  9. 06 Oct, 2015 1 commit
  10. 01 Jul, 2015 1 commit
  11. 16 Jun, 2015 1 commit
  12. 02 Jun, 2015 1 commit
  13. 28 May, 2015 1 commit
  14. 22 May, 2015 1 commit
  15. 21 May, 2015 1 commit
  16. 15 May, 2015 1 commit
  17. 30 Apr, 2015 3 commits
  18. 16 Apr, 2015 1 commit
  19. 14 Apr, 2015 1 commit
  20. 10 Apr, 2015 1 commit
  21. 09 Apr, 2015 1 commit
  22. 27 Feb, 2015 1 commit
  23. 12 Feb, 2015 1 commit
  24. 19 Jan, 2015 1 commit
  25. 06 Jan, 2015 1 commit
  26. 14 Aug, 2014 1 commit
  27. 22 Jul, 2014 1 commit
  28. 20 Jun, 2014 1 commit
  29. 27 Mar, 2014 1 commit
    • Lionel Gauthier's avatar
      Changed default DRB id from 3 to 1 · e7921f03
      Lionel Gauthier authored
      With folowwing implicit rule
      drb id = x => correspondind lc id = x+2, eps bearer id = x+4
      
      Changed RLC inner structs, no more statically allocated array, now it is dynamic via malloc and collection of RLC entities are stored in a hashtable.
      Changed misc simple types
      Started compiling with all warning setted and treated as errors, still working on RLC and around...
      Add const qualifier wherever suitable (for example param frame, module id, const pointers, etc)
      
      Thinking about a type of context parameter in procedure calls in L2 data plane (modules id, frame, srb flag, enb flag, etc)...
      
      
      git-svn-id: http://svn.eurecom.fr/openair4G/trunk@5222 818b1a75-f10b-46b9-bf7c-635c3b92a50f
      e7921f03
  30. 03 Mar, 2014 2 commits
  31. 28 Feb, 2014 1 commit
  32. 25 Feb, 2014 2 commits
  33. 17 Feb, 2014 1 commit
  34. 14 Jan, 2014 1 commit