Skip to content
GitLab
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
34c303ef
Commit
34c303ef
authored
Mar 24, 2017
by
Cédric Roux
Browse files
compilation warning removal
parent
e9d88a10
Changes
1
Hide whitespace changes
Inline
Side-by-side
targets/RT/USER/rrh_gw.c
View file @
34c303ef
...
...
@@ -197,7 +197,7 @@ static rrh_module_t new_module (unsigned int id) {
openair0_cfg
.
my_port
=
rrh_port
;
LOG_I
(
RRH
,
"UDP mode selected for ethernet.
\n
"
);
}
else
if
(
eth_mode
==
ETH_RAW_MODE
)
{
openair0_cfg
.
my_addr
=
&
rrh_mac
[
0
];
openair0_cfg
.
my_addr
=
(
char
*
)
&
rrh_mac
[
0
];
openair0_cfg
.
my_port
=
rrh_port
;
LOG_I
(
RRH
,
"RAW mode selected for ethernet.
\n
"
);
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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