Searched refs:LastNrPower (Results 1 – 1 of 1) sorted by relevance
35 class LastNrPower: class256 … if option < 101 and LastNrPower.last_time > 0 and timestamp - LastNrPower.last_time > interval:258 ti = LastNrPower.last_time260 ti += (timestamp - LastNrPower.last_time) / window265 lte_nr.tx_pwr.append(LastNrPower.last_pwr)267 lte_nr.tx_pwr.append((tx_pwr + LastNrPower.last_pwr) / 2)275 LastNrPower.last_time = timestamp276 LastNrPower.last_pwr = tx_pwr