An error occurred fetching the project authors.
- 07 Jan, 2019 1 commit
-
-
Cedric Roux authored
For whatever reason most of the files had their permission changed from 644 to 755, which is not wanted.
-
- 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
-
- 19 Nov, 2018 2 commits
-
-
Raymond Knopp authored
-
Raymond Knopp authored
-
- 18 Nov, 2018 1 commit
-
-
Raymond Knopp authored
rework of configuration for eMTC/Sidelink. Removal of warnings introduced by eMTC code. Validation of configuration component for eMTC and regular LTE. Sidelink is still not configured.
-
- 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
-
- 06 Nov, 2018 1 commit
-
-
Raymond Knopp authored
-
- 03 Nov, 2018 1 commit
-
-
Raymond Knopp 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
-
- 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.
-
- 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 1 commit
-
-
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
-
- 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 7 commits
-
-
Robert Schmidt authored
-
Robert Schmidt authored
-
Robert Schmidt authored
-
Robert Schmidt authored
-
Robert Schmidt authored
-
Robert Schmidt authored
Commit 7823858e2d11e8cabc1ca7bf7f507b9a050942d3 introduced this as a comment.
-
Robert Schmidt authored
-
- 04 Sep, 2018 1 commit
-
-
Cedric Roux authored
The comparison in AssertFatal was not correct, taking the opposite meaning to the one expected.
-
- 03 Sep, 2018 8 commits
-
-
Robert Schmidt authored
-
Robert Schmidt authored
Affects: * store_dlsch_buffer() * assign_rbs_required()
-
Robert Schmidt authored
-
Robert Schmidt authored
-
Navid Nikaein authored
-
Robert Schmidt authored
-
Robert Schmidt authored
- there can be a race between the FlexRAN agent reading the RC.mac and its allocation in main.c - In order to circumvent this, change the allocation by allocating everything "into" a local variable - finally "make it visible" by storing the pointer in RC.mac
-
Robert Schmidt authored
- whether a scheduler callback has to be changed is now handled by the agent
-