- Apr 12, 2018
-
-
Cedric Roux authored
-
- Jan 19, 2018
-
-
Cedric Roux authored
-
- Jan 15, 2018
-
-
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.
-
- Oct 23, 2017
-
-
Cedric Roux authored
-
- Sep 27, 2017
-
-
Cedric Roux authored
not finished, UE may not work, many things bad/to fix properly
-
- Aug 29, 2017
-
-
Cedric Roux authored
-
Cedric Roux authored
- ENB_PHY_OUTPUT_SIGNAL to trace output signal - ENB_MAC_SCHEDULING_REQUEST to trace scheduling requests
-
- May 19, 2017
-
-
Cedric Roux authored
-
- Jan 30, 2017
-
-
Cedric Roux authored
we want those traces in the logs people send to us and the group HEAVY is disabled in the wiki instructions.
-
Cedric Roux authored
looks better
-
Cedric Roux authored
-
- Dec 22, 2016
-
-
hbilel authored
-
- Dec 19, 2016
-
-
hbilel authored
-
hbilel authored
-
Cedric Roux authored
-
- Dec 12, 2016
-
-
Chia-Yu Chang authored
-
- Dec 05, 2016
-
-
Cedric Roux authored
-
- Nov 30, 2016
-
-
Cedric Roux authored
- add mcs to ENB_PHY_DLSCH_UE_DCI - add mcs, round, first_rb, nb_rb, TBS to ENB_PHY_ULSCH_UE_DCI
-
- Nov 22, 2016
-
-
Cedric Roux authored
add ndi to trace ENB_MAC_UE_DL_SDU
-
Cedric Roux authored
- Msg3 allocation - initiation of Random Access procedure
-
- Nov 18, 2016
-
-
Cedric Roux authored
-
- Oct 18, 2016
-
-
Cedric Roux authored
The VCD traces have changed. This commit gets in synch with current status.
-
- Jul 27, 2016
-
-
Cedric Roux authored
-
- Jun 23, 2016
-
-
Cedric Roux authored
-
- Jun 20, 2016
-
-
Cedric Roux authored
-
- Jun 16, 2016
-
-
Cedric Roux authored
-
Cedric Roux authored
-
Cedric Roux authored
-
- Jun 10, 2016
-
-
Cedric Roux authored
to be refined, it's rough
-
- Jun 09, 2016
-
-
Cedric Roux authored
- update T_messages.txt - update call sites of the T for thoses traces
-
Cedric Roux authored
-
- Jun 06, 2016
-
-
Cedric Roux authored
-
- May 27, 2016
-
-
Cedric Roux authored
-
- May 25, 2016
-
-
Cedric Roux authored
- adding T macros here and there - modify the T_messages.txt - modify enb.c to trace them in the RRC view
-
Cedric Roux authored
plus add rrc connection setup complete tracing
-
- May 20, 2016
-
-
Cedric Roux authored
-
Cedric Roux authored
-
- May 17, 2016
-
-
Cedric Roux authored
-
Cedric Roux authored
-
Cedric Roux authored
-