Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
O
OpenXG-RAN
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
alex037yang
OpenXG-RAN
Commits
8cd5e072
Commit
8cd5e072
authored
Jun 13, 2017
by
vettel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add T messages for Ho
parent
d26fe82c
Changes
8
Show whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
9 additions
and
1 deletion
+9
-1
cmake_targets/CMakeLists.txt
cmake_targets/CMakeLists.txt
+3
-0
common/utils/T/tracer/Makefile
common/utils/T/tracer/Makefile
+1
-1
common/utils/T/tracer/filter/Makefile
common/utils/T/tracer/filter/Makefile
+1
-0
common/utils/T/tracer/gui/Makefile
common/utils/T/tracer/gui/Makefile
+1
-0
common/utils/T/tracer/hacks/Makefile
common/utils/T/tracer/hacks/Makefile
+1
-0
common/utils/T/tracer/logger/Makefile
common/utils/T/tracer/logger/Makefile
+1
-0
common/utils/T/tracer/ue
common/utils/T/tracer/ue
+0
-0
common/utils/T/tracer/view/Makefile
common/utils/T/tracer/view/Makefile
+1
-0
No files found.
cmake_targets/CMakeLists.txt
View file @
8cd5e072
...
...
@@ -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
...
...
common/utils/T/tracer/Makefile
View file @
8cd5e072
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
...
...
common/utils/T/tracer/filter/Makefile
View file @
8cd5e072
CC
=
gcc
CFLAGS
=
-Wall
-g
-pthread
-I
..
CFLAGS
+=
-O3
-ffast-math
-fomit-frame-pointer
OBJS
=
filter.o
...
...
common/utils/T/tracer/gui/Makefile
View file @
8cd5e072
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
\
...
...
common/utils/T/tracer/hacks/Makefile
View file @
8cd5e072
CC
=
gcc
CFLAGS
=
-Wall
-g
-pthread
-DT_TRACER
-I
.
-I
..
CFLAGS
+=
-O3
-ffast-math
-fomit-frame-pointer
LIBS
=
-lX11
-lm
-lpng
-lXft
...
...
common/utils/T/tracer/logger/Makefile
View file @
8cd5e072
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
...
...
common/utils/T/tracer/ue
0 → 100755
View file @
8cd5e072
File added
common/utils/T/tracer/view/Makefile
View file @
8cd5e072
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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment