- Sep 19, 2017
-
-
Raymond Knopp authored
-
- Sep 14, 2017
-
-
Raymond Knopp 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 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)
-
- 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
-
Raymond.Knopp authored
-
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
-
Raymond Knopp authored
-
- May 22, 2017
-
-
Cedric Roux authored
-
Cedric Roux authored
-
- May 18, 2017
-
-
Cedric Roux authored
those popped up thanks to previous commit
-
Cedric Roux authored
- print current working directory - print git version (if available) - print security keys this last one is a security breach, but as of today it's not a problem
-
- May 15, 2017
-
-
Cedric Roux authored
No need for this special case. Plus, it fails with the work from Nokia on compilation cleanup.
-
- May 12, 2017
-
-
gabrielC authored
---------------------------------------------------------- bug 29 Ttile: FDD should be TDD. Bug Location: switch (oai_emulation.info.frame_type[0]) { case FDD: frame_type = "FDD"; break; case TDD: frame_type = "FDD"; break; } ----------------------------------------------------------
-
gabrielC authored
---------------------------------------------------------- bug 18 Ttile: Probably he/she wants to copy the contents of arrays, but this coding doesn't copy anything, moreover index overflow occurs. Bug Location: u2e_t[UE_id][eNB_id]->tx_data[3]=tx[eNB_id][3]; u2e_t[UE_id][eNB_id]->rx_data[3]=rx[NB_eNB_INST+UE_id][3]; Note: Detected by CppCheck ---------------------------------------------------------- bug 19 Title: Probably he/she wants to copy the contents of arrays, but this coding doesn't copy anything, moreover index overflow occurs. Bug Location: e2u_t[eNB_id][UE_id]->tx_data[3]=tx[NB_eNB_INST+UE_id][3]; e2u_t[eNB_id][UE_id]->rx_data[3]=rx[eNB_id][3]; Note: Detected by CppCheck ---------------------------------------------------------- bug 20 Title: Probably he/she wants to copy the contents of arrays, but this coding doesn't copy anything, moreover index overflow occurs. Bug Location: tx_data[3]=cthread->tx_data[3]; rx_data[3]=cthread->rx_data[3]; Note: Detected by CppCheck ----------------------------------------------------------
-
- May 03, 2017
-
-
gabrielC authored
-
- Apr 25, 2017
-
-
Raymond Knopp authored
-
- Apr 24, 2017
-
-
gabrielC authored
-
- Apr 18, 2017
-
-
Raymond Knopp authored
-
Raymond Knopp authored
-
Cedric Roux authored
- RBs set to 25 - disable SRS
-
- Apr 17, 2017
-
-
Raymond Knopp authored
-
Raymond Knopp authored
-
- Apr 10, 2017
-
-
Cedric Roux authored
Using "system" to call "git log" is too error-prone. In the test setup, lte-softmodem was blocked because "git log" uses a pager ("less") and the pager was waiting for the user to press enter. We could pass "--no-pager" to "git log" but then what if someone runs the softmodem out of the source tree? cmake defines PACKAGE_VERSION, we can use that instead, as is done in openair-cn.
-
- Apr 03, 2017
-
-
gabrielC authored
-
- Mar 27, 2017
-
-
Wilson Thong authored
-
Wilson Thong authored
-