• Kirill Smelkov's avatar
    amari.kpi: Teach LogMeasure to handle stats messages with multiple cells · 51c01b14
    Kirill Smelkov authored
    Starting from 71087f67 (amari.kpi: New package with driver for Amarisoft
    LTE stack to retrieve KPI-related measurements from logs) a limitation
    was hardcoded that only 1-cell configurations are supported. However we
    do use multicell eNB configurations and computing E-RAB Accessibility
    KPI was failing on them as e.g.:
    
        xlte.amari.kpi.LogError: t1731059787.321: stats describes 2 cells;  but only single-cell configurations are supported
    
    -> Remove that limitation and handle stats covering multiple cells.
    51c01b14
kpi_test.py 26.4 KB