An error occurred fetching the project authors.
- 21 Jul, 2016 1 commit
-
-
Cedric Roux authored
use mac_rlc_status_ind instead (at first I thought I could not use it and wrote mac_rlc_get_buffer_occupancy instead)
-
- 13 Apr, 2016 1 commit
-
-
Cedric Roux authored
-
- 06 Oct, 2015 1 commit
-
-
gauthier authored
git-svn-id: http://svn.eurecom.fr/openair4G/trunk@7885 818b1a75-f10b-46b9-bf7c-635c3b92a50f
-
- 28 Jul, 2015 1 commit
-
-
gauthier authored
make build test work after the removal of RAL, MIH (802.21), minor coding guidelines corrections in RLCs git-svn-id: http://svn.eurecom.fr/openair4G/trunk@7753 818b1a75-f10b-46b9-bf7c-635c3b92a50f
-
- 10 Apr, 2015 1 commit
-
-
Lionel Gauthier authored
git-svn-id: http://svn.eurecom.fr/openair4G/trunk@7117 818b1a75-f10b-46b9-bf7c-635c3b92a50f
-
- 09 Apr, 2015 1 commit
-
-
Lionel Gauthier authored
astyle --recursive --indent=spaces=2 --style=kr --indent-col1-comments --break-blocks --convert-tabs --max-code-length=200 This is done for better merging branch/LG_PRE_RELEASE_0.3 into trunk (same process is applied on this branch) git-svn-id: http://svn.eurecom.fr/openair4G/trunk@7073 818b1a75-f10b-46b9-bf7c-635c3b92a50f
-
- 06 Jan, 2015 1 commit
-
-
Lionel Gauthier authored
git-svn-id: http://svn.eurecom.fr/openair4G/trunk@6326 818b1a75-f10b-46b9-bf7c-635c3b92a50f
-
- 14 Aug, 2014 1 commit
-
-
ghaddab authored
git-svn-id: http://svn.eurecom.fr/openair4G/trunk@5714 818b1a75-f10b-46b9-bf7c-635c3b92a50f
-
- 17 Jul, 2014 1 commit
-
-
Lionel Gauthier authored
git-svn-id: http://svn.eurecom.fr/openair4G/trunk@5553 818b1a75-f10b-46b9-bf7c-635c3b92a50f
-
- 27 Mar, 2014 1 commit
-
-
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
-
- 14 Mar, 2014 1 commit
-
-
Lionel Gauthier authored
git-svn-id: http://svn.eurecom.fr/openair4G/trunk@5156 818b1a75-f10b-46b9-bf7c-635c3b92a50f
-
- 28 Feb, 2014 1 commit
-
-
Lionel Gauthier authored
Cleaned some PDCP/driver code types parameters and vars Please see openair2/COMMON/platform_types.h for simple coding rules. please declare prototypes of functions in .h and include .h files in where the function is used and where it is implemented. git-svn-id: http://svn.eurecom.fr/openair4G/trunk@5096 818b1a75-f10b-46b9-bf7c-635c3b92a50f
-
- 26 Feb, 2014 1 commit
-
-
Lionel Gauthier authored
git-svn-id: http://svn.eurecom.fr/openair4G/trunk@5092 818b1a75-f10b-46b9-bf7c-635c3b92a50f
-
- 25 Feb, 2014 1 commit
-
-
Lionel Gauthier authored
TO DO :test RF and ethernet emulation. git-svn-id: http://svn.eurecom.fr/openair4G/trunk@5086 818b1a75-f10b-46b9-bf7c-635c3b92a50f
-
- 15 Jan, 2014 1 commit
-
-
Lionel Gauthier authored
git-svn-id: http://svn.eurecom.fr/openair4G/trunk@4886 818b1a75-f10b-46b9-bf7c-635c3b92a50f
-
- 15 Dec, 2013 1 commit
-
-
Cedric Roux authored
- Corrected PDCP layer to manage more than one UE correctly * use eNB_id, UE_id as identifiers for connections * splitted UE/eNB data * Use the real rb_id for index in array (instead of the one used for communication with RLC/IP driver pre-ci OK, except for the random issue related to Msg3 git-svn-id: http://svn.eurecom.fr/openair4G/trunk@4730 818b1a75-f10b-46b9-bf7c-635c3b92a50f
-
- 25 Jun, 2013 1 commit
-
-
Cedric Roux authored
Pre-ci test passed git-svn-id: http://svn.eurecom.fr/openair4G/trunk@4000 818b1a75-f10b-46b9-bf7c-635c3b92a50f
-