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
zzha zzha
OpenXG-RAN
Commits
b968a884
Commit
b968a884
authored
Apr 16, 2021
by
francescomani
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bugfix in ue sib1 scheduling
parent
6b82ac26
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
10 deletions
+10
-10
openair2/LAYER2/NR_MAC_UE/nr_ue_procedures.c
openair2/LAYER2/NR_MAC_UE/nr_ue_procedures.c
+10
-10
No files found.
openair2/LAYER2/NR_MAC_UE/nr_ue_procedures.c
View file @
b968a884
...
...
@@ -152,21 +152,21 @@ int8_t nr_ue_decode_mib(module_id_t module_id,
uint32_t
band
;
uint16_t
ssb_start_symbol
;
if
(
(
get_softmodem_params
()
->
sa
==
1
)
&&
(
mac
->
common_configuration_complete
==
0
)
)
{
if
(
get_softmodem_params
()
->
sa
==
1
)
{
scs_ssb
=
get_softmodem_params
()
->
numerology
;
band
=
mac
->
nr_band
;
ssb_start_symbol
=
get_ssb_start_symbol
(
band
,
scs_ssb
,
ssb_index
);
nr_ue_sib1_scheduler
(
module_id
,
cc
_id
,
ssb_start_symbol
,
frame
,
ssb_subcarrier_offset
,
ssb_index
,
ssb_start_subcarrier
,
mac
->
frequency_range
);
if
(
mac
->
common_configuration_complete
==
0
)
nr_ue_sib1_scheduler
(
module
_id
,
cc_id
,
ssb_start_symbol
,
frame
,
ssb_subcarrier_offset
,
ssb_index
,
ssb_start_subcarrier
,
mac
->
frequency_range
);
}
else
{
NR_ServingCellConfigCommon_t
*
scc
=
mac
->
scc
;
...
...
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