- Sep 20, 2017
-
-
Raymond Knopp authored
-
- Sep 19, 2017
-
-
Raymond Knopp authored
-
- Sep 16, 2017
-
-
Raymond Knopp authored
-
- Sep 15, 2017
-
-
Raymond Knopp authored
-
- Sep 14, 2017
-
-
Raymond Knopp authored
-
- Sep 03, 2017
-
-
frtabu authored
-
- Aug 17, 2017
-
-
Raymond Knopp authored
added configuration file for nFAPI PNF (oaiL1) and modifications in startup procedure to initialize L1 only. When executed, it just waits for configuration, which will never come ... Provides and initial framework to integrate NFAPI PNF modules.
-
Raymond Knopp authored
-
Raymond Knopp authored
addition of MPDCCH format 5. X_u_br sequences for BL/CE UE support and bugfixes in rx_prach0 for eMTC.
-
- Aug 15, 2017
-
-
Raymond Knopp authored
-
- Aug 14, 2017
-
-
Raymond Knopp authored
-
- Aug 13, 2017
-
-
Raymond Knopp authored
complete programming of Msg2/Msg4 procedures for eMTC. Addition of skeleton for PUCCH UCI (NFAPI) in L1. Some cleanup of eNB_scheduler.c
-
- Aug 11, 2017
-
-
Raymond Knopp authored
-
- Aug 10, 2017
-
-
Raymond.Knopp authored
-
Raymond Knopp authored
-
Raymond Knopp authored
fixes for RRU/RAU function after changes for monolithic eNB (some things during init were broken for RRU)
-
Raymond Knopp authored
-
- Aug 08, 2017
-
-
Raymond Knopp authored
L1/L2 scheduling extensions for BL/CE operation, BR random-access procedure, BR PRACH detection. Still untested, but compilation succeeds. Missing elements in L2 - PUSCH programming for Msg3, Msg4 retransmission programming for BL/CE. DLSCH/ULSCH programming for UE-specific DLSCH/ULSCH for BL/CE
-
- Jul 25, 2017
-
-
Raymond.Knopp authored
-
- Jul 24, 2017
-
-
Raymond Knopp authored
-
Raymond Knopp authored
-
- Jul 19, 2017
-
-
Raymond Knopp authored
-
- Jul 06, 2017
-
-
Raymond Knopp authored
Note: this commit is work in progress. Contains initial integration of NFAPI data structures which are tested for TX path. RX path to follow.
-
- Jun 04, 2017
-
-
Raymond Knopp authored
-
- May 22, 2017
-
-
Cedric Roux authored
-
Cedric Roux authored
-
- May 18, 2017
-
-
echigoya 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.
-
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
-
- May 15, 2017
-
-
Cedric Roux authored
-
- May 13, 2017
-
-
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...
-
- May 12, 2017
-
-
Tien-Thinh Nguyen authored
fix the errors related to multiple carriers (for a given UE considering only the CCs which this UE belongs to)
-
gabrielC authored
---------------------------------------------------------- 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 ----------------------------------------------------------
-
gabrielC authored
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 ----------------------------------------------------------
-
- May 03, 2017
-
-
fnabet authored
-
- Apr 25, 2017
-
-
Raymond Knopp authored
-
- Apr 18, 2017
-
-
Raymond Knopp authored
-