- Jan 31, 2018
-
-
Robert Schmidt authored
- add function free_td() -> complements init_td() [seems to not be used, added for completeness] - add function free_td8() -> undoes init_td8() [free memory of 8-bit LLR Turbo decoder] - add function free_td16() -> undoes init_td16() [free memory of 16-bit LLR Turbo decoder] - change function free_tdavx216() -> undoes init_tdavx216() [free memory of 16-bit LLR Turbo decoder, AVX2 version] - add free_lte_top() -> frees memory allocated by init_lte_top() - change free_ul_ref_sigs() to set freed pointers to NULL - add method free_transport() -> frees memory of ULSCH/DLSCH transport channels - use the above functions when stopping/restarting the lte-softmodem
-
Robert Schmidt authored
this methods free the memory that is allocated by the functions phy_init_RU() and phy_init_lte_eNB()
-
Robert Schmidt authored
Through configuration, the lte-softmodem can be halted to await a reconfiguration from the lte-softmodem. A mutex and condition variable are used to implement this. Furthermore, the dependance of lte-softmodem.c on FlexRAN has been reduced to one include and the flexran_agent_start() call.
-
Robert Schmidt authored
-
Robert Schmidt authored
- add set_function_spec_param() which configures RU_t instance depending on its function(al split) - export more functions like kill_RU_proc() so that they can be reused by restart functionality
-
Robert Schmidt authored
-
Robert Schmidt authored
-
Robert Schmidt authored
-
- Jan 24, 2018
-
-
Robert Schmidt authored
-
Robert Schmidt authored
-
- Dec 14, 2017
-
-
Robert Schmidt authored
-
Robert Schmidt authored
-
Robert Schmidt authored
- lock with mutexes - don't start ENB_APP task, but Agent directly and wait in case of reconfiguration
-
Robert Schmidt authored
-
Robert Schmidt authored
-
Robert Schmidt authored
- {restart,stop}_L1L2() in lte-softmodem.c - add function start_phy_rrc() in enb_app.{c,h}, accessible from outside - will be used to restart PHY and RRC when lte-softmodem is restarted use only one FlexRAN wait function
-
Robert Schmidt authored
-
Robert Schmidt authored
-
Navid Nikaein authored
-
- Dec 01, 2017
-
-
Raymond Knopp authored
Conflicts: targets/DOCS/oai_L1_L2_procedures.pdf
-
- Nov 30, 2017
-
-
Florian Kaltenberger authored
making oaisim_nos1 compile
-
- Nov 28, 2017
-
-
Florian Kaltenberger authored
-
- Nov 23, 2017
-
-
Florian Kaltenberger authored
-
- Nov 22, 2017
-
-
oai authored
-
Florian Kaltenberger authored
-
Florian Kaltenberger authored
-
Florian Kaltenberger authored
-
- Nov 17, 2017
-
-
Raymond Knopp authored
-
- Nov 14, 2017
-
-
bruno mongazon authored
-
Raymond Knopp authored
-
- Nov 13, 2017
-
-
Raymond Knopp authored
-
- Nov 04, 2017
-
-
Raymond Knopp authored
-
- Oct 23, 2017
-
-
Cedric Roux authored
-
- Oct 22, 2017
-
-
Raymond Knopp authored
-
Raymond Knopp authored
-
- Oct 20, 2017
-
-
Raymond Knopp authored
-
Raymond Knopp authored
-
Cedric Roux authored
basically the T_xx variables are int, not uint
-
- Oct 19, 2017
-
-
Cedric Roux authored
phy_init_lte_ue_signal was renamed init_lte_ue_signal in openair1/PHY/INIT/defs.h maybe it's the opposite that should have been done? Functions used in one file and defined in another may have been declared in the wrong header file.
-
Raymond Knopp authored
modifications for TDD and IF4p5 (in particular TDD). Both in RRU and RAU components. Monolithic is unchanged.
-