[PATCH 2/5] LC15: add stubs for phy link/instance defaults

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/OpenBSC@lists.osmocom.org/.

msuraev at sysmocom.de msuraev at sysmocom.de
Tue Mar 22 14:40:09 UTC 2016


From: Max <msuraev at sysmocom.de>

---
 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




More information about the OpenBSC mailing list