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
Michael Black
OpenXG-RAN
Commits
fedbc709
Commit
fedbc709
authored
Jan 03, 2023
by
General ABS
Committed by
abs
Jun 07, 2023
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Reset L3 measurements
parent
b9869277
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
0 deletions
+7
-0
openair2/RRC/NR_UE/rrc_UE.c
openair2/RRC/NR_UE/rrc_UE.c
+7
-0
No files found.
openair2/RRC/NR_UE/rrc_UE.c
View file @
fedbc709
...
...
@@ -1128,6 +1128,12 @@ int8_t nr_rrc_ue_decode_NR_BCCH_DL_SCH_Message(module_id_t module_id,
return
0
;
}
void
reset_l3_measurements
(
const
module_id_t
module_id
)
{
l3_measurements_t
*
l3_measurements
=
&
NR_UE_rrc_inst
[
module_id
].
l3_measurements
;
memset
((
void
*
)
l3_measurements
,
0
,
sizeof
(
l3_measurements_t
));
}
void
nr_rrc_ue_process_masterCellGroup
(
protocol_ctxt_t
*
ctxt_pP
,
uint8_t
gNB_index
,
OCTET_STRING_t
*
masterCellGroup
)
{
NR_CellGroupConfig_t
*
cellGroupConfig
=
NULL
;
...
...
@@ -1175,6 +1181,7 @@ void nr_rrc_ue_process_masterCellGroup(protocol_ctxt_t *ctxt_pP, uint8_t gNB_ind
timers_and_constants
->
T304_cnt
=
50
;
}
ctxt_pP
->
rntiMaybeUEid
=
reconfigurationWithSync
->
newUE_Identity
;
reset_l3_measurements
(
ctxt_pP
->
module_id
);
}
if
(
NR_UE_rrc_inst
[
ctxt_pP
->
module_id
].
cell_group_config
==
NULL
){
...
...
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