From 9be5f8c9c067f15ad3f49d8ba9d1db3b42ca1409 Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Fri, 3 May 2013 21:23:33 +0200 Subject: measurement: Mark the internal functions as internal In terms of assembly code this only removes the ".global FN" from the code. GCC does not attempt to inline it right now. --- include/osmo-bts/measurement.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'include') diff --git a/include/osmo-bts/measurement.h b/include/osmo-bts/measurement.h index 5ad6795e..493b6ff7 100644 --- a/include/osmo-bts/measurement.h +++ b/include/osmo-bts/measurement.h @@ -3,8 +3,6 @@ int lchan_new_ul_meas(struct gsm_lchan *lchan, struct bts_ul_meas *ulm); -int lchan_meas_check_compute(struct gsm_lchan *lchan, uint32_t fn); -int ts_meas_check_compute(struct gsm_bts_trx_ts *ts, uint32_t fn); int trx_meas_check_compute(struct gsm_bts_trx *trx, uint32_t fn); /* build the 3 byte RSL uplinke measurement IE content */ -- cgit v1.2.3