aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorMax <msuraev@sysmocom.de>2016-05-18 17:22:49 +0200
committerHarald Welte <laforge@gnumonks.org>2016-05-31 11:58:08 +0000
commit201b424b73ebd4da49d2fbad85d66a7068a9a28f (patch)
tree9c88d59d15d75c886e1efd5da95e167b96ac39b2 /include
parent0778cd488a6696772e2fda32ee9ab9889f439d62 (diff)
Use libosmocore function for uplink measurements
Related: OS#1563 Change-Id: Ide47e8e69e0d2d5859c5249b22f4bad22c18aa57 Reviewed-on: https://gerrit.osmocom.org/108 Tested-by: Jenkins Builder Reviewed-by: Harald Welte <laforge@gnumonks.org>
Diffstat (limited to 'include')
-rw-r--r--include/osmo-bts/measurement.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/osmo-bts/measurement.h b/include/osmo-bts/measurement.h
index 493b6ff7..2037ff6b 100644
--- a/include/osmo-bts/measurement.h
+++ b/include/osmo-bts/measurement.h
@@ -5,7 +5,4 @@ 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);
-/* build the 3 byte RSL uplinke measurement IE content */
-int lchan_build_rsl_ul_meas(struct gsm_lchan *, uint8_t *buf);
-
#endif