Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
openairinterface5G
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Bin He
openairinterface5G
Commits
d38af248
Commit
d38af248
authored
4 years ago
by
knopp
Browse files
Options
Downloads
Patches
Plain Diff
fixing a stupid mistake introduced in
da3dd6b8
parent
e5bbc0f1
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
openair2/LAYER2/NR_MAC_gNB/gNB_scheduler_RA.c
+1
-1
1 addition, 1 deletion
openair2/LAYER2/NR_MAC_gNB/gNB_scheduler_RA.c
with
1 addition
and
1 deletion
openair2/LAYER2/NR_MAC_gNB/gNB_scheduler_RA.c
+
1
−
1
View file @
d38af248
...
...
@@ -437,7 +437,7 @@ void nr_add_msg3(module_id_t module_idP, int CC_id, frame_t frameP, sub_frame_t
NR_UE_list_t
*
UE_list
=
&
mac
->
UE_list
;
int
UE_id
=
0
;
if
(
ra
->
state
!
=
RA_IDLE
)
{
if
(
ra
->
state
=
=
RA_IDLE
)
{
LOG_W
(
MAC
,
"RA is not active for RA %X. skipping msg3 scheduling
\n
"
,
ra
->
rnti
);
return
;
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment