diff --git a/openair2/UTIL/OTG/otg_rx.c b/openair2/UTIL/OTG/otg_rx.c
index a97ecf80f97515224ae90de130ed4204f4b94f1c..b5f0fd416ba3b7cfa72ee3d0348bb8ff41cd869b 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
     }
 
   }