Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
O
OpenXG-RAN
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
常顺宇
OpenXG-RAN
Commits
7e1f7493
Commit
7e1f7493
authored
May 15, 2015
by
Lionel Gauthier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
sync
git-svn-id:
http://svn.eurecom.fr/openair4G/trunk@7424
818b1a75-f10b-46b9-bf7c-635c3b92a50f
parent
66c61aa7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
openair2/LAYER2/PDCP_v10.1.0/pdcp.c
openair2/LAYER2/PDCP_v10.1.0/pdcp.c
+3
-3
No files found.
openair2/LAYER2/PDCP_v10.1.0/pdcp.c
View file @
7e1f7493
...
...
@@ -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
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment