An error occurred fetching the project authors.
- 09 Jan, 2019 1 commit
-
-
wujing authored
-
- 24 Dec, 2018 1 commit
-
-
wujing authored
-
- 21 Dec, 2018 1 commit
-
-
wujing authored
-
- 19 Dec, 2018 2 commits
- 27 Nov, 2018 1 commit
-
-
wujing authored
-
- 26 Nov, 2018 1 commit
-
-
Raymond Knopp authored
initialization of dfts for RU. moved init_dfts out from lte_init_top into lte_init_RU() and lte_init_ue_signal()
-
- 21 Nov, 2018 1 commit
-
-
Louis Adrien Dufrene authored
-
- 20 Nov, 2018 1 commit
-
-
wujing authored
-
- 16 Nov, 2018 1 commit
-
-
Louis Adrien Dufrene authored
-
- 13 Nov, 2018 3 commits
-
-
Louis Adrien Dufrene authored
-
Louis Adrien Dufrene authored
-
Louis Adrien Dufrene authored
-
- 12 Nov, 2018 1 commit
-
-
Louis Adrien Dufrene authored
-
- 02 Nov, 2018 1 commit
-
-
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
-
- 24 Oct, 2018 5 commits
- 23 Oct, 2018 2 commits
-
-
Cedric Roux authored
-
Cedric Roux authored
Only schedule_SI is done, not schedule_SIB1_BR and not schedule_SI_BR.
-
- 22 Oct, 2018 6 commits
-
-
Y_Tomita authored
-
Y_Tomita authored
-
Y_Tomita authored
Modify not to assert a part in L2 FAPI simulator because it's possible to differ timing(frame, subframe) between eNB and UE.
-
Y_Tomita authored
-
Y_Tomita authored
Change not to watch timing in MSG2 and MSG4 procedure in L2 FAPI simulator because it's possible to differ timing(frame, subframe) between eNB and UE.
-
Y_Tomita authored
-
- 18 Oct, 2018 1 commit
-
-
Cedric 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).
-
- 17 Oct, 2018 2 commits
-
-
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
-
Y_Tomita authored
Change type for 256UEs test , abnormal exit and add definition of UE's thread ID for multiple UEs simulation.
-
- 25 Sep, 2018 1 commit
-
-
Rajeev Gangula authored
-
- 21 Sep, 2018 1 commit
-
-
Konstantinos Alexandris authored
-
- 11 Sep, 2018 1 commit
-
-
Wang Tsu-Han authored
-
- 07 Sep, 2018 1 commit
-
-
Cedric Roux authored
This break was there and went away, for whatever reason...
-
- 06 Sep, 2018 2 commits
-
-
Masayuki HARADA authored
-
Cedric Roux authored
The bug popped up when one UE was doing TCP UL iperf and a second UE attempted to connect. A crash of the eNB happened because we changed the wrong NFAPI structure in a TTI where both UEs are scheduled. Something like that.
-
- 05 Sep, 2018 3 commits
-
-
Robert Schmidt authored
-
Robert Schmidt authored
-
Robert Schmidt authored
-