Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Balaji Kolla
openairinterface5G
Commits
ab299dd2
Commit
ab299dd2
authored
Mar 27, 2019
by
Francesco Mani
Browse files
modification to pbchsim without initial sync
parent
97f4ec96
Changes
1
Hide whitespace changes
Inline
Side-by-side
openair1/SIMULATION/NR_PHY/pbchsim.c
View file @
ab299dd2
...
...
@@ -618,9 +618,18 @@ int main(int argc, char **argv)
0
,
0
,
NR_PBCH_EST
);
nr_pbch_channel_estimation
(
UE
,
0
,
0
,
i
,
i
-
(
UE
->
symbol_offset
+
1
),
ssb_index
%
8
,
n_hf
);
}
ret
=
nr_pbch_detection
(
UE
,
UE
->
symbol_offset
+
1
,
0
);
ret
=
nr_rx_pbch
(
UE
,
0
,
UE
->
pbch_vars
[
0
],
frame_parms
,
0
,
ssb_index
%
8
,
SISO
,
UE
->
high_speed_flag
);
if
(
ret
==
0
)
{
//UE->rx_ind.rx_indication_body->mib_pdu.ssb_index; //not yet detected automatically
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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