- Jun 18, 2019
-
-
Raphael Defosseux authored
Signed-off-by:
Raphael Defosseux <raphael.defosseux@eurecom.fr>
-
- Apr 11, 2019
-
-
Dr.-Ing. Javier Morgade authored
-
- Apr 04, 2019
-
-
Louis Adrien Dufrene authored
-
- Jan 07, 2019
-
-
Cédric Roux authored
For whatever reason most of the files had their permission changed from 644 to 755, which is not wanted.
-
- Dec 21, 2018
-
-
magounak authored
-
- Dec 19, 2018
-
-
magounak authored
-
- Dec 17, 2018
-
-
magounak authored
-
- Dec 10, 2018
-
-
magounak authored
-
- Nov 27, 2018
-
-
magounak authored
-
- Nov 02, 2018
-
-
magounak authored
-
- Oct 30, 2018
-
-
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.
-
- Oct 11, 2018
-
-
TheoniJ authored
-
- Oct 09, 2018
- Aug 17, 2018
-
-
Cédric 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...
-
- Aug 13, 2018
-
-
Cédric Roux authored
Don't use shm anymore. Use mmap directly.
-
- Aug 10, 2018
-
-
Wang Tsu-Han authored
Conflicts: common/utils/T/T_messages.txt openair1/SCHED/ru_procedures.c targets/RT/USER/lte-enb.c
-
- Jul 30, 2018
-
-
Wang Tsu-Han authored
-
- Jul 20, 2018
-
-
Cédric Roux authored
-
- May 02, 2018
-
-
Cédric 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.)
-
- Apr 12, 2018
-
-
Cédric Roux authored
-
- Apr 06, 2018
-
-
knopp authored
-
- Apr 05, 2018
-
-
knopp authored
-
- Jan 15, 2018
-
-
Cédric 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.
-
- Oct 23, 2017
-
-
Cédric Roux authored
-
- Aug 29, 2017
-
-
Cédric Roux authored
-
- Aug 14, 2017
-
-
khalid authored
-
- Oct 18, 2016
-
-
Cédric Roux authored
The VCD traces have changed. This commit gets in synch with current status.
-
- Jun 16, 2016
-
-
Cédric Roux authored
-
- May 25, 2016
-
-
Cédric Roux authored
as special events. If we store all received events to a file, this dump is now self-contained. Helps to analyze traces. Some functions have also been factorized in the process, too much duplication. (Also tracer/Makefile was forgotten in previous commit, included in this one...)
-
- May 20, 2016
-
-
Cédric Roux authored
-
- May 11, 2016
-
-
Cédric Roux authored
this calls clock_gettime for each active T macro, hopefully it does not eat too much CPU can be deactivated by commenting one line in T_defs.h
-
- Apr 27, 2016
-
-
Cédric Roux authored
-
- Apr 11, 2016
-
-
Cédric Roux authored
-
- Mar 15, 2016
-
-
Cédric Roux authored
only works for 5MHz (7680 samples per TTI), one transport block (basic FDD thing)
-
- Mar 14, 2016
-
-
Cédric Roux authored
-