Commit 0ef072c7 authored by khadraou's avatar khadraou

bugfix

parent eda72f0e
...@@ -1436,6 +1436,7 @@ static void* ru_thread_control( void* param ) { ...@@ -1436,6 +1436,7 @@ static void* ru_thread_control( void* param ) {
int start_received = 0; int start_received = 0;
RRU_capabilities_t *cap; RRU_capabilities_t *cap;
int i; int i;
int ret;
int len; int len;
...@@ -1642,7 +1643,6 @@ static void* ru_thread( void* param ) { ...@@ -1642,7 +1643,6 @@ static void* ru_thread( void* param ) {
RU_t *ru = (RU_t*)param; RU_t *ru = (RU_t*)param;
RU_proc_t *proc = &ru->proc; RU_proc_t *proc = &ru->proc;
LTE_DL_FRAME_PARMS *fp = &ru->frame_parms; LTE_DL_FRAME_PARMS *fp = &ru->frame_parms;
int ret;
int subframe =9; int subframe =9;
int frame =1023; int frame =1023;
......
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