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
125210fa
Commit
125210fa
authored
Aug 06, 2024
by
Robert Schmidt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
RRC: Correct some logs
parent
e01957e8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
openair2/RRC/NR/rrc_gNB.c
openair2/RRC/NR/rrc_gNB.c
+3
-3
No files found.
openair2/RRC/NR/rrc_gNB.c
View file @
125210fa
...
...
@@ -1233,11 +1233,11 @@ static void process_Event_Based_Measurement_Report(NR_ReportConfigNR_t *report,
switch
(
event_triggered
->
eventId
.
present
)
{
case
NR_EventTriggerConfig__eventId_PR_eventA2
:
LOG_I
(
NR_RRC
,
"
\n
HO LOG: Event A2 (Serving becomes worse than threshold)
\n
"
);
LOG_I
(
NR_RRC
,
"HO LOG: Event A2 (Serving becomes worse than threshold)
\n
"
);
break
;
case
NR_EventTriggerConfig__eventId_PR_eventA3
:
{
LOG_I
(
NR_RRC
,
"
\n
HO LOG: Event A3 Report - Neighbour Becomes Better than Serving!
\n
"
);
LOG_I
(
NR_RRC
,
"HO LOG: Event A3 Report - Neighbour Becomes Better than Serving!
\n
"
);
const
NR_MeasResults_t
*
measResults
=
&
measurementReport
->
criticalExtensions
.
choice
.
measurementReport
->
measResults
;
for
(
int
serving_cell_idx
=
0
;
serving_cell_idx
<
measResults
->
measResultServingMOList
.
list
.
count
;
serving_cell_idx
++
)
{
...
...
@@ -1272,7 +1272,7 @@ static void process_Event_Based_Measurement_Report(NR_ReportConfigNR_t *report,
}
LOG_I
(
NR_RRC
,
"HO LOG: Measurement Report
has came for the neighbour:
%d with RSRP: %d
\n
"
,
"HO LOG: Measurement Report
for the neighbour
%d with RSRP: %d
\n
"
,
neighbourCellId
,
neighbourCellRSRP
);
...
...
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