From 7e1f7493e4ad3207037c707b951102765108ffe0 Mon Sep 17 00:00:00 2001 From: Lionel Gauthier <lionel.gauthier@eurecom.fr> Date: Fri, 15 May 2015 15:26:55 +0000 Subject: [PATCH] sync git-svn-id: http://svn.eurecom.fr/openair4G/trunk@7424 818b1a75-f10b-46b9-bf7c-635c3b92a50f --- openair2/LAYER2/PDCP_v10.1.0/pdcp.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/openair2/LAYER2/PDCP_v10.1.0/pdcp.c b/openair2/LAYER2/PDCP_v10.1.0/pdcp.c index 75c57b96b96..12d73e73304 100755 --- a/openair2/LAYER2/PDCP_v10.1.0/pdcp.c +++ b/openair2/LAYER2/PDCP_v10.1.0/pdcp.c @@ -475,7 +475,7 @@ pdcp_data_ind( sdu_buffer_sizeP, ctxt_pP->enb_flag); - } else { + } else { LOG_D(PDCP, "Data indication notification for PDCP entity from UE %x to eNB %u " "and radio bearer ID %d rlc sdu size %d ctxt_pP->enb_flag %d\n", ctxt_pP->rnti, @@ -483,9 +483,9 @@ pdcp_data_ind( rb_idP, sdu_buffer_sizeP, ctxt_pP->enb_flag); - } + } - } else { + } else { rb_id = rb_idP % maxDRB; AssertError (rb_id < maxDRB, return FALSE, "RB id is too high (%u/%d) %u UE %x!\n", rb_id, -- GitLab