• Kirill Smelkov's avatar
    kpi: Fix Σqci and Σcause when invoked on NA data · 6eccb446
    Kirill Smelkov authored
    There was a thinko that led to returning 0 instead of NA when there are
    not .QCI or .CAUSE fields except .sum . Without added fix, e.g.
    
    	Σqci(Measurement(), 'ERAB.EstabInitAttNbr.QCI')
    
    was returning 0 instead of NA.
    
    -> Fix it.
    6eccb446
kpi.py 22.9 KB