aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2018-02-23 13:52:44 +0100
committerHarald Welte <laforge@gnumonks.org>2018-02-23 19:57:44 +0100
commit1effad1004d203c755b475ea6ef26586d45153f0 (patch)
tree0fca899471ce583c42e0029ced44e628840aadab /include
parent2de8f6c7ec3d7a2fd1520c09a5b4ba2a4a5b9248 (diff)
measurement.c: Hand Frame Number into measurement computation
This is currently only used for logging, but will be needed for proper RX{LEV,QUAL}-SUB reporting in upcoming patches. Related: OS#2978 Change-Id: I07fd06e8a379cab7c0c2eb111c3f5600037d3c9e
Diffstat (limited to 'include')
-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);