aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorPhilipp Maier <pmaier@sysmocom.de>2017-04-19 16:04:37 +0200
committerPhilipp Maier <pmaier@sysmocom.de>2017-05-17 18:56:51 +0200
commit2f028c4e2c29f63df9926435466aa35377947767 (patch)
treea61137624fd4584a321bd228b9fb4929744e2773 /include
parent67d8c72c2eab1d13bed3e8ac98338c996bf08df8 (diff)
measurement: make lchan_meas_check_compute() available to l1sap.c
lchan_meas_check_compute() is a static function measurement.c. In order to distribute the measurement result calculation events, we need to be able to call lchan_meas_check_compute() from l1sap.c Change-Id: Ideffe896613e0feda443bc13dac59dcdbbc605aa
Diffstat (limited to 'include')
-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 2037ff6b..2efe40f7 100644
--- a/include/osmo-bts/measurement.h
+++ b/include/osmo-bts/measurement.h
@@ -5,4 +5,6 @@ int lchan_new_ul_meas(struct gsm_lchan *lchan, struct bts_ul_meas *ulm);
int trx_meas_check_compute(struct gsm_bts_trx *trx, uint32_t fn);
+int lchan_meas_check_compute(struct gsm_lchan *lchan, uint32_t fn);
+
#endif