Commit 96e393d8 authored by Sakthivel Velumani's avatar Sakthivel Velumani

fixed build issues

parent 142f01c1
...@@ -100,6 +100,8 @@ pthread_cond_t nfapi_sync_cond; ...@@ -100,6 +100,8 @@ pthread_cond_t nfapi_sync_cond;
pthread_mutex_t nfapi_sync_mutex; pthread_mutex_t nfapi_sync_mutex;
int nfapi_sync_var=-1; //!< protected by mutex \ref nfapi_sync_mutex int nfapi_sync_var=-1; //!< protected by mutex \ref nfapi_sync_mutex
uint32_t target_dl_mcs;
uint32_t target_ul_mcs;
uint16_t sf_ahead=4; uint16_t sf_ahead=4;
......
...@@ -89,6 +89,8 @@ ...@@ -89,6 +89,8 @@
/* temporary compilation wokaround (UE/eNB split */ /* temporary compilation wokaround (UE/eNB split */
uint16_t sf_ahead; uint16_t sf_ahead;
uint32_t target_dl_mcs;
uint32_t target_ul_mcs;
pthread_cond_t nfapi_sync_cond; pthread_cond_t nfapi_sync_cond;
pthread_mutex_t nfapi_sync_mutex; pthread_mutex_t nfapi_sync_mutex;
......
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