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
spbro
OpenXG-RAN
Commits
3cfc10dd
Commit
3cfc10dd
authored
Sep 05, 2024
by
Roberto Louro Magueta
Committed by
Robert Schmidt
Sep 06, 2024
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bugfix: an A3 configuration is for a specific PCI
Co-authored-by:
Luis Pereira
<
lpereira@allbesmart.pt
>
parent
d6d7064c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
openair2/RRC/NR/rrc_gNB.c
openair2/RRC/NR/rrc_gNB.c
+1
-1
No files found.
openair2/RRC/NR/rrc_gNB.c
View file @
3cfc10dd
...
...
@@ -1282,7 +1282,7 @@ static void process_Event_Based_Measurement_Report(NR_ReportConfigNR_t *report,
// neighbour.
if
(
!
neighbour_cell_du_context
&&
neighbour
)
{
// No F1 connection but static neighbour configuration is available
const
nr_a3_event_t
*
a3_event_configuration
=
get_a3_configuration
(
neighbour
->
nrcell_i
d
);
const
nr_a3_event_t
*
a3_event_configuration
=
get_a3_configuration
(
neighbour
->
physicalCellI
d
);
// Additional check - This part can be modified according to additional cell specific Handover Margin
if
(
a3_event_configuration
&&
((
a3_event_configuration
->
a3_offset
+
a3_event_configuration
->
hysteresis
)
...
...
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