- 09 Aug, 2017 2 commits
- 04 Aug, 2017 5 commits
-
-
Anta Huang authored
-
Anta Huang authored
-
shahab authored
-
shahab authored
-
shahab authored
-
- 25 Jul, 2017 1 commit
-
-
shahab authored
-
- 20 Jul, 2017 1 commit
-
-
Anta Huang authored
-
- 08 Jun, 2017 1 commit
-
-
shahab authored
-
- 02 Jun, 2017 2 commits
-
-
Frank Zdarsky authored
Signed-off-by:
Frank A. Zdarsky <fzdarsky@redhat.com>
-
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
-
- 23 May, 2017 4 commits
-
-
shahab authored
-
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 4 commits
-
-
shahab authored
-
Gabriel authored
-
Cedric Roux authored
-
Cedric Roux authored
-
- 19 May, 2017 3 commits
-
-
Gabriel authored
-
Gabriel authored
--ue-trace : Enabling UE trace for debug --ue-timing : Enabling UE timing trace --ue-no-log : Disabling all LOG_X traces
-
ECHIGOYA Toru authored
-
- 18 May, 2017 8 commits
-
-
shahab authored
-
shahab authored
-
Cedric Roux authored
force j to -1, there is a compilation warning with the T tracer (variable may be used uninitialized)
-
Cedric Roux authored
It seems that ciphering_algorithm is "unsigned int" in RRC Rel10 and "unsigned long" in RRC Rel14 (as processed by asn1c) Let's force it to unsigned long in the log to avoid compilation-time warnings.
-
shahab authored
-
Cedric Roux authored
those popped up thanks to previous commit
-
Cedric Roux authored
Seems like this commit got lost at some point. Here was the message: ----------------------------------------------------------------------------- Author: Cedric Roux <cedric.roux@eurecom.fr> Date: Tue Jan 10 14:21:02 2017 +0100 add format indicator to get LOG_X warnings The LOG_X macros emit a lot of warnings when compiling with the T because they call the function logRecord (or logRecord_mt) which has not been "marked" as calling printf, so gcc won't emit typical printf warnings. With the T, they directly translate to sprintf, so those warnings pop up, much more verbose due to several macro expansions. Let's make them pop up all the time so it's easier to fix them. -----------------------------------------------------------------------------
-
Cedric Roux authored
-
- 15 May, 2017 1 commit
-
-
Cedric Roux authored
-
- 13 May, 2017 1 commit
-
-
Cedric Roux authored
We have to test that all active CCs of a given UE exist in the PHY layer. Maybe not the end of the story...
-
- 12 May, 2017 3 commits
-
-
Tien-Thinh Nguyen authored
fix the errors related to multiple carriers (for a given UE considering only the CCs which this UE belongs to)
-
---------------------------------------------------------- bug 26 Ttile: g_buffer has only 32 index, but he/she tries to zero clear 1024 index. Bug Location: static uint8_t g_buffer[32]; : memset (g_buffer, 0, 1024); Note: Detected by CppCheck ----------------------------------------------------------
-
Note: this fix does not solve the issue with how this buffer is used in this function, but I'm not sure this code is used at all (Cédric Roux). ---------------------------------------------------------- bug 21 Ttile: PAYLOAD_MAX=1500, so this coding results in index overflow. Additionally, operator "!=" just compairs something, this coding is meaningless. Bug Location: buffer[PAYLOAD_MAX] != '\0'; Note: Detected by CppCheck ----------------------------------------------------------
-
- 10 May, 2017 1 commit
-
-
shahab authored
-
- 03 May, 2017 1 commit
-
-
fnabet authored
-
- 27 Apr, 2017 1 commit
-
-
shahab authored
-
- 26 Apr, 2017 1 commit
-
-
shahab authored
-