An error occurred fetching the project authors.
- 26 Nov, 2020 1 commit
-
-
Cedric Roux authored
RLC has timers. We need to keep track of time. We chose to not use realtime but 'processing time'. That is we send a tick to RLC for every subframe when it is processed by the softmodem. Before this commit we used to increase time in the function mac_rlc_status_ind which may not be called every subframe (especially in TDD mode). So we need another way to keep track of time. We introduce rlc_tick() and call it in eNB_dlsch_ulsch_scheduler, which is called every subframe, both in FDD and TDD. We also call rlc_tick() in the function ru_thread_synch() because pdcp_run() and rrc_rx_tx() are called there too. It may not be the best solution. To be revised if needed. Note: the UE has not been touched. Some modification is needed for the UE too, most probably.
-
- 21 Nov, 2020 2 commits
-
-
Raymond Knopp authored
-
Eurecom authored
-
- 20 Nov, 2020 2 commits
-
-
Eurecom authored
-
Raymond Knopp authored
-
- 18 Nov, 2020 1 commit
-
-
Raymond Knopp authored
-
- 03 Nov, 2020 1 commit
-
-
Raymond Knopp authored
-
- 21 Aug, 2020 1 commit
-
-
Cedric Roux authored
This commit contains work done by Eurecom and by Benetel.
-
- 06 Aug, 2020 1 commit
-
-
- 18 Jun, 2020 1 commit
-
-
WANG Tsu-Han authored
-
- 12 Jun, 2020 1 commit
-
-
WANG Tsu-Han authored
-
- 01 Jun, 2020 1 commit
-
-
- 20 May, 2020 1 commit
-
-
laurent authored
-
- 13 May, 2020 1 commit
-
-
- 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.
-
- 23 Mar, 2020 1 commit
-
-
Florian Kaltenberger authored
ignoring command line paramters clock_source and time_source in lte-softmodem and harmonizing it with nr-softmodem time_source and clock_source handled separately in usrp_lib.cpp
-
- 11 Mar, 2020 2 commits
- 03 Mar, 2020 3 commits
-
-
Thomas Dreibholz authored
-
Thomas Dreibholz authored
-
Thomas Dreibholz authored
-
- 01 Mar, 2020 1 commit
-
-
Raymond Knopp authored
-
- 20 Jan, 2020 1 commit
-
-
Robert Schmidt authored
-
- 13 Jan, 2020 1 commit
-
-
Raphael Defosseux authored
- physical simulators - LTE eNB - LTE UE - 5G-NR gNB Still NR-UE does not build and eNB segs fault at start of program Signed-off-by:
Raphael Defosseux <raphael.defosseux@eurecom.fr>
-
- 28 Nov, 2019 1 commit
-
-
Francesco Mani authored
-
- 21 Nov, 2019 1 commit
-
-
Florian Kaltenberger authored
-
- 05 Nov, 2019 1 commit
-
-
magounak authored
-
- 04 Nov, 2019 1 commit
-
-
laurent authored
-
- 08 Oct, 2019 4 commits
-
-
yilmazt authored
-
laurent authored
-
Raymond Knopp authored
-
laurent authored
-
- 04 Oct, 2019 1 commit
-
-
yilmazt authored
-
- 23 Sep, 2019 1 commit
-
-
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)
-
- 16 Sep, 2019 1 commit
-
-
Javier Morgade authored
-reference config files updated 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>
-
- 14 Sep, 2019 3 commits
-
-
Javier Morgade authored
-Refence config file cleanup 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>
-
Javier Morgade authored
2. Dedicated MBMS tasks manager: -If MBMS gets enabled through softmodem config file it will launch SCTP task (to check with S1 interface) 3. "On the flight" dynamic RU configuration update mechanism implemented 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>
-
Raymond Knopp authored
-
- 05 Sep, 2019 1 commit
-
-
Raymond Knopp authored
-
- 27 Aug, 2019 1 commit
-
-
laurent authored
Remove useless differences with regular OAI, enhance the build to be compatible with regular binaries
-