Commit 12b668e9 authored by Florian Kaltenberger's avatar Florian Kaltenberger

fixing a bug in ue-scan-carrier

parent 9b52620f
...@@ -641,13 +641,13 @@ static void UE_synch(void *arg) { ...@@ -641,13 +641,13 @@ static void UE_synch(void *arg) {
if (UE->mode != loop_through_memory) if (UE->mode != loop_through_memory)
UE->rfdevice.trx_set_freq_func(&UE->rfdevice,&openair0_cfg[0],0); UE->rfdevice.trx_set_freq_func(&UE->rfdevice,&openair0_cfg[0],0);
} }
}
break;
break; case si:
default:
break;
case si:
default:
break;
}
} }
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment