Commit d0190899 authored by Raphael Defosseux's avatar Raphael Defosseux

Try out to comment added lines

Signed-off-by: default avatarRaphael Defosseux <raphael.defosseux@eurecom.fr>
parent 4075fbc8
...@@ -174,9 +174,9 @@ int pdcp_fifo_flush_sdus(const protocol_ctxt_t* const ctxt_pP) ...@@ -174,9 +174,9 @@ int pdcp_fifo_flush_sdus(const protocol_ctxt_t* const ctxt_pP)
// Raphael: was suppressed by Raymond --> should be suppressed? // Raphael: was suppressed by Raymond --> should be suppressed?
// value of sdu_p->data->inst is set in pdcp_data_ind // value of sdu_p->data->inst is set in pdcp_data_ind
// it's necessary to set 1 in case of UE with S1. // it's necessary to set 1 in case of UE with S1.
if (ctxt_pP->enb_flag){ //if (ctxt_pP->enb_flag){
((pdcp_data_ind_header_t *)(sdu_p->data))->inst = 0; // ((pdcp_data_ind_header_t *)(sdu_p->data))->inst = 0;
} //}
#endif #endif
#if defined(LINK_ENB_PDCP_TO_GTPV1U) #if defined(LINK_ENB_PDCP_TO_GTPV1U)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment