[PATCH 2/2] add some missing includes

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

Alexander Huemer alexander.huemer at xx.vu
Fri Nov 6 19:59:51 UTC 2015


---
 src/common/bts_ctrl_lookup.c | 1 +
 src/common/l1sap.c           | 1 +
 src/common/rsl.c             | 1 +
 3 files changed, 3 insertions(+)

diff --git a/src/common/bts_ctrl_lookup.c b/src/common/bts_ctrl_lookup.c
index e693718..3857ec3 100644
--- a/src/common/bts_ctrl_lookup.c
+++ b/src/common/bts_ctrl_lookup.c
@@ -26,6 +26,7 @@
 #include <osmocom/ctrl/ports.h>
 #include <osmo-bts/logging.h>
 #include <osmo-bts/gsm_data.h>
+#include <osmo-bts/control_if.h>
 
 extern vector ctrl_node_vec;
 
diff --git a/src/common/l1sap.c b/src/common/l1sap.c
index d5dd8a6..894d659 100644
--- a/src/common/l1sap.c
+++ b/src/common/l1sap.c
@@ -45,6 +45,7 @@
 #include <osmo-bts/rsl.h>
 #include <osmo-bts/bts_model.h>
 #include <osmo-bts/handover.h>
+#include <osmo-bts/power_control.h>
 
 static int l1sap_down(struct gsm_bts_trx *trx, struct osmo_phsap_prim *l1sap);
 
diff --git a/src/common/rsl.c b/src/common/rsl.c
index a225155..f2f63f8 100644
--- a/src/common/rsl.c
+++ b/src/common/rsl.c
@@ -47,6 +47,7 @@
 #include <osmo-bts/handover.h>
 #include <osmo-bts/cbch.h>
 #include <osmo-bts/l1sap.h>
+#include <osmo-bts/bts_model.h>
 
 //#define FAKE_CIPH_MODE_COMPL
 
-- 
2.6.2




More information about the OpenBSC mailing list