mirror of
https://gitlab.eurecom.fr/oai/openairinterface5g.git
synced 2026-07-13 04:30:28 +00:00
added support for 1.5/10/20 MHz. 1.5MHz primary synch is still broken (128-bit alignment issue with 128-point DFTs). 1/2 UEs connection seems to work ok for 10/20 MHz.
git-svn-id: http://svn.eurecom.fr/openair4G/trunk@4024 818b1a75-f10b-46b9-bf7c-635c3b92a50f
This commit is contained in:
@@ -415,7 +415,7 @@ int olg_config() {
|
||||
oai_emulation.info.g_log_level,
|
||||
oai_emulation.info.g_log_verbosity,
|
||||
oai_emulation.emulation_config.log_emu.interval);
|
||||
|
||||
/*
|
||||
// if perf eval then reset the otg log level
|
||||
set_comp_log(PHY, LOG_NONE, 0x15,1);
|
||||
set_comp_log(EMU, LOG_FULL, 0x15,1);
|
||||
@@ -424,7 +424,7 @@ int olg_config() {
|
||||
set_comp_log(OTG, LOG_NONE, 0x15,1);
|
||||
set_comp_log(MAC, LOG_NONE, 0x15,1);
|
||||
set_comp_log(OMG, LOG_NONE, 0x15,1);
|
||||
set_comp_log(OPT, LOG_ERR, 0x15,1);
|
||||
set_comp_log(OPT, LOG_ERR, 0x15,1); */
|
||||
/*
|
||||
set_log(OCG, LOG_DEBUG, 1);
|
||||
set_log(EMU, LOG_INFO, 20);
|
||||
|
||||
Reference in New Issue
Block a user