From d0190899d27b79e5daa79a037b70ce7155285c60 Mon Sep 17 00:00:00 2001 From: Raphael Defosseux <raphael.defosseux@eurecom.fr> Date: Thu, 17 Jan 2019 23:09:10 +0100 Subject: [PATCH] Try out to comment added lines Signed-off-by: Raphael Defosseux <raphael.defosseux@eurecom.fr> --- openair2/LAYER2/PDCP_v10.1.0/pdcp_fifo.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/openair2/LAYER2/PDCP_v10.1.0/pdcp_fifo.c b/openair2/LAYER2/PDCP_v10.1.0/pdcp_fifo.c index 7cae1129a3..906fbaba5a 100755 --- a/openair2/LAYER2/PDCP_v10.1.0/pdcp_fifo.c +++ b/openair2/LAYER2/PDCP_v10.1.0/pdcp_fifo.c @@ -174,9 +174,9 @@ int pdcp_fifo_flush_sdus(const protocol_ctxt_t* const ctxt_pP) // Raphael: was suppressed by Raymond --> should be suppressed? // value of sdu_p->data->inst is set in pdcp_data_ind // it's necessary to set 1 in case of UE with S1. - if (ctxt_pP->enb_flag){ - ((pdcp_data_ind_header_t *)(sdu_p->data))->inst = 0; - } + //if (ctxt_pP->enb_flag){ + // ((pdcp_data_ind_header_t *)(sdu_p->data))->inst = 0; + //} #endif #if defined(LINK_ENB_PDCP_TO_GTPV1U) -- 2.26.2