Commit 8cd5e072 authored by vettel's avatar vettel

Add T messages for Ho

parent d26fe82c
......@@ -987,6 +987,8 @@ set(SCHED_SRC
${OPENAIR1_DIR}/SCHED/pusch_pc.c
${OPENAIR1_DIR}/SCHED/srs_pc.c
)
#set_source_files_properties(${OPENAIR1_DIR}/SCHED/phy_procedures_lte_eNb.c PROPERTIES COMPILE_FLAGS "-g -O0")
add_library(SCHED_LIB ${SCHED_SRC})
# Layer 1
......@@ -1144,6 +1146,7 @@ set(L2_SRC
${RRC_DIR}/rrc_common.c
${RRC_DIR}/L2_interface.c
)
#set_source_files_properties(${RRC_DIR}/rrc_eNB.c PROPERTIES COMPILE_FLAGS "-g -O0")
set (MAC_SRC
${MAC_DIR}/lte_transport_init.c
${MAC_DIR}/main.c
......
CC=gcc
CFLAGS=-Wall -g -pthread -DT_TRACER -I.
#CFLAGS += -O3 -ffast-math -fomit-frame-pointer
CFLAGS += -O3 -ffast-math -fomit-frame-pointer
LIBS=-lX11 -lm -lpng -lXft
......
CC=gcc
CFLAGS=-Wall -g -pthread -I..
CFLAGS += -O3 -ffast-math -fomit-frame-pointer
OBJS=filter.o
......
CC=gcc
CFLAGS=-Wall -g -pthread -I/usr/include/X11/Xft -I/usr/include/freetype2
CFLAGS += -O3 -ffast-math -fomit-frame-pointer
OBJS=init.o loop.o toplevel_window.o x.o container.o widget.o \
gui.o label.o textarea.o event.o xy_plot.o textlist.o notify.o \
......
CC=gcc
CFLAGS=-Wall -g -pthread -DT_TRACER -I. -I..
CFLAGS += -O3 -ffast-math -fomit-frame-pointer
LIBS=-lX11 -lm -lpng -lXft
......
CC=gcc
CFLAGS=-Wall -g -pthread -I..
CFLAGS += -O3 -ffast-math -fomit-frame-pointer
OBJS=logger.o textlog.o framelog.o ttilog.o timelog.o ticklog.o iqlog.o \
iqdotlog.o ticked_ttilog.o throughputlog.o
......
CC=gcc
CFLAGS=-Wall -g -pthread -I.. -I../logger
CFLAGS += -O3 -ffast-math -fomit-frame-pointer
OBJS=stdout.o textlist.o xy.o tti.o time.o ticktime.o scrolltti.o
......
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