Commit 7e1f7493 authored by Lionel Gauthier's avatar Lionel Gauthier

sync

git-svn-id: http://svn.eurecom.fr/openair4G/trunk@7424 818b1a75-f10b-46b9-bf7c-635c3b92a50f
parent 66c61aa7
...@@ -475,7 +475,7 @@ pdcp_data_ind( ...@@ -475,7 +475,7 @@ pdcp_data_ind(
sdu_buffer_sizeP, sdu_buffer_sizeP,
ctxt_pP->enb_flag); ctxt_pP->enb_flag);
} else { } else {
LOG_D(PDCP, "Data indication notification for PDCP entity from UE %x to eNB %u " 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", "and radio bearer ID %d rlc sdu size %d ctxt_pP->enb_flag %d\n",
ctxt_pP->rnti, ctxt_pP->rnti,
...@@ -483,9 +483,9 @@ pdcp_data_ind( ...@@ -483,9 +483,9 @@ pdcp_data_ind(
rb_idP, rb_idP,
sdu_buffer_sizeP, sdu_buffer_sizeP,
ctxt_pP->enb_flag); ctxt_pP->enb_flag);
} }
} else { } else {
rb_id = rb_idP % maxDRB; rb_id = rb_idP % maxDRB;
AssertError (rb_id < maxDRB, return FALSE, "RB id is too high (%u/%d) %u UE %x!\n", AssertError (rb_id < maxDRB, return FALSE, "RB id is too high (%u/%d) %u UE %x!\n",
rb_id, rb_id,
......
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