Skip to content
Snippets Groups Projects
Commit 0ef072c7 authored by Younes Khadraoui's avatar Younes Khadraoui
Browse files

bugfix

parent eda72f0e
No related branches found
No related tags found
4 merge requests!650Release v1.1.0 Candidate,!617Develop: Integration 2019 Week 25,!588Develop nr merge,!576Multi-RU support and OTA Synch/Calibration for TDD
......@@ -1436,6 +1436,7 @@ static void* ru_thread_control( void* param ) {
int start_received = 0;
RRU_capabilities_t *cap;
int i;
int ret;
int len;
......@@ -1642,7 +1643,6 @@ static void* ru_thread( void* param ) {
RU_t *ru = (RU_t*)param;
RU_proc_t *proc = &ru->proc;
LTE_DL_FRAME_PARMS *fp = &ru->frame_parms;
int ret;
int subframe =9;
int frame =1023;
......
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