[PATCH] osmo-bts[master]: fix compiler warnings: include bts_model.h in phy_link.c

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/gerrit-log@lists.osmocom.org/.

Neels Hofmeyr gerrit-no-reply at lists.osmocom.org
Tue Jun 21 20:04:11 UTC 2016


Review at  https://gerrit.osmocom.org/398

fix compiler warnings: include bts_model.h in phy_link.c

The file calls bts_model_* API which was yet undeclared.

Change-Id: Ib6b30d125906c3abae518fb76da3a158885e3354
---
M src/common/phy_link.c
1 file changed, 1 insertion(+), 0 deletions(-)


  git pull ssh://gerrit.osmocom.org:29418/osmo-bts refs/changes/98/398/1

diff --git a/src/common/phy_link.c b/src/common/phy_link.c
index 43bb31c..25b7e5d 100644
--- a/src/common/phy_link.c
+++ b/src/common/phy_link.c
@@ -8,6 +8,7 @@
 #include <osmo-bts/phy_link.h>
 #include <osmo-bts/oml.h>
 #include <osmo-bts/logging.h>
+#include <osmo-bts/bts_model.h>
 
 static LLIST_HEAD(g_phy_links);
 

-- 
To view, visit https://gerrit.osmocom.org/398
To unsubscribe, visit https://gerrit.osmocom.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ib6b30d125906c3abae518fb76da3a158885e3354
Gerrit-PatchSet: 1
Gerrit-Project: osmo-bts
Gerrit-Branch: master
Gerrit-Owner: Neels Hofmeyr <nhofmeyr at sysmocom.de>



More information about the gerrit-log mailing list