An error occurred fetching the project authors.
- 21 Jul, 2016 1 commit
-
-
Cedric Roux authored
-
- 29 Mar, 2016 1 commit
-
-
Cedric Roux authored
-
- 28 Mar, 2016 1 commit
-
-
Cedric Roux authored
-
- 27 Mar, 2016 1 commit
-
-
Cedric Roux authored
-
- 25 Mar, 2016 1 commit
-
-
Cedric Roux authored
-
- 14 Feb, 2016 1 commit
-
-
Raymond Knopp 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
-
- 21 Jul, 2015 1 commit
-
-
knopp authored
fixed some SIB display messages in rrc_UE.c. Scheduling policy and priorities in lte-ue.c for SCHED_FIFO operation (with USRP B210). git-svn-id: http://svn.eurecom.fr/openair4G/trunk@7714 818b1a75-f10b-46b9-bf7c-635c3b92a50f
-
- 15 Jul, 2015 1 commit
-
-
roux authored
extension version groups present in the RRC release 10 ASN.1 file (extensions between [[ and ]]). Basically we do a syntactic replacement at compile time. [[ becomes '<name> SEQUENCE {' ]] becomes '} OPTIONAL' <name> is 'ext<N>' where N is a number increasing at each new extension group in a given definition. The UPER encoding for the two syntaxes is identical (as far as y understanding of the specifications goes). The XER encoding is different, due to the new 'ext<N>' name. Other encodings may be different. The real solution is to fix the ASN.1 compiler. This is not a simple task. git-svn-id: http://svn.eurecom.fr/openair4G/trunk@7705 818b1a75-f10b-46b9-bf7c-635c3b92a50f
-
- 13 Jul, 2015 1 commit
-
-
knopp authored
Added bugfixes for PDCCH (not all). New --ue-dump--frame and --loop-memory option for lte-softmodem. Updates in PMCH/MCH transmission which were forgotten in recent DLSCH/PDSCH changes. mbmssim works again. git-svn-id: http://svn.eurecom.fr/openair4G/trunk@7702 818b1a75-f10b-46b9-bf7c-635c3b92a50f
-
- 02 Jul, 2015 1 commit
-
-
roux authored
git-svn-id: http://svn.eurecom.fr/openair4G/trunk@7680 818b1a75-f10b-46b9-bf7c-635c3b92a50f
-
- 01 Jul, 2015 1 commit
-
-
knopp authored
Added tracing of SIB5 in UE for EUTRA interfrequency information (rrc_UE.c) and removed some compiler warnings. Corrected a bug related to T310 usage before having received SIB2 (rrc_common.c) git-svn-id: http://svn.eurecom.fr/openair4G/trunk@7678 818b1a75-f10b-46b9-bf7c-635c3b92a50f
-
- 20 Jun, 2015 1 commit
-
-
knopp authored
git-svn-id: http://svn.eurecom.fr/openair4G/trunk@7613 818b1a75-f10b-46b9-bf7c-635c3b92a50f
-
- 19 Jun, 2015 1 commit
-
-
navid authored
* update the tx/rx bandwidth according to sampling rate * add openair2 stats git-svn-id: http://svn.eurecom.fr/openair4G/trunk@7609 818b1a75-f10b-46b9-bf7c-635c3b92a50f
-
- 16 Jun, 2015 1 commit
-
-
Raymond Knopp authored
modifications in UE system information handling to allow for decoding of all SIBs. For USRP targets, timing advance and TX power control. git-svn-id: http://svn.eurecom.fr/openair4G/trunk@7563 818b1a75-f10b-46b9-bf7c-635c3b92a50f
-
- 10 Jun, 2015 1 commit
-
-
Raymond Knopp authored
git-svn-id: http://svn.eurecom.fr/openair4G/trunk@7547 818b1a75-f10b-46b9-bf7c-635c3b92a50f
-
- 08 Jun, 2015 1 commit
-
-
Cedric Roux authored
- handle an UE on the second carrier - quick fix (may change in the future) to deal with race conditions in lte-softmodem. TX procedures (phy_procedures_eNB_TX) are now done the one after the other, from carrier 0 to carrier N. git-svn-id: http://svn.eurecom.fr/openair4G/trunk@7541 818b1a75-f10b-46b9-bf7c-635c3b92a50f
-
- 05 Jun, 2015 2 commits
-
-
Raymond Knopp authored
Applied S. Held's patches 16, additional modifications for UE frequency scanning and RSRP/RSSI calibration for ExpressMIMO2 and USRP B210 git-svn-id: http://svn.eurecom.fr/openair4G/trunk@7536 818b1a75-f10b-46b9-bf7c-635c3b92a50f
-
Florian Kaltenberger authored
git-svn-id: http://svn.eurecom.fr/openair4G/trunk@7534 818b1a75-f10b-46b9-bf7c-635c3b92a50f
-
- 22 May, 2015 2 commits
-
-
Cedric Roux authored
git-svn-id: http://svn.eurecom.fr/openair4G/trunk@7457 818b1a75-f10b-46b9-bf7c-635c3b92a50f
-
Cedric Roux authored
- mac_rrc_data_req/mac_rrc_data_ind API modification - ITTI message RRC_MAC_CCCH_DATA_IND updated - substructure "carrier" introduced in "eNB_rrc_inst" - ASN.1 messages SIB1/SIB23 adapted - handover not correctly handled (CC_id not used) git-svn-id: http://svn.eurecom.fr/openair4G/trunk@7456 818b1a75-f10b-46b9-bf7c-635c3b92a50f
-
- 21 May, 2015 1 commit
-
-
Navid Nikaein authored
git-svn-id: http://svn.eurecom.fr/openair4G/trunk@7449 818b1a75-f10b-46b9-bf7c-635c3b92a50f
-
- 04 May, 2015 1 commit
-
-
Cedric Roux authored
git-svn-id: http://svn.eurecom.fr/openair4G/trunk@7351 818b1a75-f10b-46b9-bf7c-635c3b92a50f
-
- 30 Apr, 2015 2 commits
-
-
Lionel Gauthier authored
git-svn-id: http://svn.eurecom.fr/openair4G/trunk@7347 818b1a75-f10b-46b9-bf7c-635c3b92a50f
-
Lionel Gauthier authored
git-svn-id: http://svn.eurecom.fr/openair4G/trunk@7330 818b1a75-f10b-46b9-bf7c-635c3b92a50f
-
- 16 Apr, 2015 4 commits
-
-
Lionel Gauthier authored
git-svn-id: http://svn.eurecom.fr/openair4G/trunk@7185 818b1a75-f10b-46b9-bf7c-635c3b92a50f
-
Raymond Knopp authored
git-svn-id: http://svn.eurecom.fr/openair4G/trunk@7180 818b1a75-f10b-46b9-bf7c-635c3b92a50f
-
Raymond Knopp authored
git-svn-id: http://svn.eurecom.fr/openair4G/trunk@7178 818b1a75-f10b-46b9-bf7c-635c3b92a50f
-
Lionel Gauthier authored
git-svn-id: http://svn.eurecom.fr/openair4G/trunk@7175 818b1a75-f10b-46b9-bf7c-635c3b92a50f
-
- 14 Apr, 2015 1 commit
-
-
Lionel Gauthier authored
git-svn-id: http://svn.eurecom.fr/openair4G/trunk@7159 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 2 commits
-
-
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
-
Lionel Gauthier authored
git-svn-id: http://svn.eurecom.fr/openair4G/trunk@7068 818b1a75-f10b-46b9-bf7c-635c3b92a50f
-
- 27 Feb, 2015 1 commit
-
-
Navid Nikaein authored
* add protocol configuration to OCG XML file git-svn-id: http://svn.eurecom.fr/openair4G/trunk@6629 818b1a75-f10b-46b9-bf7c-635c3b92a50f
-
- 24 Feb, 2015 1 commit
-
-
Raymond Knopp authored
Addition of UE TX in USRP (still under test), calibration of UE RX for 5/10/20 MHz with USRP, new noise and signal power estimation for UE- RK git-svn-id: http://svn.eurecom.fr/openair4G/trunk@6609 818b1a75-f10b-46b9-bf7c-635c3b92a50f
-
- 22 Feb, 2015 1 commit
-
-
Raymond Knopp authored
fixed issues in subframe 5 RE allocation when PDSCH overlaps PSS/SSS, Basic UE functionality on USRP, RK git-svn-id: http://svn.eurecom.fr/openair4G/trunk@6596 818b1a75-f10b-46b9-bf7c-635c3b92a50f
-
- 08 Jan, 2015 1 commit
-
-
Lionel Gauthier authored
git-svn-id: http://svn.eurecom.fr/openair4G/trunk@6331 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
-
- 20 Dec, 2014 1 commit
-
-
Raymond Knopp authored
git-svn-id: http://svn.eurecom.fr/openair4G/trunk@6302 818b1a75-f10b-46b9-bf7c-635c3b92a50f
-