An error occurred fetching the project authors.
- 24 Feb, 2021 1 commit
-
-
Cedric Roux authored
Minimalist gnb tracer to trace (for the moment) rxdataF when some decoding for PUCCH or PUSCH has been done. Important: T_BUFFER_MAX and T_CACHE_SIZE have been changed. T_BUFFER_MAX is twice as big as before. T_CACHE_SIZE has been devided by two. Globally, the memory usage of the T tracer is the same, but since we divided by two the number of buffers in the cache, we may hit some realtime problems if all the buffers are busy at some point. The simple solution would be to use 8192*2 for T_CACHE_SIZE as it was, but then we double the memory usage of the T tracer. This, or another solution, to be defined.
-
- 12 Oct, 2020 1 commit
-
-
Mahesh K authored
This commit contains work done by Eurecom and by Benetel.
-
- 06 Aug, 2020 1 commit
-
-
- 01 Jun, 2020 1 commit
-
-
- 13 May, 2020 1 commit
-
-
- 05 Mar, 2020 2 commits
-
-
WANG Tsu-Han authored
-
WANG Tsu-Han authored
-
- 22 Jan, 2020 1 commit
-
-
Raymond Knopp authored
-
- 04 Nov, 2019 1 commit
-
-
Wang Tsu-Han authored
-
- 14 Oct, 2019 1 commit
-
-
Rakesh authored
-
- 14 Sep, 2019 1 commit
-
-
javier.morgade@ieee.org authored
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@ieee.org <javier.morgade@ieee.org>
-
- 09 Sep, 2019 1 commit
-
-
Wang Tsu-Han authored
-
- 29 Aug, 2019 1 commit
-
-
Khalid Ahmed authored
-
- 28 Aug, 2019 1 commit
-
-
Khalid Ahmed authored
-
- 23 Aug, 2019 1 commit
-
-
Khalid Ahmed authored
-
- 18 Jun, 2019 1 commit
-
-
Raphael Defosseux authored
Signed-off-by:
Raphael Defosseux <raphael.defosseux@eurecom.fr>
-
- 11 Jun, 2019 1 commit
-
-
WANG Tsu-Han authored
-
- 11 Apr, 2019 1 commit
-
-
Javier Morgade authored
-
- 04 Apr, 2019 1 commit
-
-
Louis Adrien Dufrene authored
-
- 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.
-
- 21 Dec, 2018 1 commit
-
-
magounak authored
-
- 19 Dec, 2018 1 commit
-
-
magounak authored
-
- 17 Dec, 2018 1 commit
-
-
magounak authored
-
- 10 Dec, 2018 1 commit
-
-
magounak authored
-
- 27 Nov, 2018 1 commit
-
-
magounak authored
-
- 06 Nov, 2018 1 commit
-
-
Wang Tsu-Han authored
-
- 02 Nov, 2018 1 commit
-
-
magounak authored
-
- 30 Oct, 2018 1 commit
-
-
magounak authored
Changes after the merge with L1_renaming in order to work at least in FDD mode. We need to handle the RU_mask_tx for TDD mode.
-
- 11 Oct, 2018 1 commit
-
-
magounak authored
-
- 09 Oct, 2018 2 commits
- 17 Aug, 2018 1 commit
-
-
Cedric Roux authored
- 'busy' has to be handled in a more atomic fashion to avoid crazy runtime race conditions - the basic simulator is too fast sometimes; rewrite the accesses to the T cache to avoid there again crazy behaviors Hopefully that's better...
-
- 13 Aug, 2018 1 commit
-
-
Cedric Roux authored
Don't use shm anymore. Use mmap directly.
-
- 10 Aug, 2018 1 commit
-
-
Wang Tsu-Han authored
Conflicts: common/utils/T/T_messages.txt openair1/SCHED/ru_procedures.c targets/RT/USER/lte-enb.c
-
- 30 Jul, 2018 1 commit
-
-
Wang Tsu-Han authored
-
- 20 Jul, 2018 1 commit
-
-
Cedric Roux authored
-
- 02 May, 2018 1 commit
-
-
Cedric Roux authored
This commit introduces a 'basic simulator'. This basic simulator is made of: - the standard eNB code using a special driver that mimics the USRP driver - the standard UE code using a special driver that mimics the USRP driver - no channel simulation - some special code to deal with faster-than-realtime behaviour of this basic simulator It connects one UE to one eNB. It requires an EPC, populated with the correct configuration for the UE. This is the initial release and may contain bugs (most probably race conditions due to the faster-than-realtime behaviour). To use it, see the documentation at: targets/ARCH/tcp_bridge/README.tcp_bridge_oai. It has been tested with 25, 50 and 100 RBs, FDD mode. (No check at all has been done to know if it could work in TDD mode.)
-
- 12 Apr, 2018 1 commit
-
-
Cedric Roux authored
-
- 06 Apr, 2018 1 commit
-
-
Raymond Knopp authored
-
- 05 Apr, 2018 1 commit
-
-
Raymond Knopp authored
-