Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
oai
openairinterface5G
Commits
3f4f2851
Commit
3f4f2851
authored
Jun 24, 2016
by
Cedric Roux
Browse files
fix the T tracee example, it did not work anymore
parent
1a6c20cf
Changes
2
Show whitespace changes
Inline
Side-by-side
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