Skip to content
Snippets Groups Projects
Commit f3f3dff1 authored by Sakthivel Velumani's avatar Sakthivel Velumani
Browse files

fixed physim compile errors

parent 47d4d0b7
No related branches found
No related tags found
No related merge requests found
...@@ -77,6 +77,7 @@ int32_t uplink_frequency_offset[MAX_NUM_CCs][4]; ...@@ -77,6 +77,7 @@ int32_t uplink_frequency_offset[MAX_NUM_CCs][4];
double cpuf; double cpuf;
int sf_ahead=4 ; int sf_ahead=4 ;
int sl_ahead=0;
uint8_t nfapi_mode = 0; uint8_t nfapi_mode = 0;
uint16_t NB_UE_INST = 1; uint16_t NB_UE_INST = 1;
......
...@@ -63,6 +63,7 @@ RAN_CONTEXT_t RC; ...@@ -63,6 +63,7 @@ RAN_CONTEXT_t RC;
int32_t uplink_frequency_offset[MAX_NUM_CCs][4]; int32_t uplink_frequency_offset[MAX_NUM_CCs][4];
int sf_ahead=4 ; int sf_ahead=4 ;
int sl_ahead=0;
double cpuf; double cpuf;
uint8_t nfapi_mode = 0; uint8_t nfapi_mode = 0;
uint16_t NB_UE_INST = 1; uint16_t NB_UE_INST = 1;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment