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
082af986
Commit
082af986
authored
Jul 21, 2023
by
Robert Schmidt
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/fix-bug-sched-lock' into integration_2023_w29
parents
a1f7284e
9a55658b
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletion
+0
-1
openair2/LAYER2/NR_MAC_gNB/config.c
openair2/LAYER2/NR_MAC_gNB/config.c
+0
-1
No files found.
openair2/LAYER2/NR_MAC_gNB/config.c
View file @
082af986
...
@@ -594,7 +594,6 @@ bool nr_mac_prepare_ra_ue(gNB_MAC_INST *nrmac, uint32_t rnti, NR_CellGroupConfig
...
@@ -594,7 +594,6 @@ bool nr_mac_prepare_ra_ue(gNB_MAC_INST *nrmac, uint32_t rnti, NR_CellGroupConfig
}
}
if
(
ra_index
==
NR_NB_RA_PROC_MAX
)
{
if
(
ra_index
==
NR_NB_RA_PROC_MAX
)
{
LOG_E
(
NR_MAC
,
"RA processes are not available for CFRA RNTI %04x
\n
"
,
rnti
);
LOG_E
(
NR_MAC
,
"RA processes are not available for CFRA RNTI %04x
\n
"
,
rnti
);
NR_SCHED_UNLOCK
(
&
nrmac
->
sched_lock
);
return
false
;
return
false
;
}
}
NR_RA_t
*
ra
=
&
cc
->
ra
[
ra_index
];
NR_RA_t
*
ra
=
&
cc
->
ra
[
ra_index
];
...
...
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