aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2020-06-18 19:42:42 +0200
committerlaforge <laforge@osmocom.org>2020-06-22 13:17:53 +0000
commitc08d927085919c485c5a2c1844d488a110f36d31 (patch)
treebd8d06299bc4e14f5d0c4f701d212431c5e9d2b9
parent4e01d8e709ff000f94f89b483edc7876c29aaa53 (diff)
phy_link.h: Drop unimplemented function definition
-rw-r--r--include/osmo-bts/phy_link.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/osmo-bts/phy_link.h b/include/osmo-bts/phy_link.h
index 2bed8ea3..2a53d91f 100644
--- a/include/osmo-bts/phy_link.h
+++ b/include/osmo-bts/phy_link.h
@@ -169,8 +169,6 @@ void phy_instance_link_to_trx(struct phy_instance *pinst, struct gsm_bts_trx *tr
void phy_instance_destroy(struct phy_instance *pinst);
const char *phy_instance_name(struct phy_instance *pinst);
-void phy_user_statechg_notif(struct phy_instance *pinst, enum phy_link_state link_state);
-
static inline struct phy_instance *trx_phy_instance(const struct gsm_bts_trx *trx)
{
OSMO_ASSERT(trx);