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
promise
OpenXG-RAN
Commits
3f4f2851
Commit
3f4f2851
authored
Jun 24, 2016
by
Cedric Roux
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix the T tracee example, it did not work anymore
parent
1a6c20cf
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
common/utils/T/tracee/Makefile
common/utils/T/tracee/Makefile
+1
-1
common/utils/T/tracee/tracee.c
common/utils/T/tracee/tracee.c
+1
-1
No files found.
common/utils/T/tracee/Makefile
View file @
3f4f2851
...
...
@@ -2,7 +2,7 @@ CC=gcc
CFLAGS
=
-Wall
-g
-pthread
-DT_TRACER
-I
.
PROG
=
tracee
OBJS
=
tracee.o ../T.o
OBJS
=
tracee.o ../T.o
../local_tracer.o
$(PROG)
:
$(OBJS)
$(CC)
$(CFLAGS)
-o
$(PROG)
$(OBJS)
-lrt
...
...
common/utils/T/tracee/tracee.c
View file @
3f4f2851
...
...
@@ -6,7 +6,7 @@
int
main
(
void
)
{
int
frame
=
0
;
T_
connect_to_tracer
(
"127.0.0.1"
,
2020
);
T_
init
(
2021
,
1
);
while
(
1
)
{
getchar
();
T
(
T_ENB_PHY_PUCCH_1AB_IQ
,
T_INT
(
0
),
T_INT
(
0
),
T_INT
(
frame
),
T_INT
(
0
),
T_INT
(
0
),
T_INT
(
0
));
...
...
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