An error occurred fetching the project authors.
- 01 Feb, 2021 1 commit
-
-
Khodr Saaifan authored
-
- 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
-
- 15 Jan, 2018 1 commit
-
-
Cedric Roux authored
This commit fixes issues introduced by the previous commit. Summary of work: - cleanup: - fix LOG_XX to be less verbose - fix cmake_targets/CMakeLists.txt - fix oaienv - remove dead code - bug fixes: - in openair1/SCHED/fapi_l1.c we had: eNB->pdcch_vars[subframe&1].num_dci = number_dci; should be: eNB->pdcch_vars[subframe&1].num_dci = 0; This bug let the PHY send more DCIs than what should have been sent because num_dci is incremented later on in the code. This fix may be a problem for fapi mode, to be checked. - add new T VCD traces - revert openair1/PHY/TOOLS/file_output.c to 'develop' version - remove thread_id in logRecord/logRecord_mt - revert (and adapt) configuration files - be careful when doing frame++, we need to % 1024 - revert target_rx_power in openair2/LAYER2/MAC/eNB_scheduler_ulsch.c - NFAPI: - the open-nFAPI code has been included in the repository. See nfapi/README. Maybe we should "git clone" the Cisco repository instead. We have to be careful of availability though. What has been tested: - monolithic eNB FDD 5/10MHz with one UE, iperf UDP/TCP uplink/downlink Anything else may fail to work, especially the FAPI mode, which has not been tested at all.
-