[MERGED] 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/.

Harald Welte gerrit-no-reply at lists.osmocom.org
Thu Jun 23 19:58:47 UTC 2016


Harald Welte has submitted this change and it was merged.

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


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

Approvals:
  Jenkins Builder: Verified
  Holger Freyther: Looks good to me, approved



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: merged
Gerrit-Change-Id: Ib6b30d125906c3abae518fb76da3a158885e3354
Gerrit-PatchSet: 2
Gerrit-Project: osmo-bts
Gerrit-Branch: master
Gerrit-Owner: Neels Hofmeyr <nhofmeyr at sysmocom.de>
Gerrit-Reviewer: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Holger Freyther <holger at freyther.de>
Gerrit-Reviewer: Jenkins Builder



More information about the gerrit-log mailing list