An error occurred fetching the project authors.
- 16 Mar, 2023 1 commit
-
-
Weskley Vinicius Fernandes Mauricio authored
-
- 19 Jan, 2023 1 commit
-
-
laurent authored
-
- 02 Dec, 2022 1 commit
-
-
laurent authored
-
- 02 Sep, 2022 1 commit
-
-
laurent authored
-
- 04 Aug, 2022 1 commit
-
-
Sagar Parsawar authored
-
- 27 Jun, 2022 1 commit
-
-
Robert Schmidt authored
OAI is riddled with boolean_t, FALSE, TRUE, etc. This makes no sense, as there is a standard bool type, and could lead to nasty bugs if a definition of a bool is non-standard (0 == false, true == !false). This commit removes all non-standard bools in the whole project.
-
- 24 Mar, 2022 1 commit
-
-
Laurent THOMAS authored
-
- 16 Jul, 2021 1 commit
-
-
Laurent OpenCells authored
-
- 25 Mar, 2021 1 commit
-
-
Laurent THOMAS authored
-
- 12 Oct, 2020 1 commit
-
-
Mahesh K authored
This commit contains work done by Eurecom and by Benetel.
-
- 06 Sep, 2020 2 commits
-
-
Michael Cook authored
The printfs were mangling the log.
-
Michael Cook authored
This change allows us to disable the LOG_I messages to reduce overhead. Removed LOG_VAR macro because it was used in only one place, and a better solution is to simply use `__attribute__((unused))`.
-
- 21 Jul, 2020 1 commit
-
-
Javier Morgade authored
Signed-off-by:
Javier Morgade <javier.morgade@ieee.org>
-
- 01 Jun, 2020 1 commit
-
-
- 06 Apr, 2020 1 commit
-
-
Robert Schmidt authored
-
- 01 Apr, 2020 1 commit
-
-
Robert Schmidt authored
UE_list_t is now used as a separate list. It can be e.g. used in the scheduler to mark groups of users. The original UE_list_t is renamed to UE_info_t to reflect that it is a container for information about UEs.
-
- 10 Jan, 2020 1 commit
-
-
Raphael Defosseux authored
Signed-off-by:
Raphael Defosseux <raphael.defosseux@eurecom.fr>
-
- 30 Oct, 2019 1 commit
-
-
LAD authored
-
- 10 Oct, 2019 1 commit
-
-
LouisAdrien authored
-
- 23 Sep, 2019 2 commits
-
-
frtabu authored
remove RRC_VERSION macros, simplify build-oai and CMakefile.txt accordingly, get rid of remaining compilation warnings (opt module improperly merged and patch asn1c files with tests against max 64 bits integer value)
-
Stefan Schaffelder authored
-
- 18 Sep, 2019 1 commit
-
-
Stefan Schaffelder authored
-
- 14 Sep, 2019 1 commit
-
-
Javier Morgade authored
-MBMS scheduler developed (oneFrame allocations implemented at this time) -UE DSLCH schedulers updated: if an eMBMS session running UE DTCH, DCCH will be only scheduled at non MBSFN sufbframes -eMBMS L2 procedures implemented -Dedicated MBMS PDCP pipes src/sink enabled (only for TUN) -BUGFIX eMBMS MAC procedures (wrong indexing at few loops) -ENB FAPI updated to enable dynamic MBSFN configurations through M2AP (RRC<->MCE) ACKNOWLEDGEMENT: 1. This commit was developed at Vicomtech (https://www.vicomtech.org) under UE project CDN-X-ALL: "CDN edge-cloud computing for efficient cache and reliable streaming aCROSS Aggregated unicast-multicast LinkS" 2. Project funded by Fed4FIRE+ OC5 (https://www.fed4fire.eu) Signed-off-by:
Javier Morgade <javier.morgade@ieee.org>
-
- 03 Sep, 2019 1 commit
-
-
Stefan Schaffelder authored
-
- 04 Jul, 2019 1 commit
-
-
wujing authored
-
- 01 Jul, 2019 1 commit
-
-
laurent authored
-
- 20 Jun, 2019 5 commits
-
-
Dong Anyuan authored
Fix Coverity Scan CID 339974 (Overrunning array eutra_bandtable of 48 24-byte elements at element index 48 (byte offset 1152) using index i (which evaluates to 48).)
-
Dong Anyuan authored
Fix Coverity Scan CID 340004 (Overrunning array eutra_bandtable of 48 24-byte elements at element index 48 (byte offset 1152) using index i (which evaluates to 48).)
-
Dong Anyuan authored
Fix Coverity Scan CID 261498 (Overrunning array eutra_bandtable of 48 24-byte elements at element index 48 (byte offset 1152) using index i (which evaluates to 48).)
-
Dong Anyuan authored
Fix Coverity Scan CID 261506 (Overrunning array eutra_bandtable of 48 24-byte elements at element index 48 (byte offset 1152) using index i (which evaluates to 48).)
-
Dong Anyuan authored
Fix Coverity Scan CID 261548 (Overrunning array eutra_bandtable of 48 24-byte elements at element index 48 (byte offset 1152) using index i (which evaluates to 48).)
-
- 21 May, 2019 1 commit
-
-
Javier Morgade authored
-
- 20 May, 2019 1 commit
-
-
Javier Morgade authored
-
- 15 Apr, 2019 2 commits
-
-
Louis Adrien Dufrene authored
Bug fix of drx_config == PrNothing is now handled. Bug fix for dci0_ongoing not working. To investigate
-
Louis Adrien Dufrene authored
-
- 11 Apr, 2019 1 commit
-
-
Louis Adrien Dufrene authored
Remove bypass_cdrx variable and add cdrx_waiting_ack. The CDRX is now activated at RRC COnnection Reconfiguration Complete reception. To Test
-
- 05 Apr, 2019 2 commits
-
-
frtabu authored
-
Louis Adrien Dufrene authored
-
- 04 Apr, 2019 1 commit
-
-
Louis Adrien Dufrene authored
-
- 05 Mar, 2019 1 commit
-
-
Konstantinos Alexandris authored
-