Skip to content
Snippets Groups Projects
Commit d0190899 authored by Raphael Defosseux's avatar Raphael Defosseux
Browse files

Try out to comment added lines

parent 4075fbc8
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment