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
Michael Black
OpenXG-RAN
Commits
d342e2d1
Commit
d342e2d1
authored
Jun 28, 2019
by
Francesco Mani
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix for ssb periodicity
parent
62dd59d8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
20 additions
and
0 deletions
+20
-0
openair2/LAYER2/NR_MAC_gNB/config.c
openair2/LAYER2/NR_MAC_gNB/config.c
+20
-0
No files found.
openair2/LAYER2/NR_MAC_gNB/config.c
View file @
d342e2d1
...
...
@@ -81,6 +81,26 @@ void config_common(int Mod_idP,
int
mu
=
1
;
switch
(
*
scc
->
ssb_periodicityServingCell
)
{
case
0
:
cfg
->
sch_config
.
ssb_periodicity
.
value
=
5
;
break
;
case
1
:
cfg
->
sch_config
.
ssb_periodicity
.
value
=
10
;
break
;
case
2
:
cfg
->
sch_config
.
ssb_periodicity
.
value
=
20
;
break
;
case
3
:
cfg
->
sch_config
.
ssb_periodicity
.
value
=
40
;
break
;
case
4
:
cfg
->
sch_config
.
ssb_periodicity
.
value
=
80
;
break
;
case
5
:
cfg
->
sch_config
.
ssb_periodicity
.
value
=
160
;
break
;
}
cfg
->
sch_config
.
physical_cell_id
.
value
=
*
scc
->
physCellId
;
cfg
->
sch_config
.
ssb_scg_position_in_burst
.
value
=
scc
->
ssb_PositionsInBurst
->
choice
.
mediumBitmap
.
buf
[
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