Commit 098afe9e authored by winckel's avatar winckel

Fixed some issue with XFORMS option.

git-svn-id: http://svn.eurecom.fr/openair4G/trunk@5044 818b1a75-f10b-46b9-bf7c-635c3b92a50f
parent 82f5bff3
...@@ -240,6 +240,7 @@ static runmode_t mode; ...@@ -240,6 +240,7 @@ static runmode_t mode;
static int rx_input_level_dBm; static int rx_input_level_dBm;
#ifdef XFORMS #ifdef XFORMS
extern int otg_enabled; extern int otg_enabled;
static char do_forms = 0;
#else #else
int otg_enabled; int otg_enabled;
#endif #endif
...@@ -342,7 +343,7 @@ void *scope_thread(void *arg) { ...@@ -342,7 +343,7 @@ void *scope_thread(void *arg) {
} }
//printf("doing forms\n"); //printf("doing forms\n");
sleep(0.1); usleep(1000000);
} }
//fclose (UE_stats); //fclose (UE_stats);
...@@ -1285,9 +1286,6 @@ int main(int argc, char **argv) { ...@@ -1285,9 +1286,6 @@ int main(int argc, char **argv) {
u8 beta_ACK=0,beta_RI=0,beta_CQI=2; u8 beta_ACK=0,beta_RI=0,beta_CQI=2;
#endif #endif
#ifdef XFORMS
char do_forms=0;
#endif
#ifdef ENABLE_TCXO #ifdef ENABLE_TCXO
unsigned int tcxo = 114; unsigned int tcxo = 114;
#endif #endif
......
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