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
2dc55361
Commit
2dc55361
authored
Jun 22, 2023
by
Robert Schmidt
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/fix_band41_sync_raster' into integration_2023_w25
parents
87a846ba
6c6095fc
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
openair2/GNB_APP/gnb_config.c
openair2/GNB_APP/gnb_config.c
+2
-2
No files found.
openair2/GNB_APP/gnb_config.c
View file @
2dc55361
...
...
@@ -114,7 +114,7 @@ const sync_raster_t sync_raster[] = {
{
39
,
0
,
4706
,
1
,
4795
},
{
40
,
0
,
5756
,
1
,
5995
},
{
41
,
0
,
6246
,
3
,
6717
},
{
41
,
1
,
625
4
,
3
,
6714
},
{
41
,
1
,
625
2
,
3
,
6714
},
{
50
,
0
,
3584
,
1
,
3787
},
{
51
,
0
,
3572
,
1
,
3574
},
{
66
,
0
,
5279
,
1
,
5494
},
...
...
@@ -1162,7 +1162,7 @@ void check_ssb_raster(uint64_t freq, int band, int scs)
gscn
,
freq
,
band
);
int
rel_gscn
=
gscn
-
start_gscn
;
AssertFatal
(
rel_gscn
%
step_gscn
==
0
,
"GSCN %d corresponding to SSB freq
y
ency %lu not in accordance with GSCN step for band %d
\n
"
,
"GSCN %d corresponding to SSB freq
u
ency %lu not in accordance with GSCN step for band %d
\n
"
,
gscn
,
freq
,
band
);
}
...
...
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