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
ZhouShuya
OpenXG-RAN
Commits
a16829e9
Commit
a16829e9
authored
5 years ago
by
Florian Kaltenberger
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixing dlsim after recent changes to FAPI
parent
99e62a44
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
+4
-3
openair1/SIMULATION/NR_PHY/dlsim.c
openair1/SIMULATION/NR_PHY/dlsim.c
+4
-3
No files found.
openair1/SIMULATION/NR_PHY/dlsim.c
View file @
a16829e9
...
...
@@ -683,6 +683,8 @@ int main(int argc, char **argv)
UE_mac
->
phy_config
.
config_req
.
pbch_config
.
ssb_index
=
0
;
UE_mac
->
phy_config
.
config_req
.
pbch_config
.
half_frame_bit
=
0
;
nr_ue_phy_config_request
(
&
UE_mac
->
phy_config
);
for
(
SNR
=
snr0
;
SNR
<
snr1
;
SNR
+=
.
2
)
{
n_errors
=
0
;
...
...
@@ -733,8 +735,7 @@ int main(int argc, char **argv)
&
UE_proc
,
0
,
do_pdcch_flag
,
normal_txrx
,
UE_mac
->
phy_config
.
config_req
.
pbch_config
);
normal_txrx
);
if
(
n_trials
==
1
)
{
LOG_M
(
"rxsigF0.m"
,
"rxsF0"
,
UE
->
common_vars
.
common_vars_rx_data_per_thread
[
0
].
rxdataF
[
0
],
slot_length_complex_samples_no_prefix
,
1
,
1
);
...
...
@@ -742,7 +743,7 @@ int main(int argc, char **argv)
LOG_M
(
"rxsigF1.m"
,
"rxsF1"
,
UE
->
common_vars
.
common_vars_rx_data_per_thread
[
0
].
rxdataF
[
1
],
slot_length_complex_samples_no_prefix
,
1
,
1
);
}
if
(
UE
->
dci_ind
.
number_of_dci
s
==
0
)
n_errors
++
;
if
(
UE
_mac
->
dl_config_request
.
number_pdu
s
==
0
)
n_errors
++
;
}
}
//noise trials
...
...
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