Commit eae2fe85 authored by Raymond Knopp's avatar Raymond Knopp

git-svn-id: http://svn.eurecom.fr/openair4G/trunk@5500 818b1a75-f10b-46b9-bf7c-635c3b92a50f
parent 9aafba24
...@@ -216,7 +216,7 @@ static char *itti_dump_file = NULL; ...@@ -216,7 +216,7 @@ static char *itti_dump_file = NULL;
double tx_gain = 50; double tx_gain = 50;
double rx_gain = 30; double rx_gain = 30;
double bw = 14e6;
#ifndef USRP #ifndef USRP
static unsigned int rxg_max[4] = {133,133,133,133}; static unsigned int rxg_max[4] = {133,133,133,133};
...@@ -226,8 +226,10 @@ static int tx_max_power = 0; ...@@ -226,8 +226,10 @@ static int tx_max_power = 0;
double sample_rate=30.72e6; double sample_rate=30.72e6;
#else #else
double tx_gain = 50; static unsigned int rxg_max[4] = {133,133,133,133};
double rx_gain = 30; static unsigned int rxg_med[4] = {127,127,127,127};
static unsigned int rxg_byp[4] = {120,120,120,120};
static int tx_max_power = 0;
double bw = 14e6; double bw = 14e6;
char ref[128] = "internal"; char ref[128] = "internal";
char channels[128] = "0"; char channels[128] = "0";
......
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