Commit 48ef98d5 authored by Sakthivel Velumani's avatar Sakthivel Velumani

fixed build fail

parent 477ff5d8
......@@ -76,6 +76,7 @@ double cpuf;
int sf_ahead=4 ;
int sl_ahead=0;
uint32_t target_dl_mcs;
uint8_t nfapi_mode = 0;
uint16_t NB_UE_INST = 1;
uint64_t downlink_frequency[MAX_NUM_CCs][4];
......@@ -383,6 +384,7 @@ int main(int argc, char **argv)
case 'e':
dlsch_config.mcsIndex[0] = atoi(optarg);
target_dl_mcs = atoi(optarg);
mcsIndex_set=1;
break;
......
......@@ -60,6 +60,7 @@ uint16_t NB_UE_INST=1;
openair0_config_t openair0_cfg[MAX_CARDS];
uint8_t nfapi_mode=0;
int sl_ahead = 0;
uint32_t target_dl_mcs;
//void dump_nr_prach_config(NR_DL_FRAME_PARMS *frame_parms,uint8_t subframe);
......
......@@ -69,6 +69,7 @@ int32_t uplink_frequency_offset[MAX_NUM_CCs][4];
int sf_ahead=4 ;
int sl_ahead=0;
uint32_t target_dl_mcs;
double cpuf;
uint8_t nfapi_mode = 0;
uint16_t NB_UE_INST = 1;
......
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