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
spbro
OpenXG-RAN
Commits
83939f1f
Commit
83939f1f
authored
9 months ago
by
Laurent THOMAS
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
2791 add test physical cell id in 5G range
parent
eda25019
Branches unavailable
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
openair2/LAYER2/NR_MAC_gNB/gNB_scheduler_bch.c
openair2/LAYER2/NR_MAC_gNB/gNB_scheduler_bch.c
+1
-0
No files found.
openair2/LAYER2/NR_MAC_gNB/gNB_scheduler_bch.c
View file @
83939f1f
...
...
@@ -65,6 +65,7 @@ static void schedule_ssb(frame_t frame,
dl_config_pdu
->
PDUSize
=
2
+
sizeof
(
nfapi_nr_dl_tti_ssb_pdu_rel15_t
);
AssertFatal
(
scc
->
physCellId
!=
NULL
,
"ServingCellConfigCommon->physCellId is null
\n
"
);
AssertFatal
(
*
scc
->
physCellId
<
1008
&&
*
scc
->
physCellId
>=
0
,
"5G physicall cell id out of range: %ld
\n
"
,
*
scc
->
physCellId
);
dl_config_pdu
->
ssb_pdu
.
ssb_pdu_rel15
.
PhysCellId
=
*
scc
->
physCellId
;
dl_config_pdu
->
ssb_pdu
.
ssb_pdu_rel15
.
BetaPss
=
0
;
dl_config_pdu
->
ssb_pdu
.
ssb_pdu_rel15
.
SsbBlockIndex
=
i_ssb
;
...
...
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