From 2d1ff70edaa7fff91d3408eacf928621c422a186 Mon Sep 17 00:00:00 2001
From: navid <navid@mycompany.com>
Date: Thu, 30 Jul 2015 10:48:18 +0000
Subject: [PATCH] let non OTG packets to be directed to the IP layer

git-svn-id: http://svn.eurecom.fr/openair4G/trunk@7755 818b1a75-f10b-46b9-bf7c-635c3b92a50f
---
 openair2/UTIL/OTG/otg_rx.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/openair2/UTIL/OTG/otg_rx.c b/openair2/UTIL/OTG/otg_rx.c
index a97ecf80f97..b5f0fd416ba 100644
--- a/openair2/UTIL/OTG/otg_rx.c
+++ b/openair2/UTIL/OTG/otg_rx.c
@@ -460,7 +460,7 @@ int otg_rx_pkt(const int dst_instanceP, const int ctime, const char * const buff
     } else {
       LOG_W(OTG,"RX: Not an OTG pkt, forward to upper layer (flag %x, size %d, pdcp_size %d) FIX ME \n",
             otg_hdr_info_rx->flag, otg_hdr_info_rx->size, size);
-      return(0); //to be fixed on the real case to one
+      return(1); //to be fixed on the real case to one
     }
 
   }
-- 
GitLab