Commit 92bf2133 authored by Haruki NAOI's avatar Haruki NAOI

Fix: basic-sim and ue-ethernet compile error.

parent 31821838
...@@ -61,7 +61,7 @@ volatile int log_mem_write_flag=0; ...@@ -61,7 +61,7 @@ volatile int log_mem_write_flag=0;
volatile int log_mem_write_side=0; volatile int log_mem_write_side=0;
char __log_mem_filename[1024]={0}; char __log_mem_filename[1024]={0};
char * log_mem_filename = &__log_mem_filename[0]; char * log_mem_filename = &__log_mem_filename[0];
char logmem_filename[1024] = {0};
mapping log_level_names[] = { mapping log_level_names[] = {
{"error", OAILOG_ERR}, {"error", OAILOG_ERR},
......
...@@ -30,3 +30,4 @@ extern mapping log_maskmap[]; ...@@ -30,3 +30,4 @@ extern mapping log_maskmap[];
extern int log_mem_flag; extern int log_mem_flag;
extern char * log_mem_filename; extern char * log_mem_filename;
extern char logmem_filename[1024];
...@@ -142,7 +142,6 @@ static int8_t threequarter_fs=0; ...@@ -142,7 +142,6 @@ static int8_t threequarter_fs=0;
uint32_t downlink_frequency[MAX_NUM_CCs][4]; uint32_t downlink_frequency[MAX_NUM_CCs][4];
int32_t uplink_frequency_offset[MAX_NUM_CCs][4]; int32_t uplink_frequency_offset[MAX_NUM_CCs][4];
char logmem_filename[1024] = {0};
// This is a dummy declaration (dlsch_demodulation.c is no longer compiled for eNodeB) // This is a dummy declaration (dlsch_demodulation.c is no longer compiled for eNodeB)
int16_t dlsch_demod_shift = 0; int16_t dlsch_demod_shift = 0;
......
...@@ -71,6 +71,7 @@ ...@@ -71,6 +71,7 @@
#include "PHY_INTERFACE/phy_interface_vars.h" #include "PHY_INTERFACE/phy_interface_vars.h"
#include "common/utils/LOG/log.h" #include "common/utils/LOG/log.h"
#include "common/utils/LOG/log_extern.h"
#include "UTIL/OTG/otg_tx.h" #include "UTIL/OTG/otg_tx.h"
#include "UTIL/OTG/otg_externs.h" #include "UTIL/OTG/otg_externs.h"
#include "UTIL/MATH/oml.h" #include "UTIL/MATH/oml.h"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment