- Dec 26, 2018
-
-
Thomas Laurent authored
-
- Dec 23, 2018
-
-
Thomas Laurent authored
-
Thomas Laurent authored
-
- Nov 29, 2018
-
-
Wang Tsu-Han authored
-
Wang Tsu-Han authored
-
- Nov 28, 2018
-
-
Raphael Defosseux authored
Signed-off-by:
Raphael Defosseux <raphael.defosseux@eurecom.fr>
-
- Nov 26, 2018
-
-
knopp authored
initialization of dfts for RU. moved init_dfts out from lte_init_top into lte_init_RU() and lte_init_ue_signal()
-
- Nov 21, 2018
-
-
knopp authored
adds a mac_MainConfig information element to RRCConnectionSetup. This is to configure PHR reporting during the first part of the Attach procedure.
-
Louis Adrien Dufrene authored
-
Louis Adrien Dufrene authored
-
- Nov 20, 2018
-
-
Louis Adrien Dufrene authored
-
Louis Adrien Dufrene authored
-
OAI-admin authored
-
Louis Adrien Dufrene authored
RRC timer thres removed from UE context and added to eNB RRC context, value 0 of thres equivalent to infinity
-
- Nov 16, 2018
-
-
Louis Adrien Dufrene authored
-
Louis Adrien Dufrene authored
-
- Nov 15, 2018
-
-
Louis Adrien Dufrene authored
-
- Nov 13, 2018
-
-
Louis Adrien Dufrene authored
-
Louis Adrien Dufrene authored
-
Louis Adrien Dufrene authored
-
- Nov 12, 2018
-
-
Louis Adrien Dufrene authored
-
Wang Tsu-Han authored
-
Wang Tsu-Han authored
-
OAI-admin authored
-
- Nov 08, 2018
-
-
Louis Adrien Dufrene authored
-
- Nov 05, 2018
-
-
Louis Adrien Dufrene authored
-
frtabu authored
-
- Nov 02, 2018
-
-
frtabu authored
abort execution when an unknown option is passed via the command line: add config_check_cmdlineopt API to config module, create lte-softmodem-common.c source to remove duplicate code in lte-softmodem.c and lte-uesoftmodem.c, fix segfaults in exec_function of lte-uesoftmodem
-
Louis Adrien Dufrene authored
-
- Oct 31, 2018
-
-
OAI-admin authored
-
- Oct 26, 2018
-
-
root authored
-
Louis Adrien Dufrene authored
-
- Oct 25, 2018
-
-
Louis Adrien Dufrene authored
rrc inactivity timer created, S1 ue context release request sent on timeout, timer set at RRC connection complete reception
-
- Oct 23, 2018
-
-
Louis Adrien Dufrene authored
-
Louis Adrien Dufrene authored
-
Louis Adrien Dufrene authored
-
Cédric Roux authored
-
Cédric Roux authored
Only schedule_SI is done, not schedule_SIB1_BR and not schedule_SI_BR.
-
- Oct 18, 2018
-
-
Cédric Roux authored
The symptom: when two UEs do uplink traffic at the same time, the eNB fails to decode data sometimes. This has been seen with FDD and 50 RBs. This generates a cascade of other problems leading to disconnection/reconnection events seen in the log. The problem: there are probably many, but one obvious bug was found while analyzing some logs. Scheduling in the same TTI one UE's uplink traffic and random access (msg3) was done in the same RB. This commit fixes this simple case. It is probably not the end of the story. This is a hotfix, that does not change the code much. We need to use vrb_map_UL properly all over the places. Today is not used, but this is the way to go (most probably).
-
- Oct 17, 2018
-
-
Bi-Ruei, Chiu authored
1. Modify all expressions using original LTE-RRC data types for new generated ones 2. Does not change any program logic
-