Commit 5b22d94d authored by Florian Kaltenberger's avatar Florian Kaltenberger

adding special PRB configs

parent f5587fcd
......@@ -999,6 +999,7 @@ void fill_rf_config(RU_t *ru, char *rf_config_file) {
} else if (mu == NR_MU_3) {
switch(N_RB) {
case 132:
case 128:
if (fp->threequarter_fs) {
cfg->sample_rate=184.32e6;
cfg->samples_per_frame = 1843200;
......@@ -1012,6 +1013,7 @@ void fill_rf_config(RU_t *ru, char *rf_config_file) {
}
break;
case 64:
case 66:
if (fp->threequarter_fs) {
cfg->sample_rate=92.16e6;
......
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