Skip to content
Snippets Groups Projects
Commit 99b52190 authored by Cédric Roux's avatar Cédric Roux
Browse files

compilation warning removal

parent 69774297
No related branches found
No related tags found
No related merge requests found
......@@ -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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment