From: Max <[email protected]>

---
 src/osmo-bts-litecell15/main.c | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/src/osmo-bts-litecell15/main.c b/src/osmo-bts-litecell15/main.c
index 5f2d052..ef132f8 100644
--- a/src/osmo-bts-litecell15/main.c
+++ b/src/osmo-bts-litecell15/main.c
@@ -93,6 +93,14 @@ int bts_model_init(struct gsm_bts *bts)
        return 0;
 }

+void bts_model_phy_link_set_defaults(struct phy_link *plink)
+{
+}
+
+void bts_model_phy_instance_set_defaults(struct phy_instance *pinst)
+{
+}
+
 int bts_model_oml_estab(struct gsm_bts *bts)
 {
        return 0;
-- 
2.7.4

Reply via email to