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
f25fb602
Commit
f25fb602
authored
Oct 22, 2021
by
francescomani
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
using pdcch start symbol for sib1 detection
parent
a7229937
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
openair1/PHY/NR_UE_TRANSPORT/nr_initial_sync.c
openair1/PHY/NR_UE_TRANSPORT/nr_initial_sync.c
+2
-2
No files found.
openair1/PHY/NR_UE_TRANSPORT/nr_initial_sync.c
View file @
f25fb602
...
@@ -492,9 +492,9 @@ int nr_initial_sync(UE_nr_rxtx_proc_t *proc,
...
@@ -492,9 +492,9 @@ int nr_initial_sync(UE_nr_rxtx_proc_t *proc,
for
(
int
n_ss
=
0
;
n_ss
<
pdcch_vars
->
nb_search_space
;
n_ss
++
)
{
for
(
int
n_ss
=
0
;
n_ss
<
pdcch_vars
->
nb_search_space
;
n_ss
++
)
{
uint8_t
nb_symb_pdcch
=
pdcch_vars
->
pdcch_config
[
n_ss
].
coreset
.
duration
;
uint8_t
nb_symb_pdcch
=
pdcch_vars
->
pdcch_config
[
n_ss
].
coreset
.
duration
;
int
start_symb
=
pdcch_vars
->
pdcch_config
[
n_ss
].
coreset
.
StartSymbolIndex
;
get_coreset_rballoc
(
pdcch_vars
->
pdcch_config
[
n_ss
].
coreset
.
frequency_domain_resource
,
&
coreset_nb_rb
,
&
coreset_start_rb
);
get_coreset_rballoc
(
pdcch_vars
->
pdcch_config
[
n_ss
].
coreset
.
frequency_domain_resource
,
&
coreset_nb_rb
,
&
coreset_start_rb
);
for
(
uint16_t
l
=
start_symb
;
l
<
start_symb
+
nb_symb_pdcch
;
l
++
)
{
for
(
uint16_t
l
=
0
;
l
<
nb_symb_pdcch
;
l
++
)
{
nr_slot_fep_init_sync
(
ue
,
nr_slot_fep_init_sync
(
ue
,
proc
,
proc
,
l
,
// the UE PHY has no notion of the symbols to be monitored in the search space
l
,
// the UE PHY has no notion of the symbols to be monitored in the search space
...
...
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