• gabrielC's avatar
    bug fixes from Fujitsu (bug 22) · 34c6805f
    gabrielC authored
    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
phy_procedures_lte_eNb.c 118 KB