aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/meas_rep.c
AgeCommit message (Collapse)AuthorFilesLines
2010-07-23meas_rep.c: clang reports a possible division by zeroHolger Hans Peter Freyther1-0/+3
Check the input and exit early if we have no measurement reports to avoid a possible division by zero.
2009-12-21meas_rep: utility function for processing of measurement reportsHarald Welte1-0/+114
This provides two functions: get_meas_rep_avg() to obtain the sliding window average of one particular field, and meas_rep_n_out_of_m_be() to check if at least N out of M measurments are >= BE.