aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmo-bts/measurement.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/osmo-bts/measurement.h')
-rw-r--r--include/osmo-bts/measurement.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/osmo-bts/measurement.h b/include/osmo-bts/measurement.h
index d98e9f0b..57eeef5b 100644
--- a/include/osmo-bts/measurement.h
+++ b/include/osmo-bts/measurement.h
@@ -12,4 +12,6 @@ void lchan_meas_process_measurement(struct gsm_lchan *lchan, struct bts_ul_meas
void lchan_meas_reset(struct gsm_lchan *lchan);
+bool is_meas_overdue(struct gsm_lchan *lchan, uint32_t *fn_missed_end, uint32_t fn);
+
#endif