Changed default pdsch_enodeb amplitude to 0.8

This commit is contained in:
ismagom 2015-04-08 19:03:55 +01:00
parent 29ae13e1e0
commit cb05db2bd1
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ uint32_t mcs_idx = 1, last_mcs_idx = 1;
int nof_frames = -1;
char *uhd_args = "";
float uhd_amp = 0.03, uhd_gain = 70.0, uhd_freq = 2400000000;
float uhd_amp = 0.8, uhd_gain = 70.0, uhd_freq = 2400000000;
bool null_file_sink=false;
srslte_filesink_t fsink;