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
JenRungHuang
openairinterface5G
Commits
30f8ed2d
Commit
30f8ed2d
authored
Oct 03, 2017
by
Cedric Roux
Browse files
bugfix: fix compilation for T
parent
70e30375
Changes
2
Show whitespace changes
Inline
Side-by-side
targets/RT/USER/lte-softmodem.c
View file @
30f8ed2d
...
@@ -684,9 +684,8 @@ static void get_options(void) {
...
@@ -684,9 +684,8 @@ static void get_options(void) {
}
}
#if T_TRACER
#if T_TRACER
int
T_wait
=
1
;
/* by default we wait for the tracer */
int
T_
no
wait
=
0
;
/* by default we wait for the tracer */
int
T_port
=
2021
;
/* default port to listen to to wait for the tracer */
int
T_port
=
2021
;
/* default port to listen to to wait for the tracer */
int
T_dont_fork
=
0
;
/* default is to fork, see 'T_init' to understand */
int
T_dont_fork
=
0
;
/* default is to fork, see 'T_init' to understand */
#endif
#endif
...
@@ -920,7 +919,7 @@ int main( int argc, char **argv )
...
@@ -920,7 +919,7 @@ int main( int argc, char **argv )
#if T_TRACER
#if T_TRACER
T_init
(
T_port
,
T_
wait
,
T_dont_fork
);
T_init
(
T_port
,
1
-
T_no
wait
,
T_dont_fork
);
#endif
#endif
...
...
targets/RT/USER/lte-softmodem.h
View file @
30f8ed2d
...
@@ -190,7 +190,7 @@ extern int16_t dlsch_demod_shift;
...
@@ -190,7 +190,7 @@ extern int16_t dlsch_demod_shift;
extern
int
T_port
;
extern
int
T_port
;
extern
int
T_wait
;
extern
int
T_
no
wait
;
extern
int
T_dont_fork
;
extern
int
T_dont_fork
;
/*------------------------------------------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------------------------------------------*/
...
...
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