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
e12ddace
Commit
e12ddace
authored
Nov 16, 2022
by
Jerome Peraldi
Committed by
jperaldi
Nov 17, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bug #124325 [L3 SIMU] multi cell context testing 3GPP 36523...
parent
edb05779
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
openair2/RRC/LTE/rrc_eNB.c
openair2/RRC/LTE/rrc_eNB.c
+2
-1
No files found.
openair2/RRC/LTE/rrc_eNB.c
View file @
e12ddace
...
@@ -10489,13 +10489,14 @@ void *rrc_enb_process_itti_msg(void *notUsed) {
...
@@ -10489,13 +10489,14 @@ void *rrc_enb_process_itti_msg(void *notUsed) {
struct
rrc_eNB_ue_context_s
*
ue_context_pP
=
NULL
;
struct
rrc_eNB_ue_context_s
*
ue_context_pP
=
NULL
;
ue_context_pP
=
rrc_eNB_get_ue_context
(
RC
.
rrc
[
instance
],
SS_RRC_PDU_REQ
(
msg_p
).
rnti
);
ue_context_pP
=
rrc_eNB_get_ue_context
(
RC
.
rrc
[
instance
],
SS_RRC_PDU_REQ
(
msg_p
).
rnti
);
uint8_t
cc_id
=
ue_context_pP
->
ue_context
.
primaryCC_id
;
uint8_t
cc_id
=
0
;
LOG_A
(
RRC
,
"RRC Connection Release message received
\n
"
);
LOG_A
(
RRC
,
"RRC Connection Release message received
\n
"
);
if
(
NULL
==
ue_context_pP
)
if
(
NULL
==
ue_context_pP
)
{
{
LOG_W
(
RRC
,
"ue_context_pP is already NULL
\n
"
);
LOG_W
(
RRC
,
"ue_context_pP is already NULL
\n
"
);
}
}
else
{
else
{
cc_id
=
ue_context_pP
->
ue_context
.
primaryCC_id
;
ue_context_pP
->
ue_context
.
ue_reestablishment_timer
=
0
;
ue_context_pP
->
ue_context
.
ue_reestablishment_timer
=
0
;
ue_context_pP
->
ue_context
.
ue_release_timer
=
1
;
ue_context_pP
->
ue_context
.
ue_release_timer
=
1
;
ue_context_pP
->
ue_context
.
ue_release_timer_thres
=
10
;
ue_context_pP
->
ue_context
.
ue_release_timer_thres
=
10
;
...
...
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