From 78e0a53d036d3e54ae71a5b3e1766321cafb8883 Mon Sep 17 00:00:00 2001
From: Cedric Roux <cedric.roux@eurecom.fr>
Date: Tue, 29 Aug 2017 12:18:11 +0200
Subject: [PATCH] integration fix: remove compilation warnings

---
 openair1/PHY/LTE_TRANSPORT/if5_tools.c | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/openair1/PHY/LTE_TRANSPORT/if5_tools.c b/openair1/PHY/LTE_TRANSPORT/if5_tools.c
index 117cd8707d..13f9ccbf90 100644
--- a/openair1/PHY/LTE_TRANSPORT/if5_tools.c
+++ b/openair1/PHY/LTE_TRANSPORT/if5_tools.c
@@ -445,8 +445,6 @@ void recv_IF5(PHY_VARS_eNB *eNB, openair0_timestamp *proc_timestamp, int subfram
     if (eNB->node_timing == synch_to_mobipass_standalone) {
       uint16_t db_fulllength = PAYLOAD_MOBIPASS_NUM_SAMPLES;
       openair0_timestamp timestamp_mobipass[fp->samples_per_tti/db_fulllength];
-      int subframe_skip = 0;
-      int reset_flag = 0;
       int32_t *rx_buffer=NULL;
       __m128i *data_block=NULL, *data_block_head=NULL;
       __m128i *rxp128;
@@ -454,14 +452,11 @@ void recv_IF5(PHY_VARS_eNB *eNB, openair0_timestamp *proc_timestamp, int subfram
 
       unsigned char _rx_buffer[MAC_HEADER_SIZE_BYTES + sizeof_IF5_mobipass_header_t + db_fulllength*sizeof(int16_t)];
       rx_buffer = (int32_t *)_rx_buffer;
-      IF5_mobipass_header_t *header = (IF5_mobipass_header_t *)((uint8_t *)rx_buffer + MAC_HEADER_SIZE_BYTES);
       data_block_head = (__m128i *)((uint8_t *)rx_buffer + MAC_HEADER_SIZE_BYTES + sizeof_IF5_mobipass_header_t);
 
       rxp[0] = (void*)&eNB->common_vars.rxdata[0][0][subframe*eNB->frame_parms.samples_per_tti];
       rxp128 = (__m128i *) (rxp[0]);
 
-      eNB_proc_t *proc = &eNB->proc;
-
       packet_id=0;
       while(packet_id<fp->samples_per_tti/db_fulllength) {
         data_block = data_block_head;
-- 
GitLab