- Jul 11, 2016
-
-
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.
-
- Jun 24, 2016
-
-
Cedric Roux authored
-
- Jun 02, 2016
-
-
Cedric Roux authored
(the T macro is then undefined)
-
- May 27, 2016
-
-
Cedric Roux authored
-
Cedric Roux authored
-
- May 25, 2016
-
-
Cedric Roux authored
- adding T macros here and there - modify the T_messages.txt - modify enb.c to trace them in the RRC view
-
Cedric Roux authored
plus add rrc connection setup complete tracing
-
- Apr 21, 2016
-
-
Navid Nikaein authored
-
- Apr 01, 2016
-
-
Raymond Knopp authored
-
- Mar 29, 2016
-
-
Cedric Roux authored
-
Cedric Roux authored
-
- Mar 28, 2016
-
-
Cedric Roux authored
-
- Mar 27, 2016
-
-
Cedric Roux authored
-
- Mar 26, 2016
-
-
Cedric Roux authored
-
Cedric Roux authored
-
- Mar 25, 2016
-
-
Cedric Roux authored
-
Cedric Roux authored
-
- Mar 23, 2016
-
-
gauthier authored
added hotfix for DCCH bad size limitation (to be checked after merge with develop). Changed UL idle scheduling to improve 5MHz performance, changed DCI aggregation for ue-specific DCIs (reduces contention with SI and RA in subframe 5 for 5 MHz). Added RRC timer for UE release which cleans L1. Still issues in 10 MHz throughput with TCP. 5 MHz seems almost fine.
-
- Feb 19, 2016
-
-
Raymond Knopp authored
-
Raymond Knopp authored
-
Raymond Knopp authored
-
- Feb 15, 2016
-
-
kaltenbe authored
-
- Feb 14, 2016
-
-
Raymond Knopp authored
-
- Feb 03, 2016
-
-
gauthier authored
increase maximum users in eNodeB to 16
-
- Jan 22, 2016
-
-
Cedric Roux authored
-
- Jan 21, 2016
-
-
aikaterini.trilyraki authored
-
- Jan 14, 2016
- Oct 09, 2015
-
-
Cedric Roux authored
The observed behavior (samsung phone, lte dongle, sequans box) is that the UE keeps connecting over and over again.
-
- Oct 06, 2015
-
-
gauthier authored
git-svn-id: http://svn.eurecom.fr/openair4G/trunk@7885 818b1a75-f10b-46b9-bf7c-635c3b92a50f
-
- Sep 25, 2015
-
-
kaltenbe authored
git-svn-id: http://svn.eurecom.fr/openair4G/trunk@7846 818b1a75-f10b-46b9-bf7c-635c3b92a50f
-
- Sep 22, 2015
-
-
gauthier authored
git-svn-id: http://svn.eurecom.fr/openair4G/trunk@7833 818b1a75-f10b-46b9-bf7c-635c3b92a50f
-
- Sep 04, 2015
-
-
knopp authored
git-svn-id: http://svn.eurecom.fr/openair4G/trunk@7800 818b1a75-f10b-46b9-bf7c-635c3b92a50f
-
- Jul 28, 2015
-
-
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
-
- Jul 21, 2015
-
-
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
-
- Jul 15, 2015
-
-
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
-
roux authored
Basically when skiping an unknown extension, asn1c did read 24 bits per 24 bits and later on failed if the remaining bits (up to 23) were superior to 8. The patch reads 1 bit per 1 bit. git-svn-id: http://svn.eurecom.fr/openair4G/trunk@7704 818b1a75-f10b-46b9-bf7c-635c3b92a50f
-
- Jul 13, 2015
-
-
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
-
- Jul 07, 2015
-
-
navid authored
git-svn-id: http://svn.eurecom.fr/openair4G/trunk@7697 818b1a75-f10b-46b9-bf7c-635c3b92a50f
-