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
99b52190
Commit
99b52190
authored
Mar 24, 2017
by
Cédric Roux
Browse files
compilation warning removal
parent
69774297
Changes
1
Hide whitespace changes
Inline
Side-by-side
targets/SIMU/USER/oaisim_functions.c
View file @
99b52190
...
...
@@ -1016,8 +1016,8 @@ int eNB_trx_stop(openair0_device *device) {
int
UE_trx_start
(
openair0_device
*
device
)
{
return
(
0
);
}
int
UE_trx_end
(
openair0_device
*
device
)
{
return
(
0
)
;
void
UE_trx_end
(
openair0_device
*
device
)
{
return
;
}
int
UE_trx_stop
(
openair0_device
*
device
)
{
return
(
0
);
...
...
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