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
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
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
OpenXG
OpenXG-RAN
Commits
3d12d16c
Commit
3d12d16c
authored
5 years ago
by
Dong Anyuan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix Coverity Scan CID 21906 (Using uninitialized value pcfich_bt[2 * i].)
parent
bdd6b0fb
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
openair1/PHY/LTE_TRANSPORT/pcfich.c
openair1/PHY/LTE_TRANSPORT/pcfich.c
+2
-0
No files found.
openair1/PHY/LTE_TRANSPORT/pcfich.c
View file @
3d12d16c
...
...
@@ -83,6 +83,8 @@ void generate_pcfich(uint8_t num_pdcch_symbols,
subframe
,
num_pdcch_symbols
,
amp
,
frame_parms
->
nb_antenna_ports_eNB
,
frame_parms
->
Ncp
);
#endif
memset
(
pcfich_bt
,
0
,
sizeof
(
pcfich_bt
));
// scrambling
if
((
num_pdcch_symbols
>
0
)
&&
(
num_pdcch_symbols
<
4
))
pcfich_scrambling
(
frame_parms
,
subframe
,
pcfich_b
[
num_pdcch_symbols
-
1
],
pcfich_bt
);
...
...
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