aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNeels Hofmeyr <neels@hofmeyr.de>2018-02-19 16:36:23 +0100
committerNeels Hofmeyr <nhofmeyr@sysmocom.de>2018-02-19 17:01:11 +0000
commit2568f0177995ca0e8314bace1940b8c9d8117209 (patch)
tree6f40343d8a62146d983dc87e079792453aa586f7
parent58d9dd8b3f5c42d80347ddd114a0469324b452e7 (diff)
drop unused libmsc/meas_feed.h
Change I0d57ac214e574e267fa9752daf76566197b9aa64 forgot to remove this file along with meas_feed.c. Note also the weirdness: that patch removes the proper include/osmocom/msc/meas_feed.h, but there's also this other one. This libmsc/meas_feed.h always existed from the start as an unused orphan, see: https://git.osmocom.org/osmo-bsc/diff/openbsc/src/libmsc/Makefile.am?id=b4771a6871efb3cf12b371aedc575912984ca528 No need to drop from Makefile.am, since it is already gone from there. (meas_feed from the old osmo-nitb (openbsc.git) has / should have moved to osmo-bsc. There are no measurement reports in the MSC. Refer to osmo-bsc.git instead from now on.) Change-Id: Ib2566013dd30b21ce2774cd4cc7dcba2408f938f
-rw-r--r--src/libmsc/meas_feed.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/libmsc/meas_feed.h b/src/libmsc/meas_feed.h
deleted file mode 100644
index 782a9616c..000000000
--- a/src/libmsc/meas_feed.h
+++ /dev/null
@@ -1,12 +0,0 @@
-#ifndef _INT_MEAS_FEED_H
-#define _INT_MEAS_FEED_H
-
-#include <stdint.h>
-
-int meas_feed_cfg_set(const char *dst_host, uint16_t dst_port);
-void meas_feed_cfg_get(char **host, uint16_t *port);
-
-void meas_feed_scenario_set(const char *name);
-const char *meas_feed_scenario_get(void);
-
-#endif /* _INT_MEAS_FEED_H */