pespin has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-bts/+/18911 )
Change subject: phy_link.h: Drop unimplemented function definition ...................................................................... phy_link.h: Drop unimplemented function definition Change-Id: Ib306a80bd8ea3434a49806ec73a1cfe9a82b9122 --- M include/osmo-bts/phy_link.h 1 file changed, 0 insertions(+), 2 deletions(-) git pull ssh://gerrit.osmocom.org:29418/osmo-bts refs/changes/11/18911/1 diff --git a/include/osmo-bts/phy_link.h b/include/osmo-bts/phy_link.h index 2bed8ea..2a53d91 100644 --- a/include/osmo-bts/phy_link.h +++ b/include/osmo-bts/phy_link.h @@ -169,8 +169,6 @@ 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); -- To view, visit https://gerrit.osmocom.org/c/osmo-bts/+/18911 To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings Gerrit-Project: osmo-bts Gerrit-Branch: master Gerrit-Change-Id: Ib306a80bd8ea3434a49806ec73a1cfe9a82b9122 Gerrit-Change-Number: 18911 Gerrit-PatchSet: 1 Gerrit-Owner: pespin <pes...@sysmocom.de> Gerrit-MessageType: newchange