An error occurred fetching the project authors.
- 17 Apr, 2014 1 commit
-
-
Lionel Gauthier authored
git-svn-id: http://svn.eurecom.fr/openair4G/trunk@5258 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
-
- 18 Mar, 2014 1 commit
-
-
Lionel Gauthier authored
git-svn-id: http://svn.eurecom.fr/openair4G/trunk@5191 818b1a75-f10b-46b9-bf7c-635c3b92a50f
-
- 14 Mar, 2014 1 commit
-
-
Lionel Gauthier authored
git-svn-id: http://svn.eurecom.fr/openair4G/trunk@5166 818b1a75-f10b-46b9-bf7c-635c3b92a50f
-
- 05 Mar, 2014 1 commit
-
-
nguyennd authored
git-svn-id: http://svn.eurecom.fr/openair4G/trunk@5121 818b1a75-f10b-46b9-bf7c-635c3b92a50f
-
- 28 Feb, 2014 2 commits
-
-
Lionel Gauthier authored
git-svn-id: http://svn.eurecom.fr/openair4G/trunk@5097 818b1a75-f10b-46b9-bf7c-635c3b92a50f
-
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
-
- 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
-
- 17 Feb, 2014 1 commit
-
-
Navid Nikaein authored
* add the phy abstraction for eMBMS, and the MCH transport info for distributed simulation * add supports in PDCP to detect the multicast/broadcast packets * update the readme files, and the script start_one_eNB_multi_UE_nas git-svn-id: http://svn.eurecom.fr/openair4G/trunk@5079 818b1a75-f10b-46b9-bf7c-635c3b92a50f
-
- 20 Dec, 2013 3 commits
-
-
Lionel Gauthier authored
git-svn-id: http://svn.eurecom.fr/openair4G/trunk@4788 818b1a75-f10b-46b9-bf7c-635c3b92a50f
-
Lionel Gauthier authored
git-svn-id: http://svn.eurecom.fr/openair4G/trunk@4787 818b1a75-f10b-46b9-bf7c-635c3b92a50f
-
winckel authored
git-svn-id: http://svn.eurecom.fr/openair4G/trunk@4785 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
-
- 12 Dec, 2013 1 commit
-
-
winckel authored
git-svn-id: http://svn.eurecom.fr/openair4G/trunk@4683 818b1a75-f10b-46b9-bf7c-635c3b92a50f
-
- 10 Dec, 2013 1 commit
-
-
Lionel Gauthier authored
git-svn-id: http://svn.eurecom.fr/openair4G/trunk@4658 818b1a75-f10b-46b9-bf7c-635c3b92a50f
-
- 14 Nov, 2013 1 commit
-
-
Cedric Roux authored
pre-ci tests passed git-svn-id: http://svn.eurecom.fr/openair4G/trunk@4401 818b1a75-f10b-46b9-bf7c-635c3b92a50f
-
- 11 Oct, 2013 1 commit
-
-
Cedric Roux authored
- Added thread that fetch netlink packets and place them in a FIFO (option enabled by default) to reduce pdcp_run execution time - Fix some debug formats git-svn-id: http://svn.eurecom.fr/openair4G/trunk@4187 818b1a75-f10b-46b9-bf7c-635c3b92a50f
-
- 27 Sep, 2013 1 commit
-
-
Navid Nikaein authored
* update the L2 interface * update eMBMS MAC/PHY to support more than one MBSFN sync area * update OTG to support different multicast traffic for eMBMS * pre-ci test passed (100%) git-svn-id: http://svn.eurecom.fr/openair4G/trunk@4170 818b1a75-f10b-46b9-bf7c-635c3b92a50f
-
- 17 Sep, 2013 1 commit
-
-
Navid Nikaein authored
* Fix the non-continous indexing of the PDCP array (replace rb_id by lc_id) * Add a new test case 03 for Rel10 and eMBMS git-svn-id: http://svn.eurecom.fr/openair4G/trunk@4149 818b1a75-f10b-46b9-bf7c-635c3b92a50f
-
- 13 Sep, 2013 1 commit
-
-
nguyennd authored
git-svn-id: http://svn.eurecom.fr/openair4G/trunk@4148 818b1a75-f10b-46b9-bf7c-635c3b92a50f
-
- 27 Aug, 2013 1 commit
-
-
Florian Kaltenberger authored
added stats for PDSCH for MAC-PHY interface, removed some duplicate stats git-svn-id: http://svn.eurecom.fr/openair4G/trunk@4113 818b1a75-f10b-46b9-bf7c-635c3b92a50f
-
- 03 Jul, 2013 1 commit
-
-
Lionel Gauthier authored
Modified ETHERNET DRIVER: deleted the classifier, classification is done by marking. Changed netlink reading code in pdcp_fifo.c git-svn-id: http://svn.eurecom.fr/openair4G/trunk@4007 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
-