Commit 1fd30763 authored by Andrew Burger's avatar Andrew Burger

Fixing sf_ahead variable

parent 4ae7d777
...@@ -99,7 +99,7 @@ int nfapi_sync_var=-1; //!< protected by mutex \ref nfapi_sync_mutex ...@@ -99,7 +99,7 @@ int nfapi_sync_var=-1; //!< protected by mutex \ref nfapi_sync_mutex
#ifdef UESIM_EXPANSION #ifdef UESIM_EXPANSION
uint16_t inst_pdcp_list[NUMBER_OF_UE_MAX]; uint16_t inst_pdcp_list[NUMBER_OF_UE_MAX];
#endif #endif
uint16_t sf_ahead=2; uint16_t sf_ahead=1;
int tddflag; int tddflag;
char *emul_iface; char *emul_iface;
......
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