An error occurred fetching the project authors.
- 25 Feb, 2022 1 commit
-
-
Robert Schmidt authored
-
- 27 Jan, 2022 1 commit
-
-
Robert Schmidt authored
-
- 10 Jan, 2022 1 commit
-
-
Laurent THOMAS authored
-
- 01 Jun, 2021 1 commit
-
-
Raymond Knopp authored
-
- 26 Mar, 2021 1 commit
-
-
Laurent THOMAS authored
-
- 18 Mar, 2021 1 commit
-
-
Raymond Knopp authored
-
- 13 Mar, 2021 3 commits
-
-
Raymond Knopp authored
-
Raymond Knopp authored
-
magounak authored
-
- 23 Feb, 2021 1 commit
-
-
Raymond Knopp authored
-
- 01 Feb, 2021 1 commit
-
-
Florian Kaltenberger authored
fixing benetel4g driver by setting ru->has_ctrl_prt =1 and thus starting the RU control thread, which is required for the 4G RRU. In the future we should revisit this and harmonize with the 5G version.
-
- 24 Jan, 2021 1 commit
-
-
Raymond Knopp authored
-
- 09 Jan, 2021 2 commits
-
-
Raymond Knopp authored
2 ANT TX/RX for USRP, updates
-
Raymond Knopp authored
-
- 06 Jan, 2021 1 commit
-
-
Raymond Knopp authored
-
- 25 Dec, 2020 2 commits
-
-
Raymond Knopp authored
-
Raymond Knopp authored
-
- 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
-
- 12 Oct, 2020 1 commit
-
-
Mahesh K authored
This commit contains work done by Eurecom and by Benetel.
-
- 06 Sep, 2020 1 commit
-
-
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 Aug, 2020 1 commit
-
-
Cedric Roux authored
This commit contains work done by Eurecom and by Benetel.
-
- 06 Aug, 2020 1 commit
-
-
- 13 Jul, 2020 1 commit
-
-
magounak authored
-
- 30 Jun, 2020 1 commit
-
-
Raymond Knopp authored
-
- 18 Jun, 2020 3 commits
-
-
Raymond Knopp authored
-
magounak authored
-
WANG Tsu-Han authored
-
- 17 Jun, 2020 1 commit
-
-
Raymond Knopp 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
-