- 02 Jun, 2017 12 commits
-
-
Cédric Roux authored
-
Cédric Roux authored
- rename UE_NO_LOG to DISABLE_LOG_X because the name is misleading. The full software is impacted, not only the UE part - same for compilation option ---ue-no-log that becomes --disable-log - keep LOG_X for the standard case, that is the case without DISABLE_LOG_X where printf has been put. Two reasons: * printf is not realtime friendly * keep behavior similar for other users who may be troubled by different logs that don't add any benefit to previous logs
-
Cédric Roux authored
-
Cédric Roux authored
-
Cédric Roux authored
-
Cédric Roux authored
-
Cédric Roux authored
-
Cédric Roux authored
-
Bilel authored
-
Cédric Roux authored
The port to use should be 2152, not 2153.
-
tctalcatel authored
-
tctalcatel authored
-
- 31 May, 2017 2 commits
-
-
tctalcatel authored
-
tctalcatel authored
-
- 29 May, 2017 2 commits
- 24 May, 2017 1 commit
-
-
Bilel authored
-
- 23 May, 2017 3 commits
-
-
Cédric Roux authored
-
Cédric Roux authored
We want the log in case of failure also for the case: if (nCCE + (1<<dci_alloc->L) > nCCE_max)
-
Cédric Roux authored
We have to not only ensure that the CCE is free but also that it's below the number of availables CCEs with respect to the current PDCCH size.
-
- 22 May, 2017 7 commits
-
-
Gabriel authored
-
Cédric Roux authored
-
Gabriel authored
-
Cédric Roux authored
develop_integration_w20 into develop Summary of changes: - bug fixes * UE TDD fixes * PDCCH size computation (at phy level, still to be corrected at mac level) * DAI increment * fix run_enb_ue_virt_noS1 and run_enb_ue_virt_s1 to use Rel14 and have --xforms to work * compilation warning removals * better oaisim logging (print UE security keys, print version (git commit ID) at runtime, print working directory) See merge request !190
-
Cédric Roux authored
-
Cédric Roux authored
-
Cédric Roux authored
-
- 19 May, 2017 13 commits
-
-
Cédric Roux authored
-
Cédric Roux authored
-
Cédric Roux authored
-
Cédric Roux authored
-
Cédric Roux authored
-
Cédric Roux authored
Problems reported by Jorge Muñoz Castañer <jorgem@gti.uvigo.es>. - use Rel14 binaries (those are produced by default) - let -x option work to have graphical output - fix VCD missing 'echo'
-
Cédric Roux authored
we can compute CCE_max_used_index out of the loop.
-
Cédric Roux authored
get_nCCE returns the number of available CCEs. We can put the CCEs numbers [ 0 .. get_nCCE-1 ], so we need to use <, not <=.
-
Gabriel authored
-
Cédric Roux authored
-
Gabriel authored
-
Bilel authored
config 4 tested with Amarisoft
-
Gabriel authored
--ue-trace : Enabling UE trace for debug --ue-timing : Enabling UE timing trace --ue-no-log : Disabling all LOG_X traces
-