- 06 Jun, 2017 1 commit
-
-
Cedric Roux authored
develop_integration_w22 into develop Summary of changes: - UE: * TDD multiplexing * TDD autotest * bug fixes: power control management for Msg3, logging - eNB: * CCE allocation fixes * S1U port in some configuration files set to 2152 (was 2153) - support for RedHat enterprise linux 7 and derivatives (CentOS, ...) (work provided by RedHat) See merge request !198
-
- 02 Jun, 2017 15 commits
-
-
Cedric Roux authored
Merge remote-tracking branch 'origin/feature-143-support-enterprise-linux-7' into develop_integration_w22
-
Cedric Roux authored
-
Frank A. Zdarsky authored
Signed-off-by: Frank A. Zdarsky <fzdarsky@redhat.com>
-
Cedric Roux authored
-
Cedric 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
-
Cedric Roux authored
-
Cedric Roux authored
-
Cedric Roux authored
-
Cedric Roux authored
-
Cedric Roux authored
-
Cedric Roux authored
-
hbilel authored
-
Cedric Roux authored
The port to use should be 2152, not 2153.
-
tctalcatel authored
-
tctalcatel authored
-
- 31 May, 2017 4 commits
-
-
Rohit Gupta authored
-
Frank A. Zdarsky authored
Signed-off-by: Frank A. Zdarsky <fzdarsky@redhat.com>
-
tctalcatel authored
-
tctalcatel authored
-
- 29 May, 2017 2 commits
- 24 May, 2017 1 commit
-
-
hbilel authored
-
- 23 May, 2017 3 commits
-
-
Cedric Roux authored
-
Cedric Roux authored
We want the log in case of failure also for the case: if (nCCE + (1<<dci_alloc->L) > nCCE_max)
-
Cedric 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
-
-
gabrielC authored
-
Cedric Roux authored
-
gabrielC authored
-
Cedric 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
-
Cedric Roux authored
-
Cedric Roux authored
-
Cedric Roux authored
-
- 19 May, 2017 7 commits
-
-
Cedric Roux authored
-
Cedric Roux authored
-
Cedric Roux authored
-
Cedric Roux authored
-
Cedric Roux authored
-
Cedric 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'
-
Cedric Roux authored
we can compute CCE_max_used_index out of the loop.
-