- 10 Dec, 2014 1 commit
-
-
thomasl authored
various performance and readability updates git-svn-id: http://svn.eurecom.fr/openair4G/trunk@6234 818b1a75-f10b-46b9-bf7c-635c3b92a50f
-
- 09 Dec, 2014 2 commits
-
-
thomasl authored
git-svn-id: http://svn.eurecom.fr/openair4G/trunk@6211 818b1a75-f10b-46b9-bf7c-635c3b92a50f
-
thomasl authored
remain issues with -m32 and -std=gnu99 , so I kept it defined locally in eahc makefile git-svn-id: http://svn.eurecom.fr/openair4G/trunk@6198 818b1a75-f10b-46b9-bf7c-635c3b92a50f
-
- 04 Dec, 2014 1 commit
-
-
nikaeinn authored
git-svn-id: http://svn.eurecom.fr/openair4G/trunk@6161 818b1a75-f10b-46b9-bf7c-635c3b92a50f
-
- 27 Nov, 2014 1 commit
-
-
Florian Kaltenberger authored
git-svn-id: http://svn.eurecom.fr/openair4G/trunk@6113 818b1a75-f10b-46b9-bf7c-635c3b92a50f
-
- 24 Nov, 2014 1 commit
-
-
thomasl authored
fix the fu.... inserting og @echo in parts before a make goal and list of commans that start by a TAB that is not correct in makefiles: replaced by $(warning and $(info (the latest needs make version > 3.8, so ubuntu 12.04 is fine) git-svn-id: http://svn.eurecom.fr/openair4G/trunk@6093 818b1a75-f10b-46b9-bf7c-635c3b92a50f
-
- 17 Oct, 2014 1 commit
-
-
gauthier authored
git-svn-id: http://svn.eurecom.fr/openair4G/trunk@5900 818b1a75-f10b-46b9-bf7c-635c3b92a50f
-
- 12 Sep, 2014 2 commits
-
-
nikaeinn authored
git-svn-id: http://svn.eurecom.fr/openair4G/trunk@5784 818b1a75-f10b-46b9-bf7c-635c3b92a50f
-
nikaeinn authored
git-svn-id: http://svn.eurecom.fr/openair4G/trunk@5783 818b1a75-f10b-46b9-bf7c-635c3b92a50f
-
- 09 Sep, 2014 1 commit
-
-
Florian Kaltenberger authored
fixed bug in freq_channel when used with perfect channel estimation git-svn-id: http://svn.eurecom.fr/openair4G/trunk@5778 818b1a75-f10b-46b9-bf7c-635c3b92a50f
-
- 28 Aug, 2014 1 commit
-
-
nikaeinn authored
* add target MCS for DL and UL for LTE softmodem * make RLC message print for ITTI an option git-svn-id: http://svn.eurecom.fr/openair4G/trunk@5762 818b1a75-f10b-46b9-bf7c-635c3b92a50f
-
- 21 Aug, 2014 1 commit
-
-
knopp authored
git-svn-id: http://svn.eurecom.fr/openair4G/trunk@5738 818b1a75-f10b-46b9-bf7c-635c3b92a50f
-
- 12 Aug, 2014 1 commit
-
-
nikaeinn authored
* Add VCD timing for PDCP, RLC, and MAC * Update MAC-PHY interface * update eNB MAC DLSCH scheduler and preprocessor with component carrier * Add test case for dlsim performance git-svn-id: http://svn.eurecom.fr/openair4G/trunk@5708 818b1a75-f10b-46b9-bf7c-635c3b92a50f
-
- 11 Aug, 2014 1 commit
-
-
knopp authored
git-svn-id: http://svn.eurecom.fr/openair4G/trunk@5700 818b1a75-f10b-46b9-bf7c-635c3b92a50f
-
- 31 Jul, 2014 1 commit
-
-
nikaeinn authored
git-svn-id: http://svn.eurecom.fr/openair4G/trunk@5640 818b1a75-f10b-46b9-bf7c-635c3b92a50f
-
- 06 May, 2014 1 commit
-
-
nikaeinn authored
* update PDCP security and count calculation git-svn-id: http://svn.eurecom.fr/openair4G/trunk@5307 818b1a75-f10b-46b9-bf7c-635c3b92a50f
-
- 02 May, 2014 1 commit
-
-
nikaeinn authored
* add event handler for remote (online) configuration and status monitoring * update openair config generator (OCG) and scneario descriptor (OSD) with new features contributed by A. Gomes (one source) * fix the issue with netlink when benchmarking oaisim preformance * pre-ci passed except for eMBMS git-svn-id: http://svn.eurecom.fr/openair4G/trunk@5299 818b1a75-f10b-46b9-bf7c-635c3b92a50f
-
- 22 Apr, 2014 1 commit
-
-
gauthier authored
git-svn-id: http://svn.eurecom.fr/openair4G/trunk@5282 818b1a75-f10b-46b9-bf7c-635c3b92a50f
-
- 05 Apr, 2014 1 commit
-
-
nikaeinn authored
* fix few pre-ci issues git-svn-id: http://svn.eurecom.fr/openair4G/trunk@5231 818b1a75-f10b-46b9-bf7c-635c3b92a50f
-
- 28 Mar, 2014 1 commit
-
-
nikaeinn authored
* update the targets/README.txt * fix the pdcp timing stats for eNB in oaisim git-svn-id: http://svn.eurecom.fr/openair4G/trunk@5223 818b1a75-f10b-46b9-bf7c-635c3b92a50f
-
- 27 Mar, 2014 2 commits
-
-
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
-
nikaeinn authored
git-svn-id: http://svn.eurecom.fr/openair4G/trunk@5219 818b1a75-f10b-46b9-bf7c-635c3b92a50f
-
- 03 Mar, 2014 1 commit
-
-
gauthier authored
git-svn-id: http://svn.eurecom.fr/openair4G/trunk@5107 818b1a75-f10b-46b9-bf7c-635c3b92a50f
-
- 27 Feb, 2014 1 commit
-
-
nikaeinn authored
* fix the bug for IP connectivity when more than 1 UE is connected (test with iperf: ok) * set target ul/dl mcs in the eNB scheduler to hardwire the desired MCS (option t for UL and m for DL) * add the code related to abstraction from http://svn.eurecom.fr/openairsvn/openair4G/tags/asilomar2013 * cleanup the code * pre-ci passed for all except for eMBMS git-svn-id: http://svn.eurecom.fr/openair4G/trunk@5093 818b1a75-f10b-46b9-bf7c-635c3b92a50f
-
- 26 Feb, 2014 1 commit
-
-
gauthier authored
git-svn-id: http://svn.eurecom.fr/openair4G/trunk@5092 818b1a75-f10b-46b9-bf7c-635c3b92a50f
-
- 25 Feb, 2014 1 commit
-
-
gauthier authored
TO DO :test RF and ethernet emulation. git-svn-id: http://svn.eurecom.fr/openair4G/trunk@5086 818b1a75-f10b-46b9-bf7c-635c3b92a50f
-
- 27 Jan, 2014 2 commits
-
-
winckel authored
git-svn-id: http://svn.eurecom.fr/openair4G/trunk@4960 818b1a75-f10b-46b9-bf7c-635c3b92a50f
-
gauthier authored
git-svn-id: http://svn.eurecom.fr/openair4G/trunk@4950 818b1a75-f10b-46b9-bf7c-635c3b92a50f
-
- 10 Jan, 2014 1 commit
-
-
gauthier authored
git-svn-id: http://svn.eurecom.fr/openair4G/trunk@4846 818b1a75-f10b-46b9-bf7c-635c3b92a50f
-
- 20 Dec, 2013 1 commit
-
-
gauthier authored
git-svn-id: http://svn.eurecom.fr/openair4G/trunk@4790 818b1a75-f10b-46b9-bf7c-635c3b92a50f
-
- 11 Dec, 2013 1 commit
-
-
Cedric Roux authored
git-svn-id: http://svn.eurecom.fr/openair4G/trunk@4679 818b1a75-f10b-46b9-bf7c-635c3b92a50f
-
- 10 Dec, 2013 2 commits
-
-
gauthier authored
git-svn-id: http://svn.eurecom.fr/openair4G/trunk@4658 818b1a75-f10b-46b9-bf7c-635c3b92a50f
-
winckel authored
git-svn-id: http://svn.eurecom.fr/openair4G/trunk@4657 818b1a75-f10b-46b9-bf7c-635c3b92a50f
-
- 06 Dec, 2013 2 commits
-
-
winckel authored
Corrected some NAS file to compile without C99 mode option. git-svn-id: http://svn.eurecom.fr/openair4G/trunk@4633 818b1a75-f10b-46b9-bf7c-635c3b92a50f
-
winckel authored
Added some NAS primitive handling on UE side. pre-ci Ok. git-svn-id: http://svn.eurecom.fr/openair4G/trunk@4625 818b1a75-f10b-46b9-bf7c-635c3b92a50f
-
- 04 Dec, 2013 1 commit
-
-
winckel authored
git-svn-id: http://svn.eurecom.fr/openair4G/trunk@4580 818b1a75-f10b-46b9-bf7c-635c3b92a50f
-
- 25 Nov, 2013 2 commits
-
-
Cedric Roux authored
- Created Makefile.common that gathers common definitions for oaisim and lte-softmodem - Added ITTI capabilities to lte-softmodem (currently not stable) * Created dummy l2l1 task * Added -K option to output itti messages to file (some RT issues with file flush) - Added S1AP/SCTP tasks in lte-softmodem pre-ci ok lte-softmodem with HARD_RT=1 build ok git-svn-id: http://svn.eurecom.fr/openair4G/trunk@4514 818b1a75-f10b-46b9-bf7c-635c3b92a50f
-
nikaeinn authored
*update target and ASN1 readmes *update oai test cases git-svn-id: http://svn.eurecom.fr/openair4G/trunk@4513 818b1a75-f10b-46b9-bf7c-635c3b92a50f
-
- 21 Nov, 2013 2 commits
-
-
Cedric Roux authored
git-svn-id: http://svn.eurecom.fr/openair4G/trunk@4489 818b1a75-f10b-46b9-bf7c-635c3b92a50f
-
Cedric Roux authored
git-svn-id: http://svn.eurecom.fr/openair4G/trunk@4488 818b1a75-f10b-46b9-bf7c-635c3b92a50f
-