Skip to content
  • Gabriel's avatar
    bug fixes from Fujitsu (bug 22) · 34c6805f
    Gabriel authored and Cédric Roux's avatar Cédric Roux committed
    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
    ----------------------------------------------------------
    34c6805f