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
64bef9f4
Commit
64bef9f4
authored
Dec 13, 2022
by
Manu Agrawal
Committed by
Vijay C
Dec 13, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
9133 fixes for Crash and Assert
parent
55813f3f
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
4 deletions
+5
-4
openair2/RRC/LTE/rrc_eNB.c
openair2/RRC/LTE/rrc_eNB.c
+5
-4
No files found.
openair2/RRC/LTE/rrc_eNB.c
View file @
64bef9f4
...
@@ -3969,11 +3969,11 @@ void rrc_eNB_generate_defaultRRCConnectionReconfiguration(const protocol_ctxt_t
...
@@ -3969,11 +3969,11 @@ void rrc_eNB_generate_defaultRRCConnectionReconfiguration(const protocol_ctxt_t
kRRCenc
=
MALLOC
(
16
);
kRRCenc
=
MALLOC
(
16
);
kRRCint
=
MALLOC
(
32
);
kRRCint
=
MALLOC
(
32
);
kUPenc
=
MALLOC
(
16
);
kUPenc
=
MALLOC
(
16
);
memcpy
(
kRRCenc
,
pdcp_p
->
kRRCenc
,
16
);
if
(
pdcp_p
->
kRRCenc
)
memcpy
(
kRRCenc
,
pdcp_p
->
kRRCenc
,
16
);
memcpy
(
kRRCint
,
pdcp_p
->
kRRCint
,
32
);
if
(
pdcp_p
->
kRRCint
)
memcpy
(
kRRCint
,
pdcp_p
->
kRRCint
,
32
);
memcpy
(
kUPenc
,
pdcp_p
->
kUPenc
,
16
);
if
(
pdcp_p
->
kUPenc
)
memcpy
(
kUPenc
,
pdcp_p
->
kUPenc
,
16
);
security_modeP
=
(
pdcp_p
->
cipheringAlgorithm
|
(
pdcp_p
->
integrityProtAlgorithm
<<
4
)
);
security_modeP
=
(
pdcp_p
->
cipheringAlgorithm
|
(
pdcp_p
->
integrityProtAlgorithm
<<
4
)
);
LOG_A
(
RRC
,
"OSA Reconfig for SRB2 %d rnti
\n
"
,
ctxt_pP
->
rnti
);
LOG_A
(
RRC
,
"OSA Reconfig for SRB2 %d rnti
pdcp_p->integrityProtAlgorithm=%d pdcp_p->cipheringAlgorithm=%d
\n
"
,
ctxt_pP
->
rnti
,
pdcp_p
->
integrityProtAlgorithm
,
pdcp_p
->
cipheringAlgorithm
);
key
=
PDCP_COLL_KEY_VALUE
(
ctxt_pP
->
module_id
,
ctxt_pP
->
rnti
,
ctxt_pP
->
enb_flag
,
DCCH1
,
SRB_FLAG_YES
);
key
=
PDCP_COLL_KEY_VALUE
(
ctxt_pP
->
module_id
,
ctxt_pP
->
rnti
,
ctxt_pP
->
enb_flag
,
DCCH1
,
SRB_FLAG_YES
);
h_rc
=
hashtable_get
(
pdcp_coll_p
,
key
,
(
void
**
)
&
pdcp_p
);
h_rc
=
hashtable_get
(
pdcp_coll_p
,
key
,
(
void
**
)
&
pdcp_p
);
...
@@ -10536,6 +10536,7 @@ void *rrc_enb_process_itti_msg(void *notUsed) {
...
@@ -10536,6 +10536,7 @@ void *rrc_enb_process_itti_msg(void *notUsed) {
}
}
security_mode_command_send
=
TRUE
;
security_mode_command_send
=
TRUE
;
as_security_conf_ciphering
=
FALSE
;
as_security_conf_ciphering
=
FALSE
;
ciphering_algorithm
=
0
;
if
(
RC
.
ss
.
CBRA_flag
)
if
(
RC
.
ss
.
CBRA_flag
)
{
{
RRCConnSetup_PDU_Present
[
cc_id
]
=
FALSE
;
RRCConnSetup_PDU_Present
[
cc_id
]
=
FALSE
;
...
...
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