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
6c6095fc
Commit
6c6095fc
authored
1 year ago
by
francescomani
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixing a typo in band 41 sync raster matrix
parent
773a35ef
Branches unavailable
2024.w06
2024.w05
2024.w04
2024.w03
2024.w02
2024.w01
2023.w51
2023.w50
2023.w49
2023.w48
2023.w47
2023.w45
2023.w43
2023.w42
2023.w41
2023.w40
2023.w39
2023.w38
2023.w37
2023.w36
2023.w34
2023.w33
2023.w32
2023.w31
2023.w30
2023.w29
2023.w28
2023.w27
2023.w26
2023.w25
v2.1.0
v2.0.0
No related merge requests found
Changes
1
Show 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 @
6c6095fc
...
@@ -114,7 +114,7 @@ const sync_raster_t sync_raster[] = {
...
@@ -114,7 +114,7 @@ const sync_raster_t sync_raster[] = {
{
39
,
0
,
4706
,
1
,
4795
},
{
39
,
0
,
4706
,
1
,
4795
},
{
40
,
0
,
5756
,
1
,
5995
},
{
40
,
0
,
5756
,
1
,
5995
},
{
41
,
0
,
6246
,
3
,
6717
},
{
41
,
0
,
6246
,
3
,
6717
},
{
41
,
1
,
625
4
,
3
,
6714
},
{
41
,
1
,
625
2
,
3
,
6714
},
{
50
,
0
,
3584
,
1
,
3787
},
{
50
,
0
,
3584
,
1
,
3787
},
{
51
,
0
,
3572
,
1
,
3574
},
{
51
,
0
,
3572
,
1
,
3574
},
{
66
,
0
,
5279
,
1
,
5494
},
{
66
,
0
,
5279
,
1
,
5494
},
...
@@ -1162,7 +1162,7 @@ void check_ssb_raster(uint64_t freq, int band, int scs)
...
@@ -1162,7 +1162,7 @@ void check_ssb_raster(uint64_t freq, int band, int scs)
gscn
,
freq
,
band
);
gscn
,
freq
,
band
);
int
rel_gscn
=
gscn
-
start_gscn
;
int
rel_gscn
=
gscn
-
start_gscn
;
AssertFatal
(
rel_gscn
%
step_gscn
==
0
,
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
);
gscn
,
freq
,
band
);
}
}
...
...
This diff is collapsed.
Click to expand it.
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