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
常顺宇
OpenXG-RAN
Commits
60471dd1
Commit
60471dd1
authored
Jan 28, 2021
by
Thomas Schlichter
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
NR_UE: change message when RA succeeded, so CI recognizes it again
parent
3eb04ffc
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
openair2/LAYER2/NR_MAC_UE/nr_ra_procedures.c
openair2/LAYER2/NR_MAC_UE/nr_ra_procedures.c
+2
-2
No files found.
openair2/LAYER2/NR_MAC_UE/nr_ra_procedures.c
View file @
60471dd1
...
@@ -725,13 +725,13 @@ void nr_ra_succeeded(module_id_t mod_id, frame_t frame, int slot){
...
@@ -725,13 +725,13 @@ void nr_ra_succeeded(module_id_t mod_id, frame_t frame, int slot){
if
(
ra
->
cfra
)
{
if
(
ra
->
cfra
)
{
LOG_I
(
MAC
,
"[UE %d][%d.%d]
CF-RA: RAR successfully received, RA procedure is completed
\n
"
,
mod_id
,
frame
,
slot
);
LOG_I
(
MAC
,
"[UE %d][%d.%d]
[RAPROC] RA procedure succeeded. CF-RA: RAR successfully received.
\n
"
,
mod_id
,
frame
,
slot
);
ra
->
RA_window_cnt
=
-
1
;
ra
->
RA_window_cnt
=
-
1
;
}
else
{
}
else
{
LOG_I
(
MAC
,
"[UE %d][%d.%d]
CB-RA: Contention Resolution is successful, RA is completed
\n
"
,
mod_id
,
frame
,
slot
);
LOG_I
(
MAC
,
"[UE %d][%d.%d]
[RAPROC] RA procedure succeeded. CB-RA: Contention Resolution is successful.
\n
"
,
mod_id
,
frame
,
slot
);
ra
->
RA_contention_resolution_cnt
=
-
1
;
ra
->
RA_contention_resolution_cnt
=
-
1
;
ra
->
RA_contention_resolution_timer_active
=
0
;
ra
->
RA_contention_resolution_timer_active
=
0
;
...
...
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