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
cadb672d
Commit
cadb672d
authored
Jun 28, 2016
by
Cedric Roux
Browse files
minor bugfix: forgot to update T_init in the example tracee
parent
3d78e5a3
Changes
1
Hide whitespace changes
Inline
Side-by-side
common/utils/T/tracee/tracee.c
View file @
cadb672d
...
...
@@ -6,7 +6,7 @@
int
main
(
void
)
{
int
frame
=
0
;
T_init
(
2021
,
1
);
T_init
(
2021
,
1
,
0
);
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