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
lizhongxiao
OpenXG-RAN
Commits
a40fa273
Commit
a40fa273
authored
Jan 05, 2023
by
Manu Agrawal
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix for testcase 10.7.5
parent
4df53ffe
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
openair2/RRC/LTE/rrc_eNB.c
openair2/RRC/LTE/rrc_eNB.c
+4
-1
No files found.
openair2/RRC/LTE/rrc_eNB.c
View file @
a40fa273
...
...
@@ -3365,7 +3365,10 @@ void rrc_eNB_generate_defaultRRCConnectionReconfiguration(const protocol_ctxt_t
}
// NN: this is the 1st DRB for this ue, so set it to 1
DRB_config
->
logicalChannelIdentity
=
CALLOC
(
1
,
sizeof
(
long
));
*
(
DRB_config
->
logicalChannelIdentity
)
=
*
(
p_drb
->
list
.
array
[
drb_idx
]
->
logicalChannelIdentity
);
// value : x+2
if
(
p_drb
->
list
.
array
[
drb_idx
]
->
logicalChannelIdentity
!=
NULL
)
*
(
DRB_config
->
logicalChannelIdentity
)
=
*
(
p_drb
->
list
.
array
[
drb_idx
]
->
logicalChannelIdentity
);
else
*
(
DRB_config
->
logicalChannelIdentity
)
=
p_drb
->
list
.
array
[
drb_idx
]
->
drb_Identity
+
2
;
// value : x+2
DRB_rlc_config
=
CALLOC
(
1
,
sizeof
(
*
DRB_rlc_config
));
DRB_config
->
rlc_Config
=
DRB_rlc_config
;
#ifdef RRC_DEFAULT_RAB_IS_AM
...
...
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