Commit 8e7b1225 authored by Francesco Mani's avatar Francesco Mani

first version of config file for FR2 (I changed only few parameters)

parent dc6b0b15
...@@ -517,6 +517,7 @@ void init_openair0(void) { ...@@ -517,6 +517,7 @@ void init_openair0(void) {
for (card=0; card<MAX_CARDS; card++) { for (card=0; card<MAX_CARDS; card++) {
openair0_cfg[card].configFilename = NULL; openair0_cfg[card].configFilename = NULL;
openair0_cfg[card].threequarter_fs = frame_parms[0]->threequarter_fs; openair0_cfg[card].threequarter_fs = frame_parms[0]->threequarter_fs;
numerology = frame_parms[0]->numerology_index;
if(frame_parms[0]->N_RB_DL == 66) { if(frame_parms[0]->N_RB_DL == 66) {
if (numerology==3) { if (numerology==3) {
......
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