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
199ce8ac
Commit
199ce8ac
authored
Feb 08, 2021
by
Raymond Knopp
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixed segfault in ulsim when trials > 1000
parent
4d47e3da
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
8 deletions
+10
-8
openair1/SIMULATION/LTE_PHY/ulsim.c
openair1/SIMULATION/LTE_PHY/ulsim.c
+10
-8
No files found.
openair1/SIMULATION/LTE_PHY/ulsim.c
View file @
199ce8ac
...
...
@@ -1275,6 +1275,7 @@ int main(int argc, char **argv) {
if
(
t_rx
>
2000
)
n_rx_dropped
++
;
if
(
trials
<
1000
)
{
appendVarArray
(
table_tx
,
&
t_tx
);
appendVarArray
(
table_tx_ifft
,
&
t_tx_ifft
);
appendVarArray
(
table_tx_mod
,
&
t_tx_mod
);
...
...
@@ -1283,6 +1284,7 @@ int main(int argc, char **argv) {
appendVarArray
(
table_rx_fft
,
&
t_rx_fft
);
appendVarArray
(
table_rx_demod
,
&
t_rx_demod
);
appendVarArray
(
table_rx_dec
,
&
t_rx_dec
);
}
}
//trials
// sort table
...
...
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