Skip to content
Snippets Groups Projects
Commit 34c6805f authored by Gabriel's avatar Gabriel Committed by Cédric Roux
Browse files

bug fixes from Fujitsu (bug 22)

Note: not sure that the code is correct,
to be checked (Cédric Roux).

----------------------------------------------------------
bug 22

Ttile:
(subframe!=2)||(subframe!=7) is always TRUE. This coding
is really intended? Operator || should be && instead?

Bug Location:
((frame_parms->frame_type==TDD)&&(frame_parms->tdd_config==1)&&((subframe!=2)||(subframe!=7)))) {

Note:
Detected by CppCheck
----------------------------------------------------------
parent 98a7a16e
No related branches found
No related tags found
1 merge request!184develop_integration_w19 into develop
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment