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
f1dfa9a6
Commit
f1dfa9a6
authored
Feb 12, 2024
by
francescomani
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
assert on measurement gaps
parent
d4b1e7b5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
7 deletions
+2
-7
openair2/RRC/NR_UE/rrc_UE.c
openair2/RRC/NR_UE/rrc_UE.c
+2
-7
No files found.
openair2/RRC/NR_UE/rrc_UE.c
View file @
f1dfa9a6
...
...
@@ -1284,13 +1284,8 @@ static void nr_rrc_ue_process_measConfig(rrcPerNB_t *rrc, NR_MeasConfig_t *const
if
(
measConfig
->
measIdToAddModList
)
handle_measid_addmod
(
rrc
,
measConfig
->
measIdToAddModList
,
timers
);
if
(
measConfig
->
measGapConfig
!=
NULL
)
{
if
(
rrc
->
measGapConfig
)
{
memcpy
(
rrc
->
measGapConfig
,
(
char
*
)
measConfig
->
measGapConfig
,
sizeof
(
NR_MeasGapConfig_t
));
}
else
{
rrc
->
measGapConfig
=
measConfig
->
measGapConfig
;
}
}
AssertFatal
(
measConfig
->
measGapConfig
,
"Measurement gaps not yet supported
\n
"
);
AssertFatal
(
measConfig
->
measGapSharingConfig
,
"Measurement gaps not yet supported
\n
"
);
if
(
measConfig
->
s_MeasureConfig
)
{
if
(
measConfig
->
s_MeasureConfig
->
present
==
NR_MeasConfig__s_MeasureConfig_PR_ssb_RSRP
)
{
...
...
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