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, 1 insertions, 1 deletions
diff --git a/include/osmo-bts/measurement.h b/include/osmo-bts/measurement.h
index 47b31a29..e32c8e81 100644
--- a/include/osmo-bts/measurement.h
+++ b/include/osmo-bts/measurement.h
@@ -4,7 +4,7 @@
#define MEAS_MAX_TIMING_ADVANCE 63
#define MEAS_MIN_TIMING_ADVANCE 0
-int lchan_new_ul_meas(struct gsm_lchan *lchan, struct bts_ul_meas *ulm);
+int lchan_new_ul_meas(struct gsm_lchan *lchan, struct bts_ul_meas *ulm, uint32_t fn);
int lchan_meas_check_compute(struct gsm_lchan *lchan, uint32_t fn);